emma / common
Emma Common PHP Projects/Library/Tools that supports other Emma Projects..
v1.1.5
2023-07-08 01:00 UTC
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.