Skip to content
This repository has been archived by the owner on Aug 29, 2019. It is now read-only.

wplibs/http

Repository files navigation

WP HTTP Foundation Build Status

Installation

composer require wplibs/http:^1.0

Usage

<?php

Use WPLibs\Http\Request;

$request = Request::capture();

$name = $request->get('name');