able/static

phpABLE static class implementation

v1.5.0 2021-10-06 12:56 UTC

This package is auto-updated.

Last update: 2024-04-06 19:28:36 UTC


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.