PHPackages                             napp/restful-request - 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. napp/restful-request

ActiveLibrary[API Development](/categories/api)

napp/restful-request
====================

Extends the Illuminate Request for full RESTFul support in Laravel

020PHP

Since May 20Pushed 11y ago3 watchersCompare

[ Source](https://github.com/viezel/NappRestfulRequest)[ Packagist](https://packagist.org/packages/napp/restful-request)[ RSS](/packages/napp-restful-request/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Napp Laravel Restful Request
============================

[](#napp-laravel-restful-request)

An extension to \\Illuminate\\Http\\Request used in Laravel.

It makes the Request class fully Restful by making it possible to use PUT/PATCH/DELETE.

Installation
------------

[](#installation)

You can install the package for your Laravel 4 project through Composer.

Require the package in your `composer.json`.

```
"napp/restful-request": "1.*"

```

Run composer to install or update the package.

```
$ composer update
```

Add it to the bootstrap in `bootstrap/start.php`.

```
use Illuminate\Foundation\Application;
Application::requestClass('Napp\Extensions\Request');
```

Usage
-----

[](#usage)

Just use the it as you normally would. Nothing changed.

Example:

```
Route::resource('todos', 'TodoController', array('except' => array('create', 'edit')));
```

Author
------

[](#author)

**Napp ApS**
web:
email:
twitter: @nappdev

License
-------

[](#license)

```
Copyright (c) 2010-2013 Mads Møller

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1e24155f0d3ab61799ca35477a940edce613075a20d1073f2241905271f29d23?d=identicon)[viezel](/maintainers/viezel)

### Embed Badge

![Health badge](/badges/napp-restful-request/health.svg)

```
[![Health](https://phpackages.com/badges/napp-restful-request/health.svg)](https://phpackages.com/packages/napp-restful-request)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M474](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M186](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M33](/packages/facebook-php-business-sdk)[microsoft/microsoft-graph

The Microsoft Graph SDK for PHP

65723.5M95](/packages/microsoft-microsoft-graph)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

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