emma / common
Emma Common PHP Projects/Library/Tools that supports other Emma Projects..
Installs: 76
Dependents: 13
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/emma/common
Requires
- php: >=7.0
README
Emma Common PHP Projects/Library/Tools that supports other Emma Projects.
Tools includes:
- Emma\Common\Property -> Use this to create Property to manage/group collections of data
- Emma\Common\CallBackHandler
- Emma\Common\Singleton -> This is a PHP trait to help object auto-implment Singleton. It also has an Interface for those that wants to implement there Singleton a little differently.
use Emma\Common\Property\Property; use Emma\Common\CallBackHandler\CallBackHandler; use Emma\Common\Singleton\Singleton;
There are other common tuility tools and more updates are been added with time.