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.
It can be installed from source or using Composer:
composer require backend/interfaces
As this packages uses namespaces, PHP 5.3 is required.