PHPackages                             cion/laravel-inspirational-quotes - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. cion/laravel-inspirational-quotes

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

cion/laravel-inspirational-quotes
=================================

php artisan inspire on steroids.

1.0(6y ago)525MITPHPPHP ^7.1CI failing

Since Jun 12Pushed 6y ago5 watchersCompare

[ Source](https://github.com/ci-on/laravel-inspirational-quotes)[ Packagist](https://packagist.org/packages/cion/laravel-inspirational-quotes)[ Docs](https://github.com/ci-on/laravel-inspirational-quotes)[ RSS](/packages/cion-laravel-inspirational-quotes/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Laravel Inspirational Quotes
============================

[](#laravel-inspirational-quotes)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0cd1e1c2074b98b78fef7e60b2ed9bc355b9d5ad50d323f4263acc36fd0d247b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63696f6e2f6c61726176656c2d696e737069726174696f6e616c2d71756f7465732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cion/laravel-inspirational-quotes)[![Build Status](https://camo.githubusercontent.com/66bc9b2e39a1c196fb181212bd351b3e51c530306a0a1b8b2a14756bfda15d82/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f63692d6f6e2f6c61726176656c2d696e737069726174696f6e616c2d71756f7465732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/ci-on/laravel-inspirational-quotes)[![Quality Score](https://camo.githubusercontent.com/52a74f6a629eddb4ecb2ead1c0fcbaf098ca466f4dec21ad24ad03dc300c64c5/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f63692d6f6e2f6c61726176656c2d696e737069726174696f6e616c2d71756f7465732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/ci-on/laravel-inspirational-quotes)[![Total Downloads](https://camo.githubusercontent.com/cc3e2874c18acfa4d08d31608df11567fec309b3e1bd300c02f408afe65f92e8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63696f6e2f6c61726176656c2d696e737069726174696f6e616c2d71756f7465732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ci-on/laravel-inspirational-quotes)[![StyleCI](https://camo.githubusercontent.com/e3f5d0429f5e262eea30cf87d3c4de9db6557472d1f649bc7d660f51c79df405/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3137393137353932342f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/179175924)

This package will generate an inspirational quote for you. Similar to Laravel's default `php artisan inspire`, it includes the same quotes plus more. Easily access the author name and author head shot as well.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require cion/laravel-inspirational-quotes
```

The service provider and alias will automatically get registered.

Usage
-----

[](#usage)

```
php artisan inspire
```

```
$quote = InspirationalQuote::getRandomQuote();

// $quote output
[
    'quote' => 'Simplicity is the ultimate sophistication.',
    'by' => 'Leonardo da Vinci',
    'avatar' => 'https://i.imgur.com/fk7VpK6.png',
]
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Chris Breuer](https://github.com/ci-on)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2527d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a97b94acce2703a63911978deee2cd58935b7df44ea8513125dfef8e48f2f079?d=identicon)[Chris1904](/maintainers/Chris1904)

![](https://www.gravatar.com/avatar/303de9ac8a9e4f5136a5805b3b4af5be8d16c04a0adcea401db5b7c009c18aeb?d=identicon)[cion](/maintainers/cion)

---

Top Contributors

[![chrisbbreuer](https://avatars.githubusercontent.com/u/6228425?v=4)](https://github.com/chrisbbreuer "chrisbbreuer (19 commits)")[![simoebenhida](https://avatars.githubusercontent.com/u/19809072?v=4)](https://github.com/simoebenhida "simoebenhida (2 commits)")

---

Tags

laravelquotescioninspirational-quotesinspirational

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cion-laravel-inspirational-quotes/health.svg)

```
[![Health](https://phpackages.com/badges/cion-laravel-inspirational-quotes/health.svg)](https://phpackages.com/packages/cion-laravel-inspirational-quotes)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)[xefi/faker-php-laravel

Faker php integration with laravel

1915.1k](/packages/xefi-faker-php-laravel)[dcblogdev/laravel-junie

Install pre-configured guides for Jetbrains Junie

392.5k](/packages/dcblogdev-laravel-junie)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
