abhiteshd / programming-quotes
Get random programming quote for your project.
v1.0
2020-09-24 01:20 UTC
Requires
- php: ^7.1
- guzzlehttp/guzzle: ^7.0
Requires (Dev)
- orchestra/testbench: ^4.0
- phpunit/phpunit: ^8.0
This package is not auto-updated.
Last update: 2024-11-15 22:19:50 UTC
README
Get random quotes on programming by contributors like Dennis Ritchie
Installation
You can install the package via composer:
composer require abhiteshd/programming-quotes
Usage
$programmingQuotes = new ProgrammingQuotes($client); $randomQuote = $programmingQuotes->getRandomQuote();
-- Laravel usage $randomQuote = RandomQuotes::getRandomQuote(); // artisan command php artisan random-quotes // the view/config can be overriden after you have published them via php artisan vendor:publish
Testing
refer to the test files
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email abhitesh.das@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.