webproject-xyz / php-package-template
php-package-description
Package info
github.com/WebProject-xyz/php-package-template
pkg:composer/webproject-xyz/php-package-template
1.0.0
2026-03-11 19:01 UTC
Requires
- php: ~8.3.0 || ~8.4.0 || ~8.5.0
Requires (Dev)
- codeception/codeception: ^5.3.5
- codeception/module-asserts: ^3.3.0
- friendsofphp/php-cs-fixer: ^3.94.2
- phpro/grumphp: ^2.19.0
- phpstan/phpstan: ^2.1.40
- roave/security-advisories: dev-latest
- webproject-xyz/codeception-module-ai-reporter: ^1.1
This package is auto-updated.
Last update: 2026-03-11 19:55:15 UTC
README
hp-package-short-description
php-package-description
๐ Key Features
- feat: Feature Description.
๐ฆ Installation
Install the package via Composer:
composer require --dev webproject-xyz/php-package-template
Prerequisites
- PHP: "~8.3.0 || ~8.4.0 || ~8.5.0"
๐ฅ๏ธ Configuration
Configuration Options
| Option | Description | Default |
|---|---|---|
option1 |
Option1 description. | ... |
๐ ๏ธ Usage
๐งช Development & Testing
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.
Commands
composer stan # Run static analysis composer test # Run acceptance tests composer cs:check # Check coding standards
๐ค Contributing
Contributions 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.
๐ License
Distributed under the MIT License. See LICENSE for more information.
โ๏ธ Support & Contact
- Issues: Please use the GitHub Issue Tracker.
- Website: webproject.xyz