PHPackages                             camilo/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. [API Development](/categories/api)
4. /
5. camilo/quotes

ActivePackage[API Development](/categories/api)

camilo/quotes
=============

A Laravel package that consumes quote data from the https://dummyjson.com/quotes API

00Blade

Since May 13Pushed 1y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Quotes App - Development Environment
====================================

[](#quotes-app---development-environment)

[![Laravel Logo](https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg)](https://laravel.com)

[![Build Status](https://github.com/laravel/framework/workflows/tests/badge.svg)](https://github.com/laravel/framework/actions)[![Total Downloads](https://camo.githubusercontent.com/b0a7ee2f3f0208712ecb1081b9d6fcf05045c10cd6f345abcb924f5512c0d346/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726176656c2f6672616d65776f726b)](https://packagist.org/packages/laravel/framework)[![Latest Stable Version](https://camo.githubusercontent.com/9e6071b5dd1a4a3bcabe3cca9d97a447d030caeb940f2adbd18699bc0b326702/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c61726176656c2f6672616d65776f726b)](https://packagist.org/packages/laravel/framework)[![License](https://camo.githubusercontent.com/4a64c31c71966d152c876eea1f35e85fbd33d57ddf5754260a41f053aa72c5b2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726176656c2f6672616d65776f726b)](https://packagist.org/packages/laravel/framework)

Prerequisites
-------------

[](#prerequisites)

To run this application you will need:

- PHP 8.1 or higher
- Composer installed
- Node.js version 20 or higher
- Git (to clone the repository)

Environment Setup
-----------------

[](#environment-setup)

### 1. Installation

[](#1-installation)

There are two options to install this application:

#### Option 1: Clone the repository

[](#option-1-clone-the-repository)

```
git clone https://github.com/K1000o-Lp/quotes.git
cd quotes
```

#### Option 2: Via Composer

[](#option-2-via-composer)

```
composer require camilo/quotes
```

### 2. Configure environment variables

[](#2-configure-environment-variables)

Copy the example environment variables file:

```
cp .env.example .env
```

Make sure to properly configure the following variables:

```
CACHE_DRIVER=file

```

### 3. Install dependencies

[](#3-install-dependencies)

```
# Install PHP dependencies
composer install

# Install Node.js dependencies
npm install
```

Publish package assets
----------------------

[](#publish-package-assets)

Execute next commands:

```
# The flag --force is optional, use it when you want overwrite the assets because the package is updated
php artisan vendor:publish --tag=quotes.assets --force
```

Compiling assets
----------------

[](#compiling-assets)

For development:

```
npm run dev
```

For production:

```
npm run build
```

Optimizing the application
--------------------------

[](#optimizing-the-application)

```
php artisan optimize
```

Ready!
------

[](#ready)

Now you can enjoy Camilo App Quotes! Open your browser and go to `http://localhost:8000`.

License
-------

[](#license)

The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity15

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/6aa0f86e41bd6fc82dc3b25546430578816e4f210fb7ac2904d79892be8bd0df?d=identicon)[k1000o-lp](/maintainers/k1000o-lp)

---

Top Contributors

[![K1000o-Lp](https://avatars.githubusercontent.com/u/61200295?v=4)](https://github.com/K1000o-Lp "K1000o-Lp (39 commits)")

### Embed Badge

![Health badge](/badges/camilo-quotes/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)

PHPackages © 2026

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