webdevcave / lib-template-php
Template for libs written in PHP
dev-main
2025-03-24 18:39 UTC
Requires
- php: >=8.2
Requires (Dev)
- phpunit/phpunit: ^11.5
- rregeer/phpunit-coverage-check: ^0.3.1
This package is auto-updated.
Last update: 2025-03-24 19:44:24 UTC
README
Description of the library. This is an example for a library README. Change it to fit your specific project
Installation
Using composer:
composer require vendor/package
Usage example
use My\Super\Library; $library = new Library(); $library->doSomething();
Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or a pull request on GitHub.
License
This project is licensed under the MIT License - see the LICENSE file for details