Libraries tagged by restful-api
aelnemr/api-response
3087 Downloads
This package will handle restful api response
abydahana/aksara
1118 Downloads
Aksara is a CodeIgniter based CRUD Toolkit you can use to build complex applications become shorter, secure and more reliable just in a few lines of code. Serving both CMS or Framework, produce both HEADLESS (RESTful API) or TRADITIONAL (Browser Based), just by writing single controller. Yet it's reusable, scalable and ready to use!
nvmcommunity/alchemist-restful-api
876 Downloads
A library that helps you quickly get a rigorous and flexible RESTful-based API interface for your application.
movisio/restful-api
3223 Downloads
Nette REST api basics
pollitofive/api-response
435 Downloads
Simple Laravel package to return Json responses.
piggly/php-api-client
885 Downloads
A client starter-kit used to interact with any REST API.
negartarh/apiwrapper
165 Downloads
Super Fast, Lightweight, Standard, Octane Compatible, and High Customizable package for Laravel API responses
namnv609/php-rest-countries
25757 Downloads
PHP API client for RestCountries.EU
macropay-solutions/laravel-crud-wizard-free
100 Downloads
Free library for laravel/lumen crud operations including url query language
hatmeo/apis
291 Downloads
Nexa merchant Apps api
datingvip/php-rest-countries
3742 Downloads
PHP API client for RestCountries.EU
beecloud.cn/rest
7814 Downloads
BeeCloud RESTful API FOR PHP
appkr/api
14989 Downloads
RESTful HTTP API dev tool for Laravel or Lumen based project
xboxleaders/xboxliveapi
112 Downloads
Simple & Powerful RESTful API for Xbox LIVE
williamheelis/restful-inputs
142 Downloads
Simple RESTful globals: $_PUT, $_PATCH, $_DELETE, $_HEADER, $_JSON, $_PATH, $_RES for PHP APIs. Basically this is an extension of the logic PHP probably intended when they introduced _GET and _POST and this package simply extends it and is useful shorthand option for RESTful api end points as a result. The focus was on inline brevity, and assumes plenty of `/api/someItem/index.php` -> `PATCH::/api/someItem/` structure. (i.e lots of dirs with one index.php each!)