Aura for PHP

  • A
    更多

    Aura.Web

    Aura for PHP - Open Source -
    The Aura Web package provides tools to build Web page controllers, including an AbstractPage for action methods, a Context class for disovering the request environment, and a Response transfer object that describes the eventual HTTP … 更多資訊…
  • A
    更多

    Aura.View

    Aura for PHP - Open Source -
    The Aura View package provides an implementation of the TemplateView and TwoStepView patterns, with support for helpers and path stacks, using PHP itself as the templating language. 更多資訊…
  • A
    更多

    Aura.Uri

    Aura for PHP - Open Source -
    The Aura Uri package provides tools to build and manipulate URL strings. 更多資訊…
  • A
    更多

    Aura.Sql

    Aura for PHP - Open Source -
    The Aura.Sql package is a wrapper around PDO that provides connection adapters and convenience methods for MySQL, PostgreSQL, SQLite, and SQL Server. 更多資訊…
  • A
    更多

    Aura.Signal

    Aura for PHP - Open Source -
    Aura.Signal is a SignalSlots/EventHandler implementation for PHP; with it, one can invoke handlers (“slots” or “hooks”) whenever an object sends a signal (“notification” or “event”) to the signal manager. 更多資訊…
  • A
    更多

    Aura.Session

    Aura for PHP - Open Source -
    The Aura Session provides session management functionality, including session segments, read-once (“flash”) values, CSRF tools, and lazy session starting. 更多資訊…
  • A
    更多

    Aura.Router

    Aura for PHP - Open Source -
    The Aura Router package implements Web routing: given a URI path and a copy of $_SERVER, it will extract controller, action, and parameter values for a specific route. 更多資訊…
  • A
    更多

    Aura.Marshal

    Aura for PHP - Open Source -
    The Aura Marshal package is a data-object marshalling tool; it takes results from data sources and marshals those result sets into domain model objects of your own design, preserving data relationships along the way. 更多資訊…
  • A
    更多

    Aura.Intl

    Aura for PHP - Open Source -
    The Aura.Intl package provides internationalization (I18N) tools, specifically package-oriented per-locale message translation. 更多資訊…
  • A
    更多

    Aura.Input

    Aura for PHP - Open Source -
    The Aura.Input package contains tools to describe and filter user inputs from an HTML form, including sub-forms/sub-fieldsets, fieldset collections, an interface for injecting custom filter systems, and CSRF protection. 更多資訊…