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

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

eyupinann/quote
===============

A simple quote world composer package

27PHP

Since Sep 24Pushed 3y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Quote
=====

[](#quote)

This package content is developed to set content by page

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

[](#installation)

Use the package manager [package](https://packagist.org/packages/eyupinann/quote) to install foobar.

```
composer require eyupinann/quote
```

We add this code to the providers part in config/app.php so we import the providers part of our package

```
eyupinann\Quote\BlogPackageServiceProvider::class
```

We run our provider file with this command. Our migration and view files are created

```
php artisan vendor:publish --provider="eyupinann\Quote\BlogPackageServiceProvider" --tag="page"
```

```
php artisan migrate
```

Usage
-----

[](#usage)

Using this function, we send the page name and content to the relevant function and return it.

```
use eyupinann\Quote\Index;

public function App(Index $index) {
  return $index->page('About','info@google.com');
}
```

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

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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/9464d8099f117419e03901edc3a49d01d2c101a6228be4b3bad7165a8ddad237?d=identicon)[denizsinan](/maintainers/denizsinan)

---

Top Contributors

[![eyupinann](https://avatars.githubusercontent.com/u/53041708?v=4)](https://github.com/eyupinann "eyupinann (20 commits)")

### Embed Badge

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

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

###  Alternatives

[mateusjunges/laravel-invite-codes

This package allows you to easily manage invite codes for your Laravel application.

29166.8k](/packages/mateusjunges-laravel-invite-codes)[ilab/namespacer

Tool for re-namespacing composer packages for use in WordPress plugins.

291.1k](/packages/ilab-namespacer)

PHPackages © 2026

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