This serves as a template for creating a new library.
- Built-in PHPUnit and lint libraries
- Pre-configured GitHub Actions
- Pre-configured
composer.jsonandphpunit.xmlfiles as part of the skeleton - Built-in CHANGELOG.md file and automatic commit action
- Built-in MIT License document
composer require cable8mm/phpunit-start-kitcomposer create-project cable8mm/phpunit-start-kit <package_name>You can customize src/StartKit.php and tests/StartKitTest.php, and modify composer.json to tailor it to your package name and author information.
composer lintcomposer testThe Phpunit Start Kit is open-sourced software licensed under the MIT license.