PHPackages                             novatree/restmodel - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. novatree/restmodel

ActiveLibrary[HTTP &amp; Networking](/categories/http)

novatree/restmodel
==================

enable restful routes and services with existing Eloquent Models

1.1.0(9y ago)4252MITPHPPHP &gt;=5.5.9

Since Mar 17Pushed 9y ago1 watchersCompare

[ Source](https://github.com/tejomayonline/laravel-restfulModel)[ Packagist](https://packagist.org/packages/novatree/restmodel)[ RSS](/packages/novatree-restmodel/feed)WikiDiscussions master Synced 2mo ago

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

Laravel-RestModel
=================

[](#laravel-restmodel)

[![N|Solid](https://camo.githubusercontent.com/1466e1bb532c3958286ed7d8039e315781899aaef569d158bf024d5e41235908/687474703a2f2f7777772e6e6f7661747265652e636f6d2f73697465732f616c6c2f7468656d65732f6e6f7661747265652f6c6f676f2e706e67)](https://camo.githubusercontent.com/1466e1bb532c3958286ed7d8039e315781899aaef569d158bf024d5e41235908/687474703a2f2f7777772e6e6f7661747265652e636f6d2f73697465732f616c6c2f7468656d65732f6e6f7661747265652f6c6f676f2e706e67)

What is RestModel ? It is a laravel based package that can expose api for any model provided. Its easy !

### Functionality

[](#functionality)

- this packages extends your models CRUD based functionality.
- it provides you restful functionality with your existing methods without righting single line of code.
- e.g. if you have a User model then,
    - you can get all results by accessing this url \[your-project-name\]/User **(GET)**
    - you can get a particular record by accessing this url \[your-project-name\]/User/id **(GET)**
    - you can create a record with providing all necessary model attributes hitting url \[your-project-name\]/User **(POST)**
    - you can update a record passing id and all necessary model attributes hitting url \[your-project-name\]/User/id **(PUT)**
    - you can delete a record passing id hitting url \[your-project-name\]/User/id **(DELETE)**

#### Installation

[](#installation)

> - to install the package please type the command **composer require novatree/restmodel** from console in your laravel project directory .Then follow the steps bellow ....
> - go to your laravel application root directory.
> - there is a file with the YourLaravelProject\\Config\\app.php.
> - in this file there is an array of contents called providers.
> - paste `Novatree\Rest\RestProvider::class` in `YourLaravelProject\config\app.php` file providers array.
> - now from your console type `composer dump-autoload` or `composer dump-autoload -o` for autloading composer vendor and classes.
> - its all set .
> - If you faced any problem regarding this package feel free to mail me - /

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78.6% 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 ~8 days

Total

2

Last Release

3337d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c2b75309a4de723e4aeaf920e33f6f47232cf3d942fd3dcbf0e4ce16ceb2807?d=identicon)[monojithalder](/maintainers/monojithalder)

---

Top Contributors

[![tejomayonline](https://avatars.githubusercontent.com/u/45657535?v=4)](https://github.com/tejomayonline "tejomayonline (11 commits)")[![monojithalder](https://avatars.githubusercontent.com/u/8760579?v=4)](https://github.com/monojithalder "monojithalder (2 commits)")[![vanbrabantf](https://avatars.githubusercontent.com/u/12281411?v=4)](https://github.com/vanbrabantf "vanbrabantf (1 commits)")

---

Tags

laravelrestrest servicerest api laravellaravel rest service

### Embed Badge

![Health badge](/badges/novatree-restmodel/health.svg)

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

###  Alternatives

[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[pusher/pusher-http-laravel

\[DEPRECATED\] A Pusher bridge for Laravel

400509.0k3](/packages/pusher-pusher-http-laravel)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[illuminatech/data-provider

Allows easy build for DB queries from API requests

4413.3k](/packages/illuminatech-data-provider)[dragon-code/laravel-http-logger

Logging incoming HTTP requests

319.8k3](/packages/dragon-code-laravel-http-logger)

PHPackages © 2026

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