able/statics

This package is abandoned and no longer maintained. No replacement package was suggested.

phpABLE static class implementation

This package has no released version yet, and little information is available.


README

The phpABLE abstractions library provided an ability to declare static classes.

Requirements

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.