Download the PHP package ems/framework without Composer
On this page you can find all versions of the php package ems/framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ems/framework
More information about ems/framework
Files in ems/framework
Package framework
Short Description A framework agnostic php library which provides the basics for cmsable and other frameworks
License MIT
Informations about the package framework
Entity Management System
The entity management system is a collection of interfaces for common software development tasks. Its main focus is to provide architectural solutions by common interfaces and patterns to ensure a maximum maintainability in bigger software projects.
EMS is build to be used on top of other frameworks like laravel, symfony or zend. The most implementations have no framework dependency but EMS is not meant to be used alone.
EMS ensures that you rely as little as possible on any external library, even on EMS itself. One principle is that only interface methods in EMS are public and no additional methods are visible. To ensure that, a lot of interfaces have planned hooks (like Cache::onAfter('invalidate', callable $do)) to ensure its extendability without the need for inheritance or code duplication.
The state of its packages
Currently this package could be seen as in beta phase. Almost all of my customer applications are based on cmsable, which is currently ported to ems. So the code works in big and stable applications. (Big means with for example 2 Million users/month) But the interfaces are currently changing. All features are developed in a predefined chain of actions:
- Requirement specification
- Technical Specification
- Implementation
- Release
- Documentation.
So if a package is documented it can be considered as stable.
All versions of framework with dependencies
psr/http-message Version 1.*
psr/http-server-middleware Version 1.*
psr/container Version 1.*|2.0.*
squizlabs/php_codesniffer Version 3.*
ext-pdo Version *
ext-json Version *