https://github.com/liamja/skeleton
Skeleton project for new PHP / Composer packages
https://github.com/liamja/skeleton
boilerplate composer php skeleton
Last synced: 10 months ago
JSON representation
Skeleton project for new PHP / Composer packages
- Host: GitHub
- URL: https://github.com/liamja/skeleton
- Owner: liamja
- License: mit
- Created: 2018-09-02T14:31:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-02T14:31:41.000Z (over 7 years ago)
- Last Synced: 2025-01-06T14:44:47.801Z (12 months ago)
- Topics: boilerplate, composer, php, skeleton
- Language: PHP
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# {{project}}
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]
{{description}}
1. Search and replace the following placeholders:
| Placeholder | Description |
|-----------------|--------------------------|
| {{project}} | Project name. |
| {{description}} | Project description. |
2. `rm -rf .git && git init`
## Installation
```shell
composer require liamja/{{project}}
```
## Getting Started
```php
// Example code to come.
```
## Changelog
Please see [CHANGELOG.md]() for more information on what has changed recently.
## Testing
```shell
composer test
```
## License
Released under an MIT license.
See [LICENSE.md]() for more info.
[ico-version]: https://img.shields.io/packagist/v/liamja/{{project}}.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/liamja/{{project}}/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/liamja/{{project}}.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/liamja/{{project}}.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/liamja/{{project}}.svg?style=flat-square
[link-packagist]: https://packagist.org/packages/liamja/{{project}}
[link-travis]: https://travis-ci.org/liamja/{{project}}
[link-scrutinizer]: https://scrutinizer-ci.com/g/liamja/{{project}}/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/liamja/{{project}}
[link-downloads]: https://packagist.org/packages/liamja/{{project}}
[link-author]: https://github.com/liamja