An open API service indexing awesome lists of open source software.

https://github.com/glowyphp/macroable

Macroable Package is a trait that, gives you the ability in effect to add new methods to a class at runtime.
https://github.com/glowyphp/macroable

glowy glowyphp macroable package php php-package php8

Last synced: 7 months ago
JSON representation

Macroable Package is a trait that, gives you the ability in effect to add new methods to a class at runtime.

Awesome Lists containing this project

README

          

Macroable



Macroable Package is a trait that, gives you the ability in effect to add new methods to a class at runtime.


License MIT Total downloads GitHub Repo stars GitHub forks Hits of Code


### Installation

#### With [Composer](https://getcomposer.org)

```
composer require glowy/macroable
```

### Resources
* [Documentation](https://awilum.github.io/glowyphp/macroable)

### Tests

Run tests

```
./vendor/bin/pest
```

### License
[The MIT License (MIT)](https://github.com/glowyphp/macroable/blob/master/LICENSE)
Copyright (c) [Sergey Romanenko](https://github.com/Awilum)