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

Latest commit

 

History

History
20 lines (13 loc) · 322 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 322 Bytes

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');