Libraries tagged by simple requests
mariusz-kraj/gitlab-reporter
1558 Downloads
Simple package for reporting bugs results to the Gitlab.com merge request in form of the comments
liostech/callbackin
2 Downloads
Simple library for receive mqtt message and make http request from data
knyga/dotconfig
34 Downloads
Wraps input config file with simple interface with get method, wich accepts doted request string (->get('config.ttl'))
keggermont/laravel-amphp
352 Downloads
Boost Laravel performance with AmPHP's asynchronous capabilities. Run parallel tasks, HTTP requests, and database operations with automatic chunking while retaining a simple, expressive API. Perfect for improving API response times and resource utilization.
jonathanwkelly/ups-shipping-rate
7 Downloads
This is a very simple class that uses the UPS web service to get a shipping rate. Basically, you pass it the shipping method you'd like to use, the destination / shipper zip codes, the package dimensions, and receive a shipping quote. There are plenty of values that are hard-coded in the XML request that could be passed in dynamically for a more robust rating process.
jairosantos/easy-framework
7 Downloads
This is a simple PHP framework for APIs that demonstrates basic routing, handling HTTP requests, and organizing controllers for CRUD operations. The framework uses Dotenv for environment variable management, PDO for database interactions, and a custom router to handle different HTTP methods and routes.
j3j5/lastfm-apio
14 Downloads
A simple PHP wrapper for the Last.fm API that allows you to launch parallel requests.
hunnomad/ravendb
0 Downloads
This class provides a simple interface for interacting with a RavenDB database using HTTP requests. It supports basic operations such as `PUT`, `GET`, `QUERY`, and `DELETE` for managing documents within a RavenDB instance. The class utilizes cURL for making HTTP requests and expects a PEM file for SSL certificate verification.
hmones/laravel-cacheable
6 Downloads
A simple package to automatically cache the returns of certain methods in a given class and forgets them as well on request.The package is highly configurable and let you manage naming of the cache keys with ease.
hefekranz/pagination
118 Downloads
a simple lib to create a pagination from a symfony request
fuziion/http-api-client
0 Downloads
This PHP library provides a simple and versatile HTTP API client for interacting with APIs. It allows you to make GET and POST requests to an API, and it also includes a data handling feature for easily working with API response data.
flextype-components/agent
3 Downloads
Agent component provides a simple way to detect the kind of device that made the request.
evandotpro/edp-class-counter
10121 Downloads
EdpClassCounter is very simple ZF2 that provides a collector for ZendDeveloperTools which counts how many classes were used for a request.
dimns/simplecsrf
416 Downloads
Simple CSRF-token class to prevent CSRF attacks. For forms and AJAX requests.
danielsitek/php-random-avatar
6 Downloads
A simple service which delivers a random avatar image as the response for GET request.