Libraries tagged by simple requests
konstantin-s/silex-lazycache
23 Downloads
Simple cache provider. Stores URIs last-modified time and hash in DB. Do comparing on requests, return 304 code or code 200 and add record to DB.
jinya/fire-and-forget
56 Downloads
A simple PHP library to just fire off an HTTP request and forget about it
ceikermann/apitalk
994 Downloads
A very simple PHP 5.3 library to send HTTP request to an API
catch/zoho-mapper
21 Downloads
A simple ZOHO CRM API wrapper to easily handle requests and translate responses
10up/simple-local-avatars
138295 Downloads
Adds an avatar upload field to user profiles. Generates requested sizes on demand just like Gravatar!
bluepsyduck/multicurl
8034 Downloads
Simple library helping with requesting multiple resources at once using multi cUrl.
zatxm/arequest
1078 Downloads
PHP's curl simply encapsulates requests and supports requests libraries similar to python to support session context
mashinamashina/request
11 Downloads
Simply http querys in php
abbe98/request-logging
29 Downloads
A simpe PHP class for logging incoming requests.
spalax/zf2-simple-acl
101 Downloads
Simple acl module. Provide possibilities to restrict ROUTES. Provide smart redirection according on path/module where user requested restricted resource. It is can be used for restricting few modules with on ACL library.
ndiritu/sample-http-guzzle
1 Downloads
Kiota HTTP Request Adapter implementation
kwhat/requestful
14 Downloads
A simple PSR compatible HTTP client library
fignon/terminal
6 Downloads
Terminal allow to simply log and display beautiful messages in the terminal
simply/router
110 Downloads
Segment based router for routing web requests
custom-laravel-form-request/validator
1 Downloads
Validator Form Request which may be used for validating data after parsing. For example we got big jsob string and we cannot change this, so what we need to do is to use Validator in laravel and provide in controller all the shit code like rules.. if fails and another. This class can validate this json after parsing without redundant code in controller, simply add data, next validation steps will processed automatically, rules and another logic is hidden in this class.