Libraries tagged by aura
aura/sqlquery
2266611 Downloads
Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.
aura/sql
1730456 Downloads
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.
aura/router
1220191 Downloads
Powerful, flexible web routing for PSR-7 requests.
aura/intl
7523806 Downloads
The Aura Intl package provides internationalization tools, specifically message translation.
aura/web
417068 Downloads
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.
aura/session
965678 Downloads
Provides session management functionality, including lazy session starting, session segments, next-request-only ("flash") values, and CSRF tools.
aura/filter
505885 Downloads
Filters to validate and sanitize objects and arrays.
aura/di
887587 Downloads
A serializable dependency injection container with constructor and setter injection, interface and trait awareness, configuration inheritance, and much more.
aura/cli
1271849 Downloads
Provides the equivalent of request (Context) and response (Stdio) classes for a command line environment, including Getopt support.
aura/autoload
348491 Downloads
Provides a PSR-4 compliant autoloader implementation.
aura/auth
210803 Downloads
Provides a unified interface to authenticate a user with local or remote authentication systems.
ray/aura-sql-module
280415 Downloads
aura/sql module for Ray.Di
genesisgateway/genesis_php
179231 Downloads
PHP Client for Genesis Payment Processing Gateway
aura/view
123333 Downloads
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.
aura/sqlschema
206367 Downloads
Provides facilities to read table names and table columns from a database using PDO.