Libraries tagged by endpoint
reindert-vetter/api-version-control
739681 Downloads
A Laravel package to manage versions of endpoints in an elegant way
auth0/login
4320822 Downloads
Auth0 Laravel SDK. Straight-forward and tested methods for implementing authentication, and accessing Auth0's Management API endpoints.
airesvsg/acf-to-rest-api
72418 Downloads
Exposes Advanced Custom Fields Endpoints in the WordPress REST API
drush-ops/behat-drush-endpoint
2695915 Downloads
Drush commandfile for use with drupal/drupal-driver.
alibabacloud/endpoint-util
1107329 Downloads
Alibaba Cloud Endpoint Library for PHP
yanlongli/app-store-server-api
17423 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.
wppconnect-team/wppconnect-php-client
5777 Downloads
Um simples cliente PHP que proporciona acesso fácil aos endpoints do WPPConnect Server.
ryangjchandler/bearer
24694 Downloads
Minimalistic token-based authentication for Laravel API endpoints.
messagemedia/messages-sdk
312274 Downloads
The MessageMedia Messages API provides a number of endpoints for building powerful two-way messaging applications.
coderjerk/bird-elephant
124960 Downloads
A simple library to request data from the Twitter APIv2 endpoints
renoki-co/laravel-healthchecks
54452 Downloads
Laravel Healthchecks is a simple controller class that helps you build your own healthchecks endpoint without issues.
spatie/laravel-resource-links
39344 Downloads
Add links to Laravel API resources
wunderio/drupal-ping
227862 Downloads
Drupal health check endpoint for load balancers
wppconnect-team/wppconnect-laravel-client
2161 Downloads
A simple API with Guzzle wrapper, providing easy access to wppconnect's endpoints.
talon-one/talon-one-client
93257 Downloads
Use the Talon.One API to integrate with your application and to manage applications and campaigns: - Use the operations in the [Integration API section](#integration-api) are used to integrate with our platform - Use the operation in the [Management API section](#management-api) to manage applications and campaigns. ## Determining the base URL of the endpoints The API is available at the same hostname as your Campaign Manager deployment. For example, if you access the Campaign Manager at `https://yourbaseurl.talon.one/`, the URL for the [updateCustomerSessionV2](https://docs.talon.one/integration-api#operation/updateCustomerSessionV2) endpoint is `https://yourbaseurl.talon.one/v2/customer_sessions/{Id}`