backend / interfaces
Interfaces used by the Backend-PHP Framework.
0.2.3
2012-11-30 06:18 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-11-09 13:48:47 UTC
README
The Interfaces tier of Backend-PHP provides a number of Interfaces that clearly defines and documents the classes and methods used in Backend. This makes it easier for programmers to extend the framework and replace components.
It forms the foundation of the Backend-PHP Framework.
Install
It can be installed from source or using Composer:
composer require backend/interfaces
Requirements
As this packages uses namespaces, PHP 5.3 is required.