Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).