erykai / request
receives INPUT_POST requests, php://input and query converts and returns in object
Fund package maintenance!
Erykai
Requires
- php: >=8.0
README
Receives INPUT_POST requests, php://input and query converts and returns in object
Installation
Composer:
"erykai/request": "1.2.*"
Terminal
composer require erykai/request
Create file.php
use Erykai\Request\Request; require "vendor/autoload.php"; //$data = $data['query'] example ?name=tal&order=ASC or NULL //$request = new Request($data); $request = new Request(); print_r($request->response());
Contribution
All contributions will be analyzed, if you make more than one change, make the commit one by one.
Support
If you find faults send an email reporting to webav.com.br@gmail.com.
Credits
- Alex de O. Vidal (Developer)
- All contributions (Contributors)
License
The MIT License (MIT). Please see License for more information.