Libraries tagged by Poster API
kingscode/php-klanten-vertellen-api
11162 Downloads
This is a wrapper which makes it easy to retrieve and post data to the Klanten Vertellen website
gdeposylka/api-client
420 Downloads
Official GdePosylka API client
felixarntz/post-types-definitely
48 Downloads
This framework plugin makes adding post types with taxonomies and meta to WordPress very simple, yet flexible.
arifszn/blog-client
17 Downloads
PHP client to get recent blog posts from popular blogging platforms
turtledesign/royalmail-php
16620 Downloads
PHP module for interfacing with the Royal Mail shipping api : http://www.royalmail.com/corporate/services/shipping-api
solunsky/dpd-interconnector
863 Downloads
Interconnector is a REST-based Web-Service to integrate information systems of DPD customers, which through POST requests allows using DPD services provided. Interconnector allows to use DPD services by transmitting shipment information, requesting package pickups, printing parcel labels, etc.
sahusoftcom/articlebuilder-net-laravel
120 Downloads
Service Provider for ArticleBuilder.net API & XMLRPClientWordpress Blog Posting
kushy/metrc-php-sdk
85 Downloads
An easy to use PHP API for the METRC state licensed seed to sale cannabis API using the Guzzle library. Require, create new instance with API keys, and query any endpoint (GET, POST, PUT, DELETE)
kruegge82/deutschepost-internetmarke-php-sdk
40 Downloads
Division: Post & Parcel Germany The INTERNETMARKE is the online-postage for mail products of Deutsche Post AG.
bigbank/omniva
2855 Downloads
Library to interface with Omniva web API-s
awd-studio/novaposhta
226 Downloads
Powerful & Simple NovaPoshta API SDK for PHP
dansup/php-micropub
8 Downloads
Micropub is an open API standard used to create posts on one's own domain using third-party clients. Web apps and native apps (e.g., iPhone, Android) can use Micropub to post short notes, photos, events or other posts to your own site.
starbug/operation
4602 Downloads
PSR-15 middleware for handling POST requests such as form submissions and API calls.
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!)
conectra/active-rest
1322 Downloads
This is a library to make CRUD's with your REST API. With this package, and some framework like Slim. You can abstract operations: POST,PUT,PATCH,DELETE,FIND,FINDONE at your Routes.