Download the PHP package arkanmgerges/multi-tier-architecture without Composer
On this page you can find all versions of the php package arkanmgerges/multi-tier-architecture. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download arkanmgerges/multi-tier-architecture
More information about arkanmgerges/multi-tier-architecture
Files in arkanmgerges/multi-tier-architecture
Download arkanmgerges/multi-tier-architecture
More information about arkanmgerges/multi-tier-architecture
Files in arkanmgerges/multi-tier-architecture
Vendor arkanmgerges
Package multi-tier-architecture
Short Description Multi-Tier Architecture core used for building applications
License MIT
Homepage https://github.com/arkanmgerges/multi-tier-architecture
Package multi-tier-architecture
Short Description Multi-Tier Architecture core used for building applications
License MIT
Homepage https://github.com/arkanmgerges/multi-tier-architecture
Keywords multi-tier-architecture
Please rate this library. Is it a good library?
Informations about the package multi-tier-architecture
Multi-Tier Architecture
This is a multi-tier architecture core used for creating applications, it has a flexible application layers as follows:
- Use case layer: This layer will contain only use cases that will interact with the outside world like frameworks, cli...etc
- Data gateway layer: This layer is responsible of taking the request sent from the use case and return a response, this layer can interact with the data base, calls to api, using memcache ...etc
- Entities are recognized by both layers use case and data gateway, and they do not have any dependencies.
All versions of multi-tier-architecture with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package arkanmgerges/multi-tier-architecture contains the following files
Loading the files please wait ....