pmjones member since: Nov 02, 2011

pmjones's packages

  • PHP

    aura/installer-default

    Installs Aura packages using the Composer defaults.

  • PHP

    aura/installer-system

    Installs Aura packages to the Aura system "package" directory.

  • PHP

    aura/intl

    The Aura Intl package provides internationalization tools, specifically message translation.

  • PHP

    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.

  • PHP

    aura/payload

    A Domain Payload implementation.

  • PHP

    aura/payload-interface

    An interface package for Domain Payload implementations.

  • PHP

    aura/project-kernel

    The shared kernel files for an Aura project.

  • PHP

    aura/router

    Powerful, flexible web routing for PSR-7 requests.

  • PHP

    aura/session

    Provides session management functionality, including lazy session starting, session segments, next-request-only ("flash") values, and CSRF tools.

  • PHP

    aura/signal

    A 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/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.

  • PHP

    aura/sqlquery

    Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.

  • PHP

    aura/sqlschema

    Provides facilities to read table names and table columns from a database using PDO.

  • PHP

    aura/system

    A full-stack framework system built from Aura library packages.

  • PHP

    aura/uri

    The Aura Uri package provides objects to build and manipulate URL strings.