able / static
phpABLE static class implementation
v1.5.0
2021-10-06 12:56 UTC
Requires
- php: >=8.0.0
- able/exceptions: ^0.7.4
This package is auto-updated.
Last update: 2024-11-06 20:45:34 UTC
README
The phpABLE abstractions library provided an ability to declare static classes.
Requirements
- PHP >= 8.0.0
- able/exceptions
Install
There's a simple way to install the able/statics
package via Composer:
composer require able/statics
Usage
Please, follow the example below:
use \Able\Static\TStatic; class StaticExample { use TStatic; }
License
This package is released under the MIT license.