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/amazinger6


https://github.com/greg-1-anderson/amazinger6

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# Amazinger6

Put a one-line description of your project here.

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

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

### Prerequisites

What things you need to install the software and how to install them

```
Give examples
```

### Installing

A step by step series of examples that tell you have to get a development env running

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/amazinger6/tags).

## Authors

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

See also the list of [contributors](https://github.com/greg-1-anderson/amazinger6/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)