PHPackages                             vinelab/agency - 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. vinelab/agency

ArchivedProject[API Development](/categories/api)

vinelab/agency
==============

v1.0(11y ago)21772[12 issues](https://github.com/Vinelab/agency/issues)MITJavaScript

Since Mar 26Pushed 10y ago2 watchersCompare

[ Source](https://github.com/Vinelab/agency)[ Packagist](https://packagist.org/packages/vinelab/agency)[ RSS](/packages/vinelab-agency/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (5)Dependencies (10)Versions (9)Used By (0)

Agency
======

[](#agency)

[![Build Status](https://camo.githubusercontent.com/793b11262dc30e89fd719dc5cc61c0342f324866bccd434c7f562bd7741a3b38/68747470733a2f2f7472617669732d63692e6f72672f56696e656c61622f6167656e63792e7376673f6272616e63683d646576656c6f70)](https://travis-ci.org/Vinelab/agency)

A backend for dedicated products implementing an easy to use content management system and exposes data through an API specifically tailored for web and mobile.

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

[](#installation)

### Composer

[](#composer)

- [install composer](https://getcomposer.org/doc/00-intro.md#globally)
- create your agency based project with `composer create-project vinelab/agency my-project`

### Setup

[](#setup)

- let Laravel know what environment you're running under in `bootstrap/start.php`by checking this line:

```
$env = $app->detectEnvironment(array(

    'development' => array('agency-develop') // as set in http://githb.com//vinelab/agency-deployment-provisioning

));
```

- make sure the database is configured as expected in `app/config/[environment]/database.php`

### Database Migration and Seeding

[](#database-migration-and-seeding)

inside the project directory:

- migrate with `php artisan migrate`
- seed with `php artisan db:seed`

Launch
------

[](#launch)

If you're following the steps in the [deployment repo](https://github.com/Vinelab/agency-deployment-provisioning), visiting `http://agency.dev:7878` should open it up.

- login to the CMS by visiting `http://agency.dev:7878/cms`
    - user: `admin@vinelab.com`
    - pass: `meh`

> remember to change them after logging in

Features
--------

[](#features)

- Multi admin access control with fine-grained role/permission assignment
- Token based authenticated API to expose content to all sorts of consumers (mobile, web, third-parties, etc.)
- Very cool looking and customizable interface 😎 thanks to [Ace Admin](http://wrapbootstrap.com/preview/WB0B30DGR)
- [Amazon AWS S3](http://aws.amazon.com/s3/) CDN support for uploaded assets
- Image cropping with specified ratio and/or size
- Organize and retrieve content by sections and categories
- Youtube video integration
- Harmless text editor that cleans the 💩 out of any text inserted or pasted in

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance9

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 90% 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 ~76 days

Total

5

Last Release

4171d ago

Major Versions

v0.1.0-rc.3 → v1.02015-01-28

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4564469?v=4)[Sociata](/maintainers/Vinelab)[@Vinelab](https://github.com/Vinelab)

---

Top Contributors

[![bobflay](https://avatars.githubusercontent.com/u/1891656?v=4)](https://github.com/bobflay "bobflay (776 commits)")[![Mulkave](https://avatars.githubusercontent.com/u/2647333?v=4)](https://github.com/Mulkave "Mulkave (86 commits)")

---

Tags

apilaravelawscmsalc

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vinelab-agency/health.svg)

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.5M923](/packages/statamic-cms)[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.6M217](/packages/backpack-crud)[mozex/anthropic-laravel

Laravel integration for the Anthropic API: facade, config publishing, install command, testing fakes, messages, streaming, tool use, thinking, and batches.

72287.1k1](/packages/mozex-anthropic-laravel)[ellaisys/aws-cognito

AWS Cognito package that allows Auth and other related features using the AWS SDK for PHP

121242.9k1](/packages/ellaisys-aws-cognito)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

783.5k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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