Substrate is a IoC/DI Container for PHP. Substrate is inspired by Spring Framework, but written with the strengths and limitations of PHP in mind.
Substrate's goal is to provide developers with a set of tools to allow for configuring an application and managing its dependencies while remaining
... [More] as transparent and unobtrusive as possible. [Less]
Repose is an Object-Relational Mapping (ORM) library for PHP5. Repose implements a Unit of Work (UoW), an Identity Map and generated proxy classes to provide transparent unobtrusive persistence in PHP.
The only requirement on model classes are that they not be marked as final and for PHP 5.2.x
... [More] and earlier the persistence aware properties need to be public. There are no framework classes or interfaces that need to be extended or implemented in order to use Repose. [Less]
Vendorlibs for CodeIgniter is intended to allow for easily adding third party (vendor) packages to the include path without requiring one to modify the include path.
Inspired by CakePHP's Vendor concept.
Ddauth for CodeIgniter is intended to be a flexible authentication library focussing almost entirely on the problem of creating a secure authentication ticket and attempts to place as few restrictions as possible on the application using it.
This add-on gives jQuery users the ability to manipulate global namespaces. In the most simple case, it can be used to create a namespace like this:
$.namespace('dflydev.example.util');
dflydev.example.util.demo = function() { ... }
dd-configuration provides a generic configuration interface enabling PHP developers to enjoy some of the benefits provided Java users by way of the Apache Commons Configuration library.
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy