waffle-commons / utils
Utils component for Waffle framework.
0.1.0-alpha5
2026-05-02 05:58 UTC
Requires
- php: ^8.5
- waffle-commons/contracts: 0.1.0-alpha5
Requires (Dev)
- carthage-software/mago: ^1.0.0-rc
- cyclonedx/cyclonedx-php-composer: ^6.1
- php-mock/php-mock-phpunit: ^2.13
- phpunit/phpunit: ^12.0
- vimeo/psalm: ^6.13
This package is auto-updated.
Last update: 2026-05-02 05:59:40 UTC
README
Waffle Utils Component
A collection of utility classes and traits used throughout the Waffle Framework.
📦 Installation
composer require waffle-commons/utils
🚀 Usage
ReflectionTrait
Provides helper methods for reflection, useful for testing or metaprogramming.
use Waffle\Commons\Utils\Trait\ReflectionTrait; class MyClass { use ReflectionTrait; }
Testing
To run the tests, use the following command:
composer tests
Contributing
Contributions are welcome! Please refer to CONTRIBUTING.md for details.
License
This project is licensed under the MIT License. See the LICENSE.md file for details.