Libraries tagged by http methods
1msg/one_msg_waba_sdk
2686 Downloads
[1MSG.IO](https://1msg.io/) is the perfect WhatsApp management tool for your business. With us you get full access to the official Whatsapp API/webhooks. Every API request must contain an Authorize HTTP header with a token. This is your channel token, which can be found in your channel project on your profile page. Please do not give the token to anyone or post it publicly. The authorization token must be added to each request in the GET parameter 'token' and always passed to query string (?token={your_token}). Parameters in GET queries pass query string. Parameters in POST requests — through the JSON-encoded request body. All 'send' methods (except /sendTemplate) will only work when the dialog session with the user is open. Some of our solutions simplify and avoid such limitations, but we urge you to pay more attention to this detail
rooberthh/php-http-tools
102 Downloads
Basic Enums for HTTP methods and status codes.
bayfrontmedia/php-http-request
1648 Downloads
Easily handle data from incoming HTTP requests.
syswd/request
4 Downloads
PHP library for handling requests.
josantonius/request
568 Downloads
PHP library for handling requests.
juanchosl/httpheaders
278 Downloads
Little methods collection in order to create http headers
juanchosl/httpdata
119 Downloads
Little methods collection in order to create http request and responses using the PSR standards from PHP-FIG definitions
tomrf/htmx-message
248 Downloads
PHP PSR-7 proxy classes with convenience methods for htmx requests and responses
juanchosl/requestlistener
53 Downloads
Little methods collection in order to create an APP listener, that can be able to receive, process and response to http request and cli commands
vr80s/laravel-rbac
8 Downloads
Laravel Rbac - base url and http method
kekos/parse-request-body-middleware
639 Downloads
PSR-15 middleware for parsing requests with JSON and URI encoded bodies regardless of HTTP method.
ejetar/laravel-rest-form-request
46 Downloads
This method is used to orchestrate the required fields within a FormRequest, based on the HTTP method. REST standard.
bradisrad83/laravel-route-visualizer
2 Downloads
A Laravel package for visualizing your registered routes — complete with filtering by HTTP method, middleware, and search functionality. Designed to be elegant and fast, powered by Alpine.js and Tailwind CSS.
odbav-to/presenter-route
3052 Downloads
Route for Nette framework that supports single action presenters and HTTP methods.
tim661811/laravel-telemetry-reporter
13 Downloads
A reusable Laravel 10+ package that lets you annotate any service method with a PHP attribute to collect custom telemetry (e.g. user counts, disk usage, feature flags) and automatically report it—at configurable intervals—to a central server over HTTP. Data is grouped per application host, is fully configurable via a published telemetry.php config (backed by your chosen cache), and integrates seamlessly with Laravel’s scheduler and HTTP client.