PHPackages                             jacksunny/customrestful - 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. jacksunny/customrestful

ActiveLibrary[API Development](/categories/api)

jacksunny/customrestful
=======================

custom restful resource controller for laravel

v1.0(9y ago)019PHP

Since Jun 9Pushed 9y ago1 watchersCompare

[ Source](https://github.com/jacksunny2020/customrestful)[ Packagist](https://packagist.org/packages/jacksunny/customrestful)[ RSS](/packages/jacksunny-customrestful/feed)WikiDiscussions master Synced 5d ago

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

customrestful
=============

[](#customrestful)

custom restful resource controller plugin for laravel

How to install and configurate package

1. install the laravel package composer require jacksunny/customrestful
2. add restful route in route file like routes/web.php Route::resource('model', 'ModelController');
3. create the resource controller named ModelController php artisan make:controller ModelController --resource
4. append new service provider file line in the section providers of file app.config after appended,it should looks like 'providers' =&gt; \[ Illuminate\\Auth\\AuthServiceProvider::class, ...... Jacksunny\\CustomRestful\\CustomRestfulServiceProvider::class, \],
5. test if it works
6. if you need to custom diff route , related controller method mapping and acceptable route method, just modify each ResourceRegistrarRuleXXX class or create new registrar rule class which implements ResourceRegistrarRuleContract
7. please notify me if you got any problem or error on it,thank you!

###  Health Score

27

—

LowBetter than 46% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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

Total

2

Last Release

3335d ago

Major Versions

v0.7 → v1.02017-06-26

### Community

Maintainers

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

---

Top Contributors

[![jacksunny2020](https://avatars.githubusercontent.com/u/5234046?v=4)](https://github.com/jacksunny2020 "jacksunny2020 (13 commits)")

### Embed Badge

![Health badge](/badges/jacksunny-customrestful/health.svg)

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.9k3.8M1.1k](/packages/statamic-cms)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

137236.2k8](/packages/statamic-rad-pack-runway)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3622.8k](/packages/duncanmcclean-statamic-cargo)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

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

PHPackages © 2026

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