Packages from aura
- 
                
- 
                
- 
                PHP aura/authProvides a unified interface to authenticate a user with local or remote authentication systems. 
- 
                
- 
                
- 
                PHP aura/cliProvides the equivalent of request (Context) and response (Stdio) classes for a command line environment, including Getopt support. 
- 
                
- 
                
- 
                PHP aura/diA serializable dependency injection container with constructor and setter injection, interface and trait awareness, configuration inheritance, and much more. 
- 
                PHP aura/dispatcherCreates objects from a factory and invokes methods using named parameters; also provides a trait for invoking closures and object methods with named parameters. 
- 
                
- 
                
- 
                PHP aura/frameworkThe Aura Framework package, when combined with a system skeleton, provides a full-stack framework built from Aura component packages. 
- 
                PHP aura/framework-demoThe Aura Framework_Demo package provides sample 'Hello World' web and CLI demos for the Aura framework. 
- 
                
- 
                
- 
                PHP aura/httpThe Aura HTTP package provides objects to build and send HTTP responses from the server to the client. 
- 
                PHP aura/includerInclude multiple files from specified directories, in order, with variables extracted into a limited include scope. 
- 
                PHP aura/inputThis 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" provided by the Form object can be used with any presentation system to generate an HTML form. 
- 
                
- 
                
- 
                PHP aura/intlThe Aura Intl package provides internationalization tools, specifically message translation. 
- 
                PHP aura/marshalThe 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. 
- 
                
- 
                
- 
                
- 
                
- 
                PHP aura/sessionProvides session management functionality, including lazy session starting, session segments, next-request-only ("flash") values, and CSRF tools. 
- 
                PHP aura/signalA 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. 
- 
                PHP aura/sqlA 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. 
- 
                PHP aura/sqlqueryObject-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library. 
- 
                PHP aura/sqlschemaProvides facilities to read table names and table columns from a database using PDO. 
- 
                
- 
                
- 
                PHP aura/viewProvides an implementation of the TemplateView and TwoStepView patterns, with support for helpers and for closures as templates, using PHP itself as the templating language. 
- 
                PHP aura/webProvides 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. 
- 
                
- 
                
- 
                
