PHPackages                             baka/http - 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. baka/http

ActiveLibrary[API Development](/categories/api)

baka/http
=========

Baka Http component

v0.5.7(4y ago)811.7k2[5 issues](https://github.com/bakaphp/http/issues)[1 PRs](https://github.com/bakaphp/http/pulls)2MITPHPPHP &gt;=7.2

Since Nov 26Pushed 4y ago5 watchersCompare

[ Source](https://github.com/bakaphp/http)[ Packagist](https://packagist.org/packages/baka/http)[ RSS](/packages/baka-http/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (11)Versions (30)Used By (2)

Baka Http
=========

[](#baka-http)

PhalconPHP package to create fast RESTful API's providing a simple way to create fast CRUD's

Table of Contents
-----------------

[](#table-of-contents)

1. [Testing](#markdown-header-testing)
2. [REST CRUD](#markdown-header-routes)
    1. [Controller Configuration](#markdown-header-controllers)
3. [QueryParser](#markdown-header-QueryParser)
4. [QueryParser Extended](#markdown-header-QueryParser-Extended)

Testing
-------

[](#testing)

```
codecept run

```

Routes Configuration
--------------------

[](#routes-configuration)

To avoid having to create Controller for CRUD api we provide the \\Baka\\Http\\Rest\\CrudController

Add to your routes.php

```
