emma/common

Emma Common PHP 项目/库/工具,支持其他 Emma 项目。

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

This package is auto-updated.

Last update: 2024-09-09 00:02:49 UTC


README

Emma Common PHP 项目/库/工具,支持其他 Emma 项目。

包含工具

- 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;

还有其他常用工具,并且随着时间的推移还将添加更多更新。