reindeerweb / classhelper
This package is abandoned and no longer maintained.
The author suggests using the novusvetus/classhelper package instead.
There is no license information available for the latest version (1.0.0) of this package.
Some class helper.
1.0.0
2017-07-05 21:14 UTC
This package is not auto-updated.
Last update: 2022-02-01 13:08:13 UTC
README
Some class helper.
Installation
Add it to your project with:
composer require reindeerweb/classhelper
License
3-clause BSD license See License
Bugtracker
Bugs are tracked in the issues section of this repository on GitHub. Please read over existing issues before submitting an issue to ensure yours is unique.
- Describe the steps to reproduce your issue.
- Describe the expected and the actual outcome.
- Describe your environment as detailed as possible.
Development and contribution
Feature requests can also be made by creating a new issue. If you would like to make contributions to this module, feel free to create a fork and submit a pull request.
Versioning
This project follows Semantic Versioning paradigm. That is:
Given a version number MAJOR.MINOR.PATCH, increment the:
- MAJOR version when you make incompatible API changes,
- MINOR version when you add functionality in a backwards-compatible manner, and
- PATCH version when you make backwards-compatible bug fixes. Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.