PHPackages                             teenquotes/website - 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. teenquotes/website

ActiveLibrary

teenquotes/website
==================

The Teen Quotes website.

v3.6(10y ago)1606[1 issues](https://github.com/TeenQuotes/website/issues)[1 PRs](https://github.com/TeenQuotes/website/pulls)Creative Commons BY-NC-SAPHP

Since Dec 6Pushed 8y ago3 watchersCompare

[ Source](https://github.com/TeenQuotes/website)[ Packagist](https://packagist.org/packages/teenquotes/website)[ Docs](http://teen-quotes.com)[ RSS](/packages/teenquotes-website/feed)WikiDiscussions develop Synced today

READMEChangelog (10)Dependencies (29)Versions (22)Used By (0)

[![Travis CI](https://camo.githubusercontent.com/477c6a9dd7a3f36f6a210c10efae26d6cc542b9d9df9f45806140ddb2683f857/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f5465656e51756f7465732f776562736974652f76332e302e7376673f7374796c653d666c6174)](https://travis-ci.org/TeenQuotes/website)[![Software License](https://camo.githubusercontent.com/e74ec95d7bac3d911f697a09a15c4f3a4357145257f6383423230008844da966/687474703a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d434325323042592d2d4e432d2d53412d6f72616e67652e7376673f7374796c653d666c6174)](https://github.com/TeenQuotes/website/blob/v3.0/LICENSE.md)[![API version](https://camo.githubusercontent.com/2a8c861608aeff60a783b2a519e20613063faf741d321dcad736d947491b9c81/687474703a2f2f696d672e736869656c64732e696f2f62616467652f41504925323076657273696f6e2d312e30616c7068612d626c75652e7376673f7374796c653d666c6174)](https://github.com/TeenQuotes/api-documentation)

What is it?
===========

[](#what-is-it)

This is the source code for the next release of Teen Quotes, using the awesome PHP framework Laravel.

What is Teen Quotes?
====================

[](#what-is-teen-quotes)

Teen Quotes lets teenagers share their daily thoughts and feelings. It describes their daily life and feelings in a few words that they can share with their friends.

Basic dependencies
==================

[](#basic-dependencies)

- PHP &gt;= 5.5 with the PDO and MCrypt extensions
- MySQL &gt;= 5.6 (because we need to perform FULLTEXT search on InnoDB tables)
- Redis server for cache and queues

External services I'm relying on
================================

[](#external-services-im-relying-on)

- [Mailgun](http://www.mailgun.com) for transactional emails
- [Mailchimp](http://mailchimp.com) for newsletters
- [Easyrec](http://easyrec.org) for the recommendation system (not actively used for the moment)
- [Pushbullet](https://www.pushbullet.com) for notifications for administrators
- [Bugsnag](https://bugsnag.com) to track exceptions

How to run locally?
===================

[](#how-to-run-locally)

Update environment variables with your values in the file `.env.example` and then rename the file to `.env`.

Install packages, seed the datbase and run the local server with these commands:

```
$ composer install
$ php artisan migrate
$ php artisan db:seed
$ php artisan serve
```

Editing the front-end
---------------------

[](#editing-the-front-end)

If you want to edit JS files and Compass files, you will need to install [Compass](http://compass-style.org/install/), [node.js](http://nodejs.org/) and some node.js packages. You can install them by running the following commands from the root directory:

```
# Install Gulp globally
$ yarn global add gulp
# Grab required packages
$ yarn install
```

And then take advantage of the Gulpfile:

```
$ gulp
```

Who did this?
-------------

[](#who-did-this)

**Antoine AUGUSTI** -

Under which license?
--------------------

[](#under-which-license)

CC BY-NC-SA

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

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

Every ~24 days

Recently: every ~30 days

Total

21

Last Release

3676d ago

### Community

Maintainers

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

---

Top Contributors

[![AntoineAugusti](https://avatars.githubusercontent.com/u/295709?v=4)](https://github.com/AntoineAugusti "AntoineAugusti (1470 commits)")[![ThibaudDauce](https://avatars.githubusercontent.com/u/1770543?v=4)](https://github.com/ThibaudDauce "ThibaudDauce (4 commits)")[![mlorant](https://avatars.githubusercontent.com/u/532337?v=4)](https://github.com/mlorant "mlorant (1 commits)")

---

Tags

laravelphpquotesteen-quotesteenagersquotesteenteenagersTeenQuotes

###  Code Quality

TestsCodeception

### Embed Badge

![Health badge](/badges/teenquotes-website/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[typicms/base

A modular multilingual CMS built with Laravel, enabling developers to manage structured content like pages, news, events, and more.

1.6k20.3k](/packages/typicms-base)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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