athphane / programmer-quotes
Programmer quotes as a package
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/athphane/programmer-quotes
Requires
- illuminate/collections: ^8.6
This package is auto-updated.
Last update: 2025-09-26 04:36:52 UTC
README
Programmer Quotes as a package
Easily get inspirational programmer quotes into your Laravel applications using this package.
Install
composer require athphane/programmer-quotes
How to use
The package will automatically register itself, so you do not need to manually add it to your Service Providers array. You simply need to do the following.
$quote = \Athphane\ProgrammerQuotes\ProgrammerQuotes::random(); dd($quote);
Issues
It's just an array of sentences. If you find an issue, lemme know with an issue.