PHPackages                             richardgomer/quapi - 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. richardgomer/quapi

ActiveLibrary[API Development](/categories/api)

richardgomer/quapi
==================

A quick library for building HTTP APIs in PHP (and javascript)

0.100(6y ago)05GPL-3.0-or-laterPHP

Since Apr 16Pushed 6y agoCompare

[ Source](https://github.com/RichardGomer/quapi)[ Packagist](https://packagist.org/packages/richardgomer/quapi)[ RSS](/packages/richardgomer-quapi/feed)WikiDiscussions master Synced today

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

QUAPI: Quick API Library for PHP
================================

[](#quapi-quick-api-library-for-php)

QUAPI (Kwappy) is a lightweight library for quickly building HTTP APIs. It provides methods to dispatch calls to handlers based on the value of an action parameter, helper methods to check for and retrieve GET/POST parameters, methods to send success/error messages, conversion (via registered handler classes) or objects into JSON-serializable arrays and a javascript client to take care of the client-side communication.

Example
-------

[](#example)

```
