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

ActiveLibrary

angel/testimonials
==================

0.0.4(11y ago)043PHPPHP &gt;=5.3.0

Since Aug 12Pushed 11y ago2 watchersCompare

[ Source](https://github.com/CharlesAV/angel-testimonials)[ Packagist](https://packagist.org/packages/angel/testimonials)[ RSS](/packages/angel-testimonials/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

Angel Testimonials
==================

[](#angel-testimonials)

This is a module for the [Angel CMS](https://github.com/CharlesAV/angel).

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

[](#installation)

Add the following requirements to your `composer.json` file:

```
"repositories": [
	{
		"type": "vcs",
		"url": "https://github.com/CharlesAV/angel-testimonials"
	}
],
"require": {
	"angel/testimonials": "dev-master"
},
```

Issue a `composer update` to install the package.

Add the following service provider to your `providers` array in `app/config/app.php`:

```
'Angel\Testimonials\TestimonialsServiceProvider'
```

Issue the following command:

```
php artisan migrate --package="angel/testimonials"  # Run the migrations
```

Open up your `app/config/packages/angel/core/config.php` and add the testimonials route to the `menu` array:

```
'menu' => array(
	'Pages' => 'pages',
	'Menus' => 'menus',
	'Testimonials' => 'testimonials',  //  'users',
	'Settings' => 'settings'
),
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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 ~0 days

Total

2

Last Release

4204d ago

### Community

Maintainers

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

---

Top Contributors

[![CharlesAV](https://avatars.githubusercontent.com/u/8173111?v=4)](https://github.com/CharlesAV "CharlesAV (17 commits)")

### Embed Badge

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

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

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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