pmjones member since: Nov 02, 2011
pmjones's packages
-
-
PHP
aura/auth
Provides a unified interface to authenticate a user with local or remote authentication systems.
-
-
PHP
aura/cli
Provides the equivalent of request (Context) and response (Stdio) classes for a command line environment, including Getopt support.
-
-
-
PHP
aura/di
A serializable dependency injection container with constructor and setter injection, interface and trait awareness, configuration inheritance, and much more.
-
PHP
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.
-
-
PHP
aura/framework
The Aura Framework package, when combined with a system skeleton, provides a full-stack framework built from Aura component packages.
-
PHP
aura/framework-demo
The Aura Framework_Demo package provides sample 'Hello World' web and CLI demos for the Aura framework.
-
-
-
PHP
aura/http
The Aura HTTP package provides objects to build and send HTTP responses from the server to the client.
-
PHP
aura/includer
Include multiple files from specified directories, in order, with variables extracted into a limited include scope.