Libraries tagged by endpoint
reindert-vetter/api-version-control
579906 Downloads
A Laravel package to manage versions of endpoints in an elegant way
auth0/login
3911338 Downloads
Auth0 Laravel SDK. Straight-forward and tested methods for implementing authentication, and accessing Auth0's Management API endpoints.
airesvsg/acf-to-rest-api
70578 Downloads
Exposes Advanced Custom Fields Endpoints in the WordPress REST API
drush-ops/behat-drush-endpoint
2597395 Downloads
Drush commandfile for use with drupal/drupal-driver.
alibabacloud/endpoint-util
907397 Downloads
Alibaba Cloud Endpoint Library for PHP
ryangjchandler/bearer
20427 Downloads
Minimalistic token-based authentication for Laravel API endpoints.
messagemedia/messages-sdk
264736 Downloads
The MessageMedia Messages API provides a number of endpoints for building powerful two-way messaging applications.
coderjerk/bird-elephant
115360 Downloads
A simple library to request data from the Twitter APIv2 endpoints
renoki-co/laravel-healthchecks
53650 Downloads
Laravel Healthchecks is a simple controller class that helps you build your own healthchecks endpoint without issues.
spatie/laravel-resource-links
39022 Downloads
Add links to Laravel API resources
yanlongli/app-store-server-api
10261 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.
wunderio/drupal-ping
220076 Downloads
Drupal health check endpoint for load balancers
wppconnect-team/wppconnect-php-client
3316 Downloads
Um simples cliente PHP que proporciona acesso fácil aos endpoints do WPPConnect Server.
wppconnect-team/wppconnect-laravel-client
1395 Downloads
A simple API with Guzzle wrapper, providing easy access to wppconnect's endpoints.
talon-one/talon-one-client
79923 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}`