https://github.com/antonioribeiro/trivia
Trivia database
https://github.com/antonioribeiro/trivia
agnostic php trivia
Last synced: 6 months ago
JSON representation
Trivia database
- Host: GitHub
- URL: https://github.com/antonioribeiro/trivia
- Owner: antonioribeiro
- License: mit
- Created: 2017-11-21T03:13:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T05:29:09.000Z (almost 8 years ago)
- Last Synced: 2025-03-29T23:11:36.156Z (7 months ago)
- Topics: agnostic, php, trivia
- Language: PHP
- Size: 1.28 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# trivia
[![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.## Install
Via Composer
``` bash
$ composer require pragmarx/trivia
```## Usage
``` php
$trivia = new PragmaRX\Trivia();
echo count($trivia->all()); /// 43982
```## 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 [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.
## Security
If you discover any security related issues, please email acr@antoniocarlosribeiro.com instead of using the issue tracker.
## Credits
- [Antonio Carlos Ribeiro][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/pragmarx/trivia.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/antonioribeiro/trivia/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/antonioribeiro/trivia.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/antonioribeiro/trivia.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/pragmarx/trivia.svg?style=flat-square[link-packagist]: https://packagist.org/packages/pragmarx/trivia
[link-travis]: https://travis-ci.org/antonioribeiro/trivia
[link-scrutinizer]: https://scrutinizer-ci.com/g/antonioribeiro/trivia/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/antonioribeiro/trivia
[link-downloads]: https://packagist.org/packages/antonioribeiro/trivia
[link-author]: https://github.com/antonioribeiro
[link-contributors]: ../../contributors