php.package.health
composer.json
.Package | Status | |
---|---|---|
primal/authentication | User authentication and login session management toolkit | |
primal/cache | Collection of classes for handling caching of data via multiple data stores | |
primal/color | Collection of classes for converting and manipulating colors | |
primal/databasepool | Basic class for managing database configurations and active PDO links. | |
primal/environment | Very basic environmental settings management library | |
primal/errorhandler | Quick trigger class for handling all errors and exceptions internally. Defaults to outputting as JSON data | |
primal/query | Chain-able asynchronous query builder for MySQL PDO | |
primal/record | Simple and portable Active Record implementation for PDO. | |
primal/request | A superglobal wrapper object and pre-parser which aggregates incoming data. | |
primal/response | A wrapper class for performing common response actions | |
primal/routing | A file based url routing engine | |
primal/session | An abstract wrapper class for dedicating a portion of the session as an object's state save | |
primal/uploaded | Sanity wrapper Class for the $_FILES superglobal | |
primal/view | Set of classes for constructing compound views using nested objects |