PHPackages                             mhr/simple-restful - 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. [Framework](/categories/framework)
4. /
5. mhr/simple-restful

ActiveLibrary[Framework](/categories/framework)

mhr/simple-restful
==================

Agile Restful framework

v2.00(5y ago)051GPL-3.0-or-laterPHPPHP ^7.2

Since Sep 18Pushed 5y ago1 watchersCompare

[ Source](https://github.com/mh828/SimpleRESTful)[ Packagist](https://packagist.org/packages/mhr/simple-restful)[ RSS](/packages/mhr-simple-restful/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

SimpleRESTFUL is a agile framework for build RESTFUL api with PHP
=================================================================

[](#simplerestful-is-a-agile-framework-for-build-restful-api-with-php)

##### Author:

[](#author)

Mahdi Hasanpour [](mailto:mh.hasnapour@gmail.com)

Getting Start
-------------

[](#getting-start)

Install library with Composer

```
composer require mhr/simple-restful
```

Create a php file that all incoming request rewrite to it file (e.g. with .htaccess and RewriteEngine ) with below codes.

```
