aura/sqlquery
Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.
时间:2013-09-27 20:53
aura/includer
Include multiple files from specified directories, in order, with variables extracted into a limited include scope.
时间:2013-09-23 22:31
aura/dispatcher
Creates objects from a factory and invokes methods using named parameters; also provides a trait for invoking closures and object methods with named parameters.
时间:2013-09-23 18:39
aura/html
Provides HTML escapers and helpers, including form input helpers.
时间:2013-08-02 15:24
aura/input
This 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. Note that this package does not include output functionality, although the "hints" provide
时间:2013-02-06 04:00
aura/intl
The Aura Intl package provides internationalization tools, specifically message translation.
时间:2012-11-13 01:47
aura/installer-system
Installs Aura packages to the Aura system "package" directory.
时间:2012-09-20 16:17
aura/installer-default
Installs Aura packages using the Composer defaults.
时间:2012-09-20 16:16
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