PHPackages                             chipaau/support - 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. chipaau/support

ActiveProject[API Development](/categories/api)

chipaau/support
===============

laravel framework based, integrated with jsonapi support library with extended validation support

1.0.3(8y ago)1148MITPHP

Since Oct 23Pushed 8y ago2 watchersCompare

[ Source](https://github.com/chipaau/support)[ Packagist](https://packagist.org/packages/chipaau/support)[ RSS](/packages/chipaau-support/feed)WikiDiscussions develop Synced 2mo ago

READMEChangelogDependencies (5)Versions (25)Used By (0)

Laravel 5.3+ Support Module
===========================

[](#laravel-53-support-module)

This package includes a bunch of generators out of the box:

- `support:resource`
- `support:resource:controller`
- `support:resource:model`
- `support:resource:repository`
- `support:resource:request`
- `support:resource:route`
- `support:resource:schema`
- `support:resource:validator`

*More features are on their way*

Usage
-----

[](#usage)

### Step 1: Install Through Composer

[](#step-1-install-through-composer)

```
composer require chipaau/support --dev

```

### Step 2: Add the Service Provider

[](#step-2-add-the-service-provider)

You'll only want to use these generators for local development, so you don't want to update the production `providers` array in `config/app.php`. Instead, add the provider in `app/Providers/AppServiceProvider.php`, like so:

```
public function register()
{
	if ($this->app->environment() == 'local') {
		$this->app->register(\Support\SupportServiceProvider::class);
	}
}
```

### Step 3: Run Artisan!

[](#step-3-run-artisan)

You're all set. Run `php artisan` from the console, and you'll see the new commands in the `support:*` namespace section.

Examples
--------

[](#examples)

- [Creating full resource bundles](#creating-full-resource-bundle)
- [Creating individual elements of resource](#creating-individual-elements-of-resource)
- [Generating resources for modules](#generating-resources-for-modules)

### Creating full resource bundles

[](#creating-full-resource-bundles)

```
php artisan support:resource ResourceOne ResourceTwo ResourceThree ...

```

Notice the format that we use, when giving the command more than 1 resource to create, we separate them with spaces

This would create the whole bundle required for the support module to work. This bundle includes:

- `Resource controller`
- `Resource model`
- `Resource repository`
- `Resource request`
- `Adding the Resource route to the routes file`
- `Resource schema`
- `Resource validator`

### Creating individual elements of resource

[](#creating-individual-elements-of-resource)

```
php artisan support:resource:controller ResourceOne ResourceTwo ResourceThree ...

```

This would create the controllers for the required resources. This could be used with all the other available artisan commands.

### Generating resources for modules

[](#generating-resources-for-modules)

```
php artisan vendor:publish --tag="support"

```

This would copy the configuration file required for modular file generation to the `config` directory.

```
php artisan support:resource ResourceOne ResourceTwo ResourceThree ... --module="ModuleName"

```

This would create the whole bundle required for the support module, inside the modules folder included in the `config/support.php` configuration file. This could be used with all the other available artisan commands.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity73

Established project with proven stability

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

Recently: every ~47 days

Total

21

Last Release

3276d ago

Major Versions

0.7.6 → 1.02017-05-24

### Community

Maintainers

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

---

Top Contributors

[![chipaau](https://avatars.githubusercontent.com/u/3242188?v=4)](https://github.com/chipaau "chipaau (23 commits)")

### Embed Badge

![Health badge](/badges/chipaau-support/health.svg)

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

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[alexpechkarev/google-maps

Collection of Google Maps API Web Services for Laravel

5653.2M2](/packages/alexpechkarev-google-maps)[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[skagarwal/google-places-api

Google Places Api

1913.0M8](/packages/skagarwal-google-places-api)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)[essa/api-tool-kit

set of tools to build an api with laravel

52680.5k](/packages/essa-api-tool-kit)

PHPackages © 2026

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