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 2d 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 64% 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

4124d 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

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k34.0M112](/packages/darkaonline-l5-swagger)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k12.2M45](/packages/knuckleswtf-scribe)[nickurt/laravel-postcodeapi

Universal PostcodeApi for Laravel 11.x/12.x/13.x

97221.2k](/packages/nickurt-laravel-postcodeapi)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)

PHPackages © 2026

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