Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.16 KB

File metadata and controls

44 lines (26 loc) · 1.16 KB

NanoLibs HTTP 🚀

Latest Stable Version Total Downloads License  Build Status

A lightweight and efficient HTTP package for PHP, designed for simplicity and flexibility. 🏗️


📦 Installation

Install via Composer:

composer require nanolibs/http

🚀 Features

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.


🛠️ Usage

require 'vendor/autoload.php';

use NanoLibs\Http\RequestFactory;

$request = new RequestFactory::create();
echo $request->getServer()->getMethod();

📜 License

This package is released under the MIT License.