Skip to content

NanoLibs/http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A PHP library for wrapping superglobals with some features.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages