hp-package-short-description
php-package-description
- feat: Feature Description.
Install the package via Composer:
composer require --dev webproject-xyz/php-package-template- PHP: "~8.3.0 || ~8.4.0 || ~8.5.0"
| Option | Description | Default |
|---|---|---|
option1 |
Option1 description. | ... |
We maintain high standards for this module:
- Static Analysis: PHPStan Level 8.
- Coding Style: Strict PSR-12/Symfony standards.
- Automation: GrumPHP hooks ensure all commits are verified.
composer stan # Run static analysis
composer test # Run acceptance tests
composer cs:check # Check coding standardsContributions are welcome! Please see our CONTRIBUTING.md for details.
- Fork the Project.
- Create your Feature Branch (
git checkout -b feature/AmazingFeature). - Commit your Changes (
git commit -m 'feat: Add some AmazingFeature'). - Push to the Branch (
git push origin feature/AmazingFeature). - Open a Pull Request.
Distributed under the MIT License. See LICENSE for more information.
- Issues: Please use the GitHub Issue Tracker.
- Website: webproject.xyz