backend / core
Core framework tier that can be used as the beginning of a MVC / SOA system.
Installs: 278
Dependents: 2
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 1
Open Issues: 1
pkg:composer/backend/core
Requires
- php: >=5.3.0
- backend/interfaces: 0.2.3
- symfony/dependency-injection: >=2.0
- symfony/event-dispatcher: >=2.0
- symfony/yaml: >=2.0
README
The Core tier provides a solid, independent platform on which to build a web framework or application. It defines a simple architecture that ensures a structured system, and provides basic functionality that is used in the majority of web apps.
It forms the core of the Backend-PHP Framework.
Install
It can be installed from source or using Composer:
composer require backend/core
Requirements
Core uses Backend-PHP Interfaces, and as this packages uses namespaces, PHP 5.3 is required.