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.
- Host: GitHub
- URL: https://github.com/glowyphp/macroable
- Owner: glowyphp
- License: mit
- Created: 2020-11-30T19:06:19.000Z (about 5 years ago)
- Default Branch: 4.x
- Last Pushed: 2022-10-09T08:11:37.000Z (over 3 years ago)
- Last Synced: 2025-06-05T03:40:08.576Z (8 months ago)
- Topics: glowy, glowyphp, macroable, package, php, php-package, php8
- Language: PHP
- Homepage: https://awilum.github.io/glowyphp/macroable
- Size: 58.6 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.
### 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)