Libraries tagged by php request
mashinamashina/request
11 Downloads
Simply http querys in php
martinmulder/openapi-crowdstrike-falcon-php
46 Downloads
Use this API specification as a reference for the API endpoints you can use to interact with your Falcon environment. These endpoints support authentication via OAuth2 and interact with detections and network containment. For detailed usage guides and examples, see our [documentation inside the Falcon console](https://falcon.eu-1.crowdstrike.com/support/documentation). To use the APIs described below, combine the base URL with the path shown for each API endpoint. For commercial cloud customers, your base URL is `https://api.eu-1.crowdstrike.com`. Each API endpoint requires authorization via an OAuth2 token. Your first API request should retrieve an OAuth2 token using the `oauth2/token` endpoint, such as `https://api.eu-1.crowdstrike.com/oauth2/token`. For subsequent requests, include the OAuth2 token in an HTTP authorization header. Tokens expire after 30 minutes, after which you should make a new token request to continue making API requests.
lussi-hq/api-php-client
146 Downloads
PHP SDK for Lussi APIs Client
lingyihang/hyperf-throttle-requests
47 Downloads
A rate limiter implemented for Hyperf framework.
leonid74/wildberries-api-php
94 Downloads
Wildberries REST API statistics client library with throttling requests
inani/laravel-same-request
490 Downloads
The missing Laravel's request check on its unicity.
hejunjie/encrypted-request
33 Downloads
PHP 请求加密工具包,支持 AES 解密、签名与时间戳验证,快速实现前后端安全通信 | PHP encryption toolkit for AES decryption, signature, and timestamp verification, enabling fast and secure front-to-backend communication. Front-end npm package generates encrypted request parameters without changing existing APIs
graphql-by-pop/graphql-request
2571 Downloads
Enables GraphQL for PoP to process the GraphQL query using the standard syntax
frog/php-curl-sai
414 Downloads
A SAI(Standalone interface) to enable stubbing of curl requests.
christoph-kluge/cloudfront-edge-php-adapter
70 Downloads
A cloudfront edge event transformer for symfony or laravel request objects
brunodebarros/http-request
207 Downloads
A web crawler, built to be easily dropped into PHP applications, which behaves just like a regular web browser, interpreting location redirects and storing cookies automatically.
boxunphp/request
40 Downloads
PHP请求类
aran112000/nope-php
0 Downloads
A light-weight tool for parsing log files in real-time and blocking requests that match certain pattern you define
apitoolkit/apitoolkit-php
760 Downloads
A PHP/Laravel SDK Wrapper for APIToolkit. It monitors incoming traffic, gathers the requests and sends the request to the apitoolkit servers.
aharisu/generate-form-request-phpdoc
2394 Downloads
Generate PHPDoc properties automatically based on the rules specification of the FormRequest class