https://github.com/permafrost-dev/php-package-skeleton
a basic skeleton for new php composer packages
https://github.com/permafrost-dev/php-package-skeleton
composer-package package-skeleton package-template php skeleton template
Last synced: 3 months ago
JSON representation
a basic skeleton for new php composer packages
- Host: GitHub
- URL: https://github.com/permafrost-dev/php-package-skeleton
- Owner: permafrost-dev
- License: mit
- Created: 2021-01-09T20:43:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-14T09:55:38.000Z (over 4 years ago)
- Last Synced: 2025-01-23T15:32:00.439Z (4 months ago)
- Topics: composer-package, package-skeleton, package-template, php, skeleton, template
- Language: PHP
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
package-skeleton
![]()
![]()
![]()
![]()
---
A brief description goes here
## Installation
`composer require permafrost-dev/package-skeleton`
---
## Testing
`permafrost-dev/package-skeleton` uses PHPUnit for unit tests. To run the test suite, run:
`./vendor/bin/phpunit`
---
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
---
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.