Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yosymfony/php-package-skeleton
A skeleton repository for PHP Yo! Symfony's packages
https://github.com/yosymfony/php-package-skeleton
package php skeleton template
Last synced: about 1 month ago
JSON representation
A skeleton repository for PHP Yo! Symfony's packages
- Host: GitHub
- URL: https://github.com/yosymfony/php-package-skeleton
- Owner: yosymfony
- License: mit
- Created: 2018-10-19T14:59:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T15:22:03.000Z (about 6 years ago)
- Last Synced: 2024-11-07T08:16:21.998Z (about 2 months ago)
- Topics: package, php, skeleton, template
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Very short description of the package
[![Latest Version on Packagist](https://img.shields.io/packagist/v/yosymfony/{{package_name}}.svg?style=flat-square)](https://packagist.org/packages/yosymfony/{{package_name}})
[![Build Status](https://img.shields.io/travis/yosymfony/{{package_name}}/master.svg?style=flat-square)](https://travis-ci.org/yosymfony/:package_name)This is where your description should go.
## About this skeleton
**Installation**
```bash
composer create-project yosymfony/php-package-skeleton your-package
```Review the files `composer.json`, `README.md` and `phpunit.xml.dist`.
Delete the file `.gitkeep` from folders `src` and `tests`.Then, delete this section.## Requires
* PHP +7.2
## Installation
The preferred installation method is [composer](https://getcomposer.org):
```bash
composer require yosymfony/{{package_name}}
```## Usage
This is where usage instructions should go.
## Unit tests
You can run the unit tests with the following command:
```bash
$ cd collection
$ composer test
```## License
This library is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).