https://github.com/phpinnacle/saga
https://github.com/phpinnacle/saga
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phpinnacle/saga
- Owner: phpinnacle
- License: mit
- Created: 2017-11-07T17:50:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T17:55:40.000Z (about 8 years ago)
- Last Synced: 2025-02-07T17:37:26.914Z (12 months ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PHPinnacle Saga
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what
PSRs you support to avoid any confusion with users and contributors.
## Structure
If any of the following are applicable to your project, then the directory structure should follow industry best practises by being named the following.
```
bin/
config/
src/
tests/
vendor/
```
## Install
Via Composer
``` bash
$ composer require phpinnacle/saga
```
## Usage
``` php
```
## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Testing
``` bash
$ composer test
```
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.
## Security
If you discover any security related issues, please email dev@phpinnacle.com instead of using the issue tracker.
## Credits
- [PHPinnacle][link-author]
- [All Contributors][link-contributors]
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/phpinnacle/saga.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/phpinnacle/saga/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/phpinnacle/saga.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/phpinnacle/saga.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/phpinnacle/saga.svg?style=flat-square
[link-packagist]: https://packagist.org/packages/phpinnacle/saga
[link-travis]: https://travis-ci.org/phpinnacle/saga
[link-scrutinizer]: https://scrutinizer-ci.com/g/phpinnacle/saga/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/phpinnacle/saga
[link-downloads]: https://packagist.org/packages/phpinnacle/saga
[link-author]: https://github.com/phpinnacle
[link-contributors]: ../../contributors