biurad / php-starter
A template repository for setting up a new PHP library package.
Fund package maintenance!
Patreon
biurad.com/sponsor
Requires
- php: ^7.4 || ^8.0
Requires (Dev)
- composer/package-versions-deprecated: ^1.11
- phpstan/phpstan: ^0.12
- phpunit/phpunit: ^8.5 || ^9.5
- squizlabs/php_codesniffer: ^3.6
- vimeo/psalm: ^4.9
This package is auto-updated.
Last update: 2024-11-17 09:00:59 UTC
README
The Biurad PHP Library Template
A PHP template library for bootstrapping a library project, edit contents to your preferred style. Fel free to fork and make your own recipe.
📦 Installation
This project requires PHP 7.4 or higher. The recommended way to install, is via Composer. Simply run:
PHP 8.0 or newer is required. The recommended way to install, is by using Composer. Simply run:
$ composer require biurad/php-starter
📍 Quick Start
Write a bit of How To use this package, so developers can have a bit of idea about how it works before checking out documentation.
📓 Documentation
In-depth documentation on how to use this library can be found at docs.biurad.com. It is also recommended to browse through unit tests in the tests directory.
🙌 Sponsors
If this library made it into your project, or you interested in supporting us, please consider [donating][4] to support future development.
👥 Credits & Acknowledgements
- [Divine Niiquaye Ibok][5] is the author this library.
- [All Contributors][6] who contributed to this project.
This project adheres to a code of conduct. By participating in this project and its community, you are expected to uphold this code.
📄 License
Starter Template is completely free and released under the BSD 3 License.