PHPackages                             devpackage/quote - 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. devpackage/quote

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

devpackage/quote
================

Quote - A simple quote display package

012PHP

Since Sep 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/EdanurOzdmr/quote)[ Packagist](https://packagist.org/packages/devpackage/quote)[ RSS](/packages/devpackage-quote/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Quote Package
---------------------

[](#laravel-quote-package)

Laravel package that lists random quotes.

The excerpts contained in the configuration file in this package are listed on the page according to the selected page.

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

[](#installation)

Via Composer

`$ composer require devpackage/quote `

Once Devpackage Quotes is installed, you need to register the service provider. Open up config/app.php and add the following to the providers key.

`Devpackage\Quote\QuoteServiceProvider::class `Also, register the Facade like so:

```

'providers' => [
...
Devpackage\Quote\QuoteServiceProvider::class
...
];

```

Configuration
-------------

[](#configuration)

To get started, you'll need to publish all vendor assets:

`$ php artisan vendor:publish --provider="Devpackage\Quote\QuoteServiceProvider"`

Usage
-----

[](#usage)

Don't forget to add the `` code to the layout file. If you want to add your own quote, simply add it to the last line of the directory at config/quoteconfig.php.

Simple Example
--------------

[](#simple-example)

```

    Quotes Package

        @yield('content')

        Quote

```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

Top contributor holds 96.3% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7eb7ed5540282af78d3a532553771689a89c0e38d7561a415d509647a45cfe9f?d=identicon)[EdanurOzdmr](/maintainers/EdanurOzdmr)

---

Top Contributors

[![EdanurOzdmr](https://avatars.githubusercontent.com/u/23135807?v=4)](https://github.com/EdanurOzdmr "EdanurOzdmr (26 commits)")[![umutphp](https://avatars.githubusercontent.com/u/3245166?v=4)](https://github.com/umutphp "umutphp (1 commits)")

### Embed Badge

![Health badge](/badges/devpackage-quote/health.svg)

```
[![Health](https://phpackages.com/badges/devpackage-quote/health.svg)](https://phpackages.com/packages/devpackage-quote)
```

PHPackages © 2026

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