Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greg-1-anderson/starter-test-59
https://github.com/greg-1-anderson/starter-test-59
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/greg-1-anderson/starter-test-59
- Owner: greg-1-anderson
- License: other
- Created: 2018-04-06T23:36:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-06T23:37:23.000Z (over 6 years ago)
- Last Synced: 2024-10-26T06:51:28.656Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# StarterTest59
Put a one-line description of your project here.
[![Travis CI](https://travis-ci.org/greg-1-anderson/starter-test-59.svg?branch=master)](https://travis-ci.org/greg-1-anderson/starter-test-59)
[![Windows CI](https://ci.appveyor.com/api/projects/status/maugt03pcsbbr90a?svg=true)](https://ci.appveyor.com/project/greg-1-anderson/starter-test-59)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/greg-1-anderson/starter-test-59/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/greg-1-anderson/starter-test-59/?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/greg-1-anderson/starter-test-59/badge.svg?branch=master)](https://coveralls.io/github/greg-1-anderson/starter-test-59?branch=master)
[![License](https://img.shields.io/badge/license-MIT-408677.svg)](LICENSE)## FINISH CUSTOMIZATION
Enable those services shown below that have not already been configured:
| Feature | Setup
| ------------------------- | ----------------
| Collaborative repository | [DONE](https://github.com/greg-1-anderson/starter-test-59)
| Linux permutation testing | [DONE](https://travis-ci.org/greg-1-anderson/starter-test-59)
| Windows testing | [DONE](https://ci.appveyor.com/project/greg-1-anderson/starter-test-59)
| Static analysis | [DONE](https://scrutinizer-ci.com/g/greg-1-anderson/starter-test-59/)
| Code coverage | [Enable Coveralls](https://coveralls.io/repos/new)
| Package manager | [Register with Packagist](https://packagist.org/packages/submit)
| Dependency updates | [Enable Dependencies.io](https://app.dependencies.io/add-project)Then, delete this section and finish customizing this README.
## 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-59/tags).
## Authors
* **Greg Anderson** - created project from template.
See also the list of [contributors](https://github.com/greg-1-anderson/starter-test-59/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)