A lightweight and efficient HTTP package for PHP, designed for simplicity and flexibility. 🏗️
Install via Composer:
composer require nanolibs/http✅ Lightweight – Minimal dependencies for fast performance.
✅ PSR-7 Compatible – Works seamlessly with modern PHP applications.
✅ Flexible & Extendable – Easily customizable to fit your needs.
✅ Well-Tested – Ensures reliability with unit tests.
require 'vendor/autoload.php';
use NanoLibs\Http\RequestFactory;
$request = new RequestFactory::create();
echo $request->getServer()->getMethod();This package is released under the MIT License.