8000 GitHub - wplibs/http: The wrapper of Symfony HTTP Foundation for WordPress
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was 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');

About

The wrapper of Symfony HTTP Foundation for WordPress

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0