Libraries tagged by reset host
mupic/rest-filter
11 Downloads
Restores the `filter` param to post enpdpoints.
kruegge82/dhl-retoure-php-rest-sdk
2 Downloads
# Introduction ## Overview Note: This is the specification of the DP-DHL Group Parcel DE Returns API. This web service allows business customers to create return labels on demand. # Scenarios ## Main Scenario: Creating a returnlabel This is achieved by posting a return order to the URI '/rest/orders'. The service will respond with a return label. ## Querying to get receiver locations The single scenario supported by this service is the determination of the receiver's location. This is achieved by getting a location to the URI '/rest/locations'. The service will respond with a Receiver. # Technical Note on Authorization This API supports __two alternative ways__ to authorize yourself: 1. Combination of Apikey and Basic Authentication which you can provide with every call. 2. OAuth2 Password Flow: After having obtained your access token once, you provide this token as bearer token. You can try it out here. More details can be found when clicking on "Authorize".
keesschepers/postcodenl-api-bundle
3252 Downloads
http://api.postcode.nl integration in Symfony2.
invoiceoffice-com/invoice-office-rest-sdk
0 Downloads
All-in-one time registration and invoicing software. Online time registration and costs administration. Perfect invoicing software for ZZP & MKB companies.
freefair/rest-bundle
52 Downloads
This Bundle proviedes functionality for rest services in symfony3
fond-of-spryker/shipment-splits-rest-api
755 Downloads
Provides the functionality that allows to split shipment costs
campoint/postgrest-php
286 Downloads
PostgREST client for PHP. This library provides a synchronous and asynchronous interface to PostgREST.
bringer/russian-post-api-client-php
378 Downloads
PHP client for RussianPost API
antonvolkov/php-simple-rest-client
86 Downloads
Simple rest-api client for php
devawal/restful-curl
78 Downloads
Restful CURL for PHP application
rickj/restclientbundle
519 Downloads
Provides REST request methods. Mapper bundle for php internal curl library
phobetor/allegro-php
191 Downloads
https://developer.allegro.pl/about Documentation is generated from [this](https://developer.allegro.pl/swagger.yaml) OpenAPI 3.0 specification file. To start working with our API, you can also check our [official Allegro REST API public collection](https://www.postman.com/allegro-rest-api/allegro-rest-api/collection/4puh6ls/allegro-rest-api) in Postman.
nsivanoly/advanced-custom-fields-advanced-relationship
7 Downloads
ACF: Advanced Relationship for REST
polkachu/kraken-api-client
848 Downloads
The most powerful and extendable REST API / Websocket client for Kraken.com. Built on PHP8.0
zvps/ebay-sell-logistics-php-client
32 Downloads
Note: This is a (Limited Release) API available only to select developers approved by business units. The Logistics API resources offer the following capabilities: shipping_quote – Consolidates into a list a set of live shipping rates, or quotes, from which you can select a rate to ship a package. shipment – Creates a "shipment" for the selected shipping rate. Call createShippingQuote to get a list of live shipping rates. The rates returned are all valid for a specific time window and all quoted prices are at eBay-negotiated rates. Select one of the live rates and using its associated rateId, create a "shipment" for the package by calling createFromShippingQuote. Creating a shipment completes an agreement, and the cost of the base service and any added shipping options are summed into the returned totalShippingCost value. This action also generates a shipping label that you can use to ship the package. The total cost of the shipment is incurred when the package is shipped using the supplied shipping label. Important! Sellers must set up a payment method via their eBay account before they can use the methods in this API to create a shipment and the associated shipping label.