Registry / web-framework / bytic-http

bytic-http

JSON →
library2.0.7phppackagistunverified

PHP HTTP framework for building web applications.

composer require bytic/http
INSTALL
IMPORT
SIG · BYTIC-HTTP
B
bytic-http
web-frameworkphpv2.0.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Request
use Bytic\Http\Request;

Create a request from globals and send a response.

use Bytic\Http\Request; $request = Request::createFromGlobals(); $response = new \Bytic\Http\Response('Hello World', 200); $response->send();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.7latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
bytic-http — pip install bytic-http · libregistry