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 8y ago1 watchersCompare

[ Source](https://github.com/jacksunny2020/customrestful)[ Packagist](https://packagist.org/packages/jacksunny/customrestful)[ RSS](/packages/jacksunny-customrestful/feed)WikiDiscussions master Synced 3w 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 47% 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

3290d 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.8k3.5M922](/packages/statamic-cms)[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k36.4M126](/packages/darkaonline-l5-swagger)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k13.5M60](/packages/knuckleswtf-scribe)[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)[justbetter/laravel-magento-client

A client to interact with Magento

49108.7k14](/packages/justbetter-laravel-magento-client)[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)
