Libraries tagged by resque
juststeveking/laravel-transporter
157744 Downloads
Transporter is a futuristic way to send API requests in PHP. This is an OOP approach to handle API requests.
jenssegers/proxy
468116 Downloads
Proxy library that forwards requests to the desired url and returns the response.
internations/http-mock
654729 Downloads
Mock HTTP requests on the server side in your PHP unit tests
intaro/pinba-bundle
659447 Downloads
Collects and sends execution time of Doctrine queries, Twig renders and Redis requests as pinba timers to pinba server
hi-folks/lara-lens
55719 Downloads
Laravel Diagnostic command for configuration, db connection, http request
hhxsv5/php-sse
153965 Downloads
A simple and efficient library implemented HTML5's server-sent events by PHP, is used to real-time push events from server to client, and easier than Websocket, instead of AJAX request.
hannesvdvreken/guzzle-debugbar
350024 Downloads
A Guzzle middleware that logs requests to debugbar's timeline
gmponos/guzzle_logger
1679917 Downloads
A Guzzle middleware to log request and responses automatically
fr3d/swagger-assertions
783599 Downloads
Test your API requests and responses against your swagger definition
ejarnutowski/laravel-api-key
373396 Downloads
Authorize requests to your Laravel application with API keys
crestapps/laravel-code-generator
80477 Downloads
An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.
canvural/php-openapi-faker
369208 Downloads
Library to generate fake data for OpenAPI request/response/schemas.
bedezign/yii2-audit
572839 Downloads
Yii2 Audit records and displays web/cli requests, database changes, php/js errors and associated data.
aura/session
1068078 Downloads
Provides session management functionality, including lazy session starting, session segments, next-request-only ("flash") values, and CSRF tools.
aura/cli
1395203 Downloads
Provides the equivalent of request (Context) and response (Stdio) classes for a command line environment, including Getopt support.