aura/session
Provides session management functionality, including lazy session starting, session segments, next-request-only ("flash") values, and CSRF tools.
时间:2012-08-24 00:36
aura/filter
Filters to validate and sanitize objects and arrays.
时间:2012-08-08 23:52
aura/framework
The Aura Framework package, when combined with a system skeleton, provides a full-stack framework built from Aura component packages.
时间:2012-07-31 19:27
aura/sql
A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.
时间:2012-02-28 08:05
aura/web
Provides web Request and Response objects for use by web controllers and actions. These are representations of the PHP web environment, not HTTP request and response objects proper.
时间:2012-01-20 18:57
aura/view
Provides an implementation of the TemplateView and TwoStepView patterns, with support for helpers and for closures as templates, using PHP itself as the templating language.
时间:2012-01-20 18:56
aura/signal
A SignalSlots/EventHandler implementation; with it, we can invoke handlers ('slots' or 'hooks') whenever an object sends a signal ('notification' or 'event') to the signal manager.
时间:2012-01-20 07:12
aura/marshal
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.
时间:2012-01-20 07:07
aura/http
The Aura HTTP package provides objects to build and send HTTP responses from the server to the client.
时间:2012-01-20 07:06
aura/di
A serializable dependency injection container with constructor and setter injection, interface and trait awareness, configuration inheritance, and much more.
时间:2012-01-20 07:05
aura/cli
Provides the equivalent of request (Context) and response (Stdio) classes for a command line environment, including Getopt support.
时间:2012-01-20 07:05
aura/router
Powerful, flexible web routing for PSR-7 requests.
时间:2012-01-20 07:04
aura/autoload
Provides a PSR-4 compliant autoloader implementation.
时间:2011-10-16 09:27