{"id":15649237,"url":"https://github.com/unicodeveloper/laravel-quotes","last_synced_at":"2025-04-30T16:15:09.039Z","repository":{"id":57075441,"uuid":"50487842","full_name":"unicodeveloper/laravel-quotes","owner":"unicodeveloper","description":":package: :100: :key: :pray:  Laravel 5 Package that provides all kinds of quotes from success to programming to life to DJKHALED for your Laravel app!","archived":false,"fork":false,"pushed_at":"2016-03-13T20:24:23.000Z","size":22,"stargazers_count":40,"open_issues_count":1,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-30T16:14:01.846Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unicodeveloper.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-27T06:46:55.000Z","updated_at":"2024-12-21T07:13:42.000Z","dependencies_parsed_at":"2022-08-24T14:40:36.785Z","dependency_job_id":null,"html_url":"https://github.com/unicodeveloper/laravel-quotes","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicodeveloper%2Flaravel-quotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicodeveloper%2Flaravel-quotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicodeveloper%2Flaravel-quotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicodeveloper%2Flaravel-quotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unicodeveloper","download_url":"https://codeload.github.com/unicodeveloper/laravel-quotes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251739652,"owners_count":21635892,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T12:28:58.050Z","updated_at":"2025-04-30T16:15:09.008Z","avatar_url":"https://github.com/unicodeveloper.png","language":"PHP","readme":"# laravel-quotes\n\n![laravel-quotes](https://cloud.githubusercontent.com/assets/2946769/12701609/637a89c6-c80e-11e5-9b57-f764b1742155.png)\n[![Latest Stable Version](https://poser.pugx.org/unicodeveloper/laravel-quotes/v/stable.svg)](https://packagist.org/packages/unicodeveloper/laravel-quotes)\n![](https://img.shields.io/badge/unicodeveloper-approved-brightgreen.svg)\n[![License](https://poser.pugx.org/unicodeveloper/laravel-quotes/license.svg)](LICENSE.md)\n[![Build Status](https://img.shields.io/travis/unicodeveloper/laravel-quotes.svg)](https://travis-ci.org/unicodeveloper/laravel-quotes)\n[![Coverage Status](https://coveralls.io/repos/github/unicodeveloper/laravel-quotes/badge.svg?branch=master)](https://coveralls.io/github/unicodeveloper/laravel-quotes?branch=master)\n[![Quality Score](https://img.shields.io/scrutinizer/g/unicodeveloper/laravel-quotes.svg?style=flat-square)](https://scrutinizer-ci.com/g/unicodeveloper/laravel-quotes)\n[![Total Downloads](https://img.shields.io/packagist/dt/unicodeveloper/laravel-quotes.svg?style=flat-square)](https://packagist.org/packages/unicodeveloper/laravel-quotes)\n\n\u003e A Laravel 5 Package for providing all kinds of quotes, from PROGRAMMING to DESIGN to DJKHALED Quotes\n\n## Installation\n\n[PHP](https://php.net) 5.4+ or [HHVM](http://hhvm.com) 3.3+, and [Composer](https://getcomposer.org) are required.\n\nTo get the latest version of Laravel Quotes, simply add the following line to the require block of your `composer.json` file.\n\n```\n\"unicodeveloper/laravel-quotes\": \"1.0.*\"\n```\n\nYou'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.\n\nOnce Laravel Quotes is installed, you need to register the service provider. Open up `config/app.php` and add the following to the `providers` key.\n\n* `Unicodeveloper\\Quotes\\QuotesServiceProvider::class`\n\nAlso, register the Facade like so:\n\n```php\n'aliases' =\u003e [\n    ...\n    'Quotes' =\u003e Unicodeveloper\\Quotes\\Facades\\Quotes::class,\n    ...\n]\n```\n\nRegister the Artisan commands by adding this to the `$commands` array in `App/Console/Kernel.php`\n\n```php\n    **\n     * The Artisan commands provided by your application.\n     *\n     * @var array\n     */\n    protected $commands = [\n        \\Unicodeveloper\\Quotes\\Commands\\Design::class,\n        \\Unicodeveloper\\Quotes\\Commands\\Djkhaled::class,\n        \\Unicodeveloper\\Quotes\\Commands\\Programming::class,\n    ];\n```\n\n## Configuration\n\nTo get started, you'll need to publish all vendor assets:\n\n```bash\n$ php artisan vendor:publish --provider=\"Unicodeveloper\\Quotes\\QuotesServiceProvider\"\n```\n\n## Usage\n\nGet to Use Facades like so:\n```php\n\n/**\n * Gets a key to success from DjKhaled\n * @returns a string\n */\nQuotes::djkhaled()-\u003eanotherOne();\n\n/**\n * Gets all the Keys To Success #BlessUp\n * @returns an array\n */\nQuotes::djkhaled()-\u003eall()\n\n**\n * Gets a programming quote\n * @returns a string\n */\nQuotes::programming()-\u003erandom();\n\n/**\n * Gets all programming quotes\n * @returns an array\n */\nQuotes::programming()-\u003eall();\n\n**\n * Gets a design quote\n * @returns a string\n */\nQuotes::design()-\u003erandom();\n\n/**\n * Gets all design quotes\n * @returns an array\n */\nQuotes::design()-\u003eall();\n```\n\nGet to use Artisan Commands like so:\n\n```bash\nphp artisan djkhaled:inspire\n```\n![djkhaled:inspire](https://cloud.githubusercontent.com/assets/2946769/12701591/e83bf97a-c80d-11e5-8d6a-06e8ec35875d.png)\n\n```bash\nphp artisan design:inspire\n```\n![design:inspire](https://cloud.githubusercontent.com/assets/2946769/12701590/d7813a5a-c80d-11e5-84d4-d7ab90d07371.png)\n\n```bash\nphp artisan programming:inspire\n```\n![programming:inspire](https://cloud.githubusercontent.com/assets/2946769/12701589/c52f03c8-c80d-11e5-91b8-23c33c9d4bb6.png)\n\n## Contributing\n\nPlease feel free to fork this package and contribute by submitting a pull request to enhance the functionalities.\n\nYou can greatly contribute by adding more quotes to `Quotes/programming.php` and `Quotes/design.php`. The format are in the files.\n\nAlso, add more `DJ KHALED` Keys to success that I have omitted or left-out. #BlessUp\n\n###### Remember: Major :key: To Success is to Contribute to Open Source\n\n## How can I thank you?\n\nWhy not star the github repo? I'd love the attention! Why not share the link for this repository on Twitter or HackerNews? Spread the word!\n\nDon't forget to [follow me on twitter](https://twitter.com/unicodeveloper)!\n\nThanks!\nProsper Otemuyiwa.\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funicodeveloper%2Flaravel-quotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funicodeveloper%2Flaravel-quotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funicodeveloper%2Flaravel-quotes/lists"}