Keep your dependencies up-to-date

Package.Health uses semantic versioning to detect outdated or insecure dependencies in your project's composer.json.

Packages from aura

Package Status
aura/accept Provides content-negotiation tools using Accept* headers. Dependency Badge
aura/asset-bundle Asset management for aura v2 Dependency Badge
aura/auth Provides a unified interface to authenticate a user with local or remote authentication systems. Dependency Badge
aura/autoload Provides a PSR-4 compliant autoloader implementation. Dependency Badge
aura/blog Aura blog example Dependency Badge
aura/cli Provides the equivalent of request (Context) and response (Stdio) classes for a command line environment, including Getopt support. Dependency Badge
aura/cli-kernel The kernel files for an Aura CLI project. Dependency Badge
aura/cli-project A minimal command-line framework built from Aura v2 packages Dependency Badge
aura/di A serializable dependency injection container with constructor and setter injection, interface and trait awareness, configuration inheritance, and much more. Dependency Badge
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. Dependency Badge
aura/filter Filters to validate and sanitize objects and arrays. Dependency Badge
aura/filter-interface An interface package for validation and sanitizing library Dependency Badge
aura/framework The Aura Framework package, when combined with a system skeleton, provides a full-stack framework built from Aura components. Dependency Badge
aura/framework-demo A "hello world" demo for the Aura framework and system. Dependency Badge
aura/framework-project A minimal web+cli framework built from Aura v2 packages Dependency Badge
aura/html Provides HTML escapers and helpers, including form input helpers. Dependency Badge
aura/http The Aura HTTP package provides objects to build and send HTTP requests and responses. Dependency Badge
aura/includer Include multiple files from specified directories, in order, with variables extracted into a limited include scope. Dependency Badge
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" provided by the Form object can be used with any presentation system to generate an HTML form. Dependency Badge
aura/installer-default Installs Aura packages using the Composer defaults. Dependency Badge
aura/installer-system Installs Aura packages to the Aura system "package" directory. Dependency Badge
aura/intl The Aura Intl package provides internationalization tools, specifically message translation. Dependency Badge
aura/marshal The 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. Dependency Badge
aura/payload A Domain Payload implementation. Dependency Badge
aura/payload-interface An interface package for Domain Payload implementations. Dependency Badge
aura/project-kernel The shared kernel files for an Aura project. Dependency Badge
aura/router Powerful, flexible web routing for PSR-7 requests. Dependency Badge
aura/session Provides session management functionality, including lazy session starting, session segments, next-request-only ("flash") values, and CSRF tools. Dependency Badge
aura/signal A SignalSlots/EventHandler implementation for PHP; with it, we can invoke handlers ("slots" or "hooks") whenever an object sends a signal ("notification" or "event") to the signal manager. Dependency Badge
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. Dependency Badge
aura/sqlmapper-bundle A SQL DataMapper implementation. Dependency Badge
aura/sqlquery Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library. Dependency Badge
aura/sqlschema Provides facilities to read table names and table columns from a database using PDO. Dependency Badge
aura/system A full-stack framework system built from Aura library packages. Dependency Badge
aura/uri The Aura Uri package provides objects to build and manipulate URL strings. Dependency Badge
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. Dependency Badge
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. Dependency Badge
aura/web-kernel The kernel files for an Aura web project. Dependency Badge
aura/web-project A minimal web framework built from Aura v2 packages Dependency Badge