Utils component for Waffle framework.

Maintainers

Package info

github.com/waffle-commons/utils

pkg:composer/waffle-commons/utils

Statistics

Installs: 460

Dependents: 4

Suggesters: 0

Stars: 0

Open Issues: 4

0.1.0-alpha4 2026-01-05 09:50 UTC

README

PHP Version Require PHP CI codecov Latest Stable Version Latest Unstable Version Total Downloads Packagist License

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.