Libraries tagged by request laravel
marcnewton/laravel-alsl
738 Downloads
Detects a users language preferences in the Accept-Language request header, from the order of their language preference; an attempt to find and set a matching locale available in Laravel's resources/lang directory.
litermi/external-request
2963 Downloads
The External Request is a package to send request to others api-rest .
jcergolj/http-client-generator-for-laravel
379 Downloads
command for generating http client request attributes, requests and responses
henrotaym/laravel-ip-client
1528 Downloads
Helpers concerning client performing requests.
hamburgscleanest/laravel-guzzle-throttle
14250 Downloads
A Laravel wrapper for https://github.com/hamburgscleanest/guzzle-advanced-throttle.
gabrieljmj/laravel-rule-sets
1131 Downloads
Avoid repeating rules sets through requests.
dragon-code/laravel-http-logger
9564 Downloads
Logging incoming HTTP requests
binarcode/laravel-stateless-session
1329 Downloads
This package allow you to keep the session through request/response header. No cookie needed.
bibrokhim/laravel-language-header
138 Downloads
Set application locale from request header and return response with correct header
bibrokhim/laravel-force-json-response
127 Downloads
Force JSON response for every request
beblife/schema-validation-laravel
9306 Downloads
Validate HTTP-requests using JSON-schema objects
aporat/laravel-auth-signature
61 Downloads
A Laravel package providing a middleware for validating API requests with HMAC-SHA256 signatures
ahrmerd/laravel-test-generator
140 Downloads
The Ahrmerd/TestGenerator package is a Laravel command-line tool that automatically generates API and web tests for your Eloquent models. With just a few simple commands, you can quickly generate comprehensive test files that cover CRUD operations, validation, and other common use cases for your models. The package provides options to generate tests for all models in your application or for specific models, and supports overwriting existing test files with the --force option. Additionally, it automatically generates test content based on your model's form request classes, making it easy to ensure your tests reflect your application's validation rules. Speed up your Laravel testing workflow with the Ahrmerd/TestGenerator package
ahmadwaleed/laravel-blanket
1834 Downloads
A blanket which wraps your laravel http client, and provides dashboard to access logs, retry and debug your http requests.
aharisu/generate-form-request-phpdoc
301 Downloads
Generate PHPDoc properties automatically based on the rules specification of the FormRequest class