Libraries tagged by test ab
abantecart/ups-php
4521 Downloads
UPS PHP SDK based on OAuth
yanlongli/app-store-server-api
6731 Downloads
PHP client for App Store Server API. Manage your customers’ App Store transactions from your server.The App Store Server API is a REST API that you call from your server to request and provide information about your customers' in-app purchases. The App Store signs the transaction and subscription renewal information that this API returns using the JSON Web Signature (JWS) specification.App Store Server API is independent of the app’s installation status on the customer’s devices. The App Store server returns information based on the customer’s in-app purchase history regardless of whether the customer installed, removed, or reinstalled the app on their devices.To request transaction and subscription status information with this API, provide any original transaction identifier that belongs to the customer. The transaction history API responds with a complete list of transactions, 20 at a time, starting with the oldest first. The subscription status API returns the status for all of the customer’s subscriptions, organized by their subscription group identifier.Use the Send Consumption Information endpoint to send information to the App Store when customers request a refund for a consumable in-app purchase, after you receive the CONSUMPTION_REQUEST App Store server notification. Your data helps inform refund decisions.
frosh/lazy-sizes
51562 Downloads
Automatically calculate the best thumbnail size. This means you don't have to worry about the "sizes" attribute for the images. Additionally, you gain a score.
troytft/rest-api-bundle
11830 Downloads
REST API Bundle is abstraction layer for requests and responses
signnow/rest-entity-manager
68720 Downloads
Library gives you ability to communicate to REST API within DTO objects
vivre-tech/rest-grid
9253 Downloads
For Yii2: This extension provides the ability like GridView but for REST.
highsidelabs/amazon-business-api
8833 Downloads
PHP client for Amazon's Business API
passbase/passbase-php
29540 Downloads
# Introduction Welcome to the Passbase Verifications API docs. This documentation will help you understand our models and the Verification API with its endpoints. Based on this you can build your own system (i.e. verification) and hook it up to Passbase. In case of feedback or questions you can reach us under this email address: [[email protected]](mailto:[email protected]). A User submits a video selfie and valid identifying __Resources__ during a __Verification__ guided by the Passbase client-side integration. Once all the necessary __Resources__ are submitted, __Data points__ are extracted, digitized, and authenticated. These Data points then becomes part of the User's __Identity__. The User then consents to share __Resources__ and/or __Data points__ from their Identity with you. This information is passed to you and can be used to make decisions about a User (e.g. activate account). This table below explains our terminology further. | Term | Description | |-----------------------------------------|-------------| | [Identity](#tag/identity_model) | A set of Data points and Resources related to and owned by one single User. This data can be accessed by you through a Verification. | | Data points | Any data about a User extracted from a Resource (E.g. Passport Number, or Age). | | [Resource](#tag/resource_model) | A source document used to generate the Data points for a User (E.g. Passport). | | [User](#tag/user_model) | The owner of an email address associated with an Identity. | | Verification | A transaction through which a User consents to share Data points with you. If the Data points you request are not already available in the User's Identity, the Passbase client will ask the User to submit the necessary Resource required to extract them. | | Re-authentication (login) | A transaction through which a User can certify the ownership of Personal data previously shared through an Authentication. | # Authentication There are two forms of authentication for the API: • API Key • Bearer JWT Token
aboutcoders/job-bundle
15868 Downloads
A symfony bundle for asynchronous job processing.
guzzle/service
164662 Downloads
Guzzle service component for abstracting RESTful web services
abdallahmohammed/urway-laravel
9723 Downloads
URWAY REST API package for Laravel
abirchler/laminas-rest-api
7086 Downloads
Laminas module to build REST APIs
abenity/abenity-php
109440 Downloads
PHP client for the Abenity API documented at https://abenity.com/developers/api
plutuss/amember-pro-laravel
71 Downloads
aMember allows you to receive and send information about users, products and payments
lube/api-generator-bundle
803 Downloads
Generates REST Api from Doctrine Entities