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

v1.1.5 2023-07-08 01:00 UTC

This package is auto-updated.

Last update: 2025-10-09 02:16:04 UTC


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.