|
1 | 1 | # cakephp-api-pagination
|
| 2 | + |
| 3 | +[![Latest Version on Packagist][ico-version]][link-packagist] |
| 4 | +[![Software License][ico-license]](LICENSE.md) |
| 5 | +[![Build Status][ico-travis]][link-travis] |
| 6 | +[![Coverage Status][ico-scrutinizer]][link-scrutinizer] |
| 7 | +[![Quality Score][ico-code-quality]][link-code-quality] |
| 8 | +[![Total Downloads][ico-downloads]][link-downloads] |
| 9 | + |
| 10 | +This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what |
| 11 | +PSRs you support to avoid any confusion with users and contributors. |
| 12 | + |
| 13 | +## Install |
| 14 | + |
| 15 | +Via Composer |
| 16 | + |
| 17 | +``` bash |
| 18 | +$ composer require bcrowe/cakephp-api-pagination |
| 19 | +``` |
| 20 | + |
| 21 | +## Usage |
| 22 | + |
| 23 | +``` php |
| 24 | +$skeleton = new BryanCrowe\Skeleton(); |
| 25 | +echo $skeleton->echoPhrase('Hello, Bryan!'); |
| 26 | +``` |
| 27 | + |
| 28 | +## Change log |
| 29 | + |
| 30 | +Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently. |
| 31 | + |
| 32 | +## Testing |
| 33 | + |
| 34 | +``` bash |
| 35 | +$ composer test |
| 36 | +``` |
| 37 | + |
| 38 | +## Contributing |
| 39 | + |
| 40 | +Please see [CONTRIBUTING](CONTRIBUTING.md) for details. |
| 41 | + |
| 42 | +## Security |
| 43 | + |
| 44 | +If you discover any security related issues, please email [email protected] instead of using the issue tracker. |
| 45 | + |
| 46 | +## Credits |
| 47 | + |
| 48 | +- [Bryan Crowe][link-author] |
| 49 | +- [All Contributors][link-contributors] |
| 50 | + |
| 51 | +## License |
| 52 | + |
| 53 | +The MIT License (MIT). Please see [License File](LICENSE.md) for more information. |
| 54 | + |
| 55 | +[ico-version]: https://img.shields.io/packagist/v/bcrowe/cakephp-api-pagination.svg?style=flat-square |
| 56 | +[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square |
| 57 | +[ico-travis]: https://img.shields.io/travis/bcrowe/cakephp-api-pagination/master.svg?style=flat-square |
| 58 | +[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/bcrowe/cakephp-api-pagination.svg?style=flat-square |
| 59 | +[ico-code-quality]: https://img.shields.io/scrutinizer/g/bcrowe/cakephp-api-pagination.svg?style=flat-square |
| 60 | +[ico-downloads]: https://img.shields.io/packagist/dt/bcrowe/cakephp-api-pagination.svg?style=flat-square |
| 61 | + |
| 62 | +[link-packagist]: https://packagist.org/packages/bcrowe/cakephp-api-pagination |
| 63 | +[link-travis]: https://travis-ci.org/bcrowe/cakephp-api-pagination |
| 64 | +[link-scrutinizer]: https://scrutinizer-ci.com/g/bcrowe/cakephp-api-pagination/code-structure |
| 65 | +[link-code-quality]: https://scrutinizer-ci.com/g/bcrowe/cakephp-api-pagination |
| 66 | +[link-downloads]: https://packagist.org/packages/bcrowe/cakephp-api-pagination |
| 67 | +[link-author]: https://github.com/bcrowe |
| 68 | +[link-contributors]: ../../contributors |
0 commit comments