Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/greg-1-anderson/starter-test-46


https://github.com/greg-1-anderson/starter-test-46

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# StarterTest46

Put a one-line description of your project here.

[![Travis CI](https://travis-ci.org/greg-1-anderson/starter-test-46.svg?branch=master)](https://travis-ci.org/greg-1-anderson/starter-test-46)
[![Windows CI](https://ci.appveyor.com/api/projects/status/j9gynnj425mdb0hk?svg=true)](https://ci.appveyor.com/project/greg-1-anderson/starter-test-46)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/greg-1-anderson/starter-test-46/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/greg-1-anderson/starter-test-46/?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/greg-1-anderson/starter-test-46/badge.svg?branch=master)](https://coveralls.io/github/greg-1-anderson/starter-test-46?branch=master)
[![License](https://poser.pugx.org/greg-1-anderson/starter-test-46/license)](https://github.com/greg-1-anderson/starter-test-46//master/LICENSE)

## Getting Started

Explain how to get a copy of this project up and running on a new user's local machine.

See deployment for notes on how to deploy the project on a live system.

### Prerequisites

List the things that are needed to install the software and how to install them. For most PHP projects, it should usually be sufficient to run:

```
composer install
```

### Installing

Provide a step by step series of examples that show how to install this project.

Say what the step will be:

```
Give the example
```

And repeat:

```
until finished
```

End with an example of getting some data out of the system or using it for a little demo.

## Running the tests

The test suite may be run locally by way of some simple composer scripts:

| Test | Command
| ---------------- | ---
| Run all tests | `composer test`
| PHPUnit tests | `composer unit`
| PHP linter | `composer lint`
| Code style | `composer cs`
| Fix style errors | `composer cbf`

## Deployment

Add additional notes about how to deploy this on a live system.

## Built With

* [Composer](https://getcomposer.org/) - Dependency Management

## Contributing

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on the process for submitting pull requests to us.

## Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/greg-1-anderson/starter-test-46/tags).

## Authors

* **Greg Anderson** - created project from template.

See also the list of [contributors](https://github.com/greg-1-anderson/starter-test-46/contributors) who participated in this project.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

## Acknowledgments

* Hat tip to anyone who's code was used
* Inspiration
* etc
* Thanks to PurpleBooth for the [example README template](https://gist.github.com/PurpleBooth/109311bb0361f32d87a2)