Libraries tagged by rest-api server
hrn4n/php-openfire-restapi
7 Downloads
Manage Open fire server using Rest Api
cxalloy/haystack-php
37 Downloads
Haystack-php is a PHP library designed to facilitate seamless communication with Skyspark servers via REST API, leveraging the Project Haystack specifications for IoT time series data management in building intelligence systems.
andrea11/php-prosody-restapi
18 Downloads
Manage prosody server using Rest Api
ochui/free-climb
2 Downloads
FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.
free-climb-api/php-sdk
7 Downloads
FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.
bricre/royalmail-tracking-v2-sdk
13 Downloads
Royal Mail Tracking (for Server-side app) v2 REST API SDK generated from swagger specification
ayasoftware/magento2-mcp-api
9 Downloads
Magento 2 MCP API - Additional REST API endpoints for Magento 2 MCP Server
hbsolutions/swoole-slim-app
874 Downloads
Basis for REST API application on Slim 4 and Swoole Server.
respoke/respoke
411 Downloads
PHP serverside library for the Respoke REST API
virginent/yii2-oauth2-rest-template
0 Downloads
Yii2 Rest APi Template with OAuth2 (fully configured filsh/yii2-oauth2-server extension)
toweringmedia/module-paypal-express
0 Downloads
Replaces the discontinued legacy PayPal API integration for Magento 2 Built on PayPal REST APIs and the PayPal JavaScript SDK Uses PayPal Orders v2 for create, approve, capture, and authorize flows Supports dynamic shipping updates during PayPal checkout Places Magento orders securely with server-side payment processing Supports webhook-based payment status reconciliation Designed for modern Magento checkout experiences Helps merchants migrate to PayPal’s current supported platform
suxianjia/xianjia_getui_sdk
2 Downloads
xianjia_getui_sdk_code 是一个为个推(Getui)推送服务封装的 PHP SDK 项目,目标是提供一套基于 REST API 的服务端推送功能,方便开发者集成个推的消息推送能力,如单播、批量推送、别名管理、标签绑定等功能。https://docs.getui.com/getui/server/rest_v2/service_sdk/ 有 PHP 版本吗? 确认了,没有呢,那就自己写一个吧!
segnivo/php-sdk
0 Downloads
**API Version**: 1.7 **Date**: 9th July, 2024 ## 📄 Getting Started This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used. The API must not be abused and should be used within acceptable limits. To start using this API, you will need not create or access an existing Segnivo account to obtain your API key ([retrievable from your account settings](https://messaging.segnivo.com/account/api)). - You must use a valid API Key to send requests to the API endpoints. - The API only responds to HTTPS-secured communications. Any requests sent via HTTP return an HTTP 301 redirect to the corresponding HTTPS resources. - The API returns request responses in JSON format. When an API request returns an error, it is sent in the JSON response as an error key or with details in the message key. ### 🔖 **Need some help?** In case you have questions or need clarity with interacting with some endpoints feel free to create a support ticket on your account or you can send an email ([[email protected]](https://mailto:[email protected])) directly and we would be happy to help. --- ## Authentication As noted earlier, this API uses API keys for authentication. You can generate a Segnivo API key in the [API](https://messaging.segnivo.com/account/api) section of your account settings. You must include an API key in each request to this API with the `X-API-KEY` request header. ### Authentication error response If an API key is missing, malformed, or invalid, you will receive an HTTP 401 Unauthorized response code. ## Rate and usage limits API access rate limits apply on a per-API endpoint basis in unit time. The limit is 10k requests per hour for most endpoints and 1m requests per hour for transactional/relay email-sending endpoints. Also, depending on your plan, you may have usage limits. If you exceed either limit, your request will return an HTTP 429 Too Many Requests status code or HTTP 403 if sending credits have been exhausted. ### 503 response An HTTP `503` response from our servers may indicate there is an unexpected spike in API access traffic, while this rarely happens, we ensure the server is usually operational within the next two to five minutes. If the outage persists or you receive any other form of an HTTP `5XX` error, contact support ([[email protected]](https://mailto:[email protected])). ### Request headers To make a successful request, some or all of the following headers must be passed with the request. | **Header** | **Description** | | --- | --- | | Content-Type | Required and should be `application/json` in most cases. | | Accept | Required and should be `application/json` in most cases | | Content-Length | Required for `POST`, `PATCH`, and `PUT` requests containing a request body. The value must be the number of bytes rather than the number of characters in the request body. | | X-API-KEY | Required. Specifies the API key used for authorization. | ##### 🔖 Note with example requests and code snippets If/when you use the code snippets used as example requests, remember to calculate and add the `Content-Length` header. Some request libraries, frameworks, and tools automatically add this header for you while a few do not. Kindly check and ensure yours does or add it yourself.
secure73/gemvc
1 Downloads
Server Agnostic (openSwoole/Nginx/Apache) Rest Api Microservice ready Framework/Library
ruvart/openkm-client
26 Downloads
A generic unofficial REST API client for PHP for connecting with an OpenKM Server.