https://github.com/roadrunner-php/package-skeleton
https://github.com/roadrunner-php/package-skeleton
php
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/roadrunner-php/package-skeleton
- Owner: roadrunner-php
- License: mit
- Created: 2022-11-14T16:18:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-30T10:43:17.000Z (over 3 years ago)
- Last Synced: 2025-10-20T08:44:37.679Z (8 months ago)
- Topics: php
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :package_description
[](https://packagist.org/packages/:vendor_slug/:package_slug)
[](https://packagist.org/packages/:vendor_slug/:package_slug)
[](https://github.com/:vendor_slug/:package_slug/actions)
[](https://github.com/:vendor_slug/:package_slug/actions)
[](https://codecov.io/gh/:vendor_slug/:package_slug/)
[](https://packagist.org/:vendor_slug/:package_slug/phpunit)

---
This repo can be used to scaffold a Spiral Framework package. Follow these steps to get started:
1. Press the "Use template" button at the top of this repo to create a new repo with the contents of this skeleton.
2. Run `php ./configure.php` to run a script that will replace all placeholders throughout all the files.
---
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
## Requirements
Make sure that your server is configured with following PHP version and extensions:
- PHP 8.1+
## Installation
You can install the package via composer:
```bash
composer require :vendor_slug/:package_slug
```
## Testing
```bash
composer test
```
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [:author_name](https://github.com/:author_username)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.