Libraries tagged by Poster PHP API

joinposter/intercom-integration-php

0 Favers
18 Downloads

Intercom API client built on top of Guzzle 6 for Poster POS

Go to Download


james-and-james-fulfilment/royalmail-php

0 Favers
3912 Downloads

PHP module for interfacing with the Royal Mail shipping api : http://www.royalmail.com/corporate/services/shipping-api

Go to Download


jacksegal/clicksend-php

0 Favers
2263 Downloads

Go to Download


hju-fork/clicksend-php

1 Favers
5974 Downloads

Go to Download


grossum/post-api

0 Favers
105 Downloads

PHP Library based on Guzzle to consume po.st API

Go to Download


fuziion/http-api-client

0 Favers
0 Downloads

This PHP library provides a simple and versatile HTTP API client for interacting with APIs. It allows you to make GET and POST requests to an API, and it also includes a data handling feature for easily working with API response data.

Go to Download


borzistyi/backend-service-posts-client

0 Favers
1 Downloads

Описание API сервиса Posts

Go to Download


alissonlinneker/statuspage-php-sdk

0 Favers
0 Downloads

# Code of Conduct Please don't abuse the API, and please report all feature requests and issues to https://support.atlassian.com/contact # Rate Limiting Each API token is limited to 1 request / second as measured on a 60 second rolling window. To get this limit increased, please contact us at https://support.atlassian.com/contact Error codes 420 or 429 indicate that you have exceeded the rate limit and the request has been rejected. # Basics ## HTTPS It's required ## URL Prefix In order to maintain version integrity into the future, the API is versioned. All calls currently begin with the following prefix: https://api.statuspage.io/v1/ ## RESTful Interface Wherever possible, the API seeks to implement repeatable patterns with logical, representative URLs and descriptive HTTP verbs. Below are some examples and conventions you will see throughout the documentation. * Collections are buckets: https://api.statuspage.io/v1/pages/asdf123/incidents.json * Elements have unique IDs: https://api.statuspage.io/v1/pages/asdf123/incidents/jklm456.json * GET will retrieve information about a collection/element * POST will create an element in a collection * PATCH will update a single element * PUT will replace a single element in a collection (rarely used) * DELETE will destroy a single element ## Sending Data Information can be sent in the body as form urlencoded or JSON, but make sure the Content-Type header matches the body structure or the server gremlins will be angry. All examples are provided in JSON format, however they can easily be converted to form encoding if required. Some examples of how to convert things are below: // JSON { "incident": { "name": "test incident", "components": ["8kbf7d35c070", "vtnh60py4yd7"] } } // Form Encoded (using curl as an example): curl -X POST https://api.statuspage.io/v1/example \ -d "incident[name]=test incident" \ -d "incident[components][]=8kbf7d35c070" \ -d "incident[components][]=vtnh60py4yd7" # Authentication

Go to Download


sergechurkin/restapi

1 Favers
12 Downloads

PHP RESTful API for mySql supports POST, GET, PUT, DELETE and HEAD, TRACE methods

Go to Download


aotearoait/nzpost-search

0 Favers
6 Downloads

A PHP wrapper for NZ Post API

Go to Download


nuccleon/pushover-http

0 Favers
21 Downloads

PHP http get/post API for pushover.net

Go to Download


jcnventura/bufferphp

0 Favers
33 Downloads

Automatically Post Updates To The Buffer API With PHP.

Go to Download


valentinmari/instagram

3 Favers
0 Downloads

An easy-to-use PHP Class for post images to Instagram.

Go to Download


sapientpro/ebay-traditional-sdk

0 Favers
65 Downloads

Ebay Traditional API SDK for PHP

Go to Download


otar/puffer

2 Favers
18 Downloads

PHP wrapper library for Buffer API.

Go to Download


<< Previous Next >>