Download the PHP package phossa/phossa-ecs without Composer
On this page you can find all versions of the php package phossa/phossa-ecs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download phossa/phossa-ecs
More information about phossa/phossa-ecs
Files in phossa/phossa-ecs
Package phossa-ecs
Short Description A large scale (ECS) application skeleton for Phossa project
License MIT
Homepage https://github.com/phossa/phossa-ecs
Informations about the package phossa-ecs
phossa-ecs
phossa-ecs is a PHP framework skeleton for application development. It differs from other frameworks with large scale deployment in mind, or elastic computing in mind.
It requires PHP 5.4 and supports PHP 7.0+, HHVM. It is compliant with PSR-1, PSR-2, PSR-4.
Features
-
Uses
composer
to manage everything including application and libraries. -
Seperation of configurations from other codes.
-
Seperation of local (host-wise) and shareable (cloud-wise) stuff.
-
Seperation of application development and system administration.
-
Seperation of public (client-wise) and system (backend) stuff.
-
Seperation of application related and third party stuff.
- Seperation of varying and unvarying stuff.
Installation
Install via the composer
utility.
Usage
Dependencies
-
PHP >= 5.4.0
- phossa/phossa-shared 1.*