able/statics

此包已被废弃,不再维护。没有建议的替代包。

phpABLE 静态类实现

维护者

详细信息

github.com/phpable/statics

此包尚未发布版本,且信息很少。


README

phpABLE 抽象库提供了一个声明静态类的能力。

要求

安装

可以通过 Composer 简单地安装 able/statics 包。

composer require able/statics

使用

请参考以下示例

use \Able\Static\TStatic;

class StaticExample {
    use TStatic;

}

许可证

此包在 MIT 许可证 下发布。