PHPackages                             fbf/laravel-testimonials - 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. fbf/laravel-testimonials

ActiveLibrary

fbf/laravel-testimonials
========================

A Laravel 4 package for adding testimonials to a website

v0.2.0(12y ago)6137MITPHPPHP &gt;=5.3.0

Since Jan 8Pushed 12y ago1 watchersCompare

[ Source](https://github.com/FbF/Laravel-Testimonials)[ Packagist](https://packagist.org/packages/fbf/laravel-testimonials)[ RSS](/packages/fbf-laravel-testimonials/feed)WikiDiscussions master Synced 1mo ago

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

Laravel Testimonials
====================

[](#laravel-testimonials)

A Laravel 4 package for adding testimonials to a website

Features
--------

[](#features)

- Paginated index view with configurable results per page
- Draft/Approved status
- Soft deletes
- Configurable URLs, e.g. /testimonials and /testimonials/&lt; testimonial slug &gt;
- Fields for title, slug, image, YouTube video, content, source, published date, status, page title, meta description and keywords

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

[](#installation)

Add the following to you composer.json file

```
"fbf/laravel-testimonials": "dev-master"

```

Run

```
composer update

```

Add the following to app/config/app.php

```
'Fbf\LaravelTestimonials\LaravelTestimonialsServiceProvider'

```

Run the package migration

```
php artisan migrate --package=fbf/laravel-testimonials

```

Publish the config

```
php artisan config:publish fbf/laravel-testimonials

```

Create the relevant image upload directories that you specify in your config, e.g.

```
public/uploads/packages/fbf/laravel-testimonials/original
public/uploads/packages/fbf/laravel-testimonials/resized
public/uploads/packages/fbf/laravel-testimonials/thumbnail

```

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

[](#configuration)

See the `src/config/config.php` file for options

Faker Seed
----------

[](#faker-seed)

There is a faker seed that can be used to create fake testimonials content for the purposes of testing, to run it...

```
php artisan db:seed --class=Fbf\LaravelTestimonials\TestimonialsTableFakeSeeder

```

Administrator
-------------

[](#administrator)

You can use the excellent Laravel Administrator package by frozennode to administer your testimonials.

A ready-to-use model config file for the Testimonial model (testimonials.php) is provided in the src/config/administrator directory of the package, which you can copy into the app/config/administrator directory (or whatever you set as the model\_config\_path in the administrator config file).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~36 days

Total

2

Last Release

4467d ago

### Community

Maintainers

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

---

Top Contributors

[![neilcrookes](https://avatars.githubusercontent.com/u/24232?v=4)](https://github.com/neilcrookes "neilcrookes (1 commits)")

### Embed Badge

![Health badge](/badges/fbf-laravel-testimonials/health.svg)

```
[![Health](https://phpackages.com/badges/fbf-laravel-testimonials/health.svg)](https://phpackages.com/packages/fbf-laravel-testimonials)
```

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[fbf/laravel-blog

A Laravel 4 package to add a simple blog to a site

763.0k](/packages/fbf-laravel-blog)

PHPackages © 2026

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