文件名称:响应:具有标准REST API的Simfony,Laravel,Lumen和PHP 7的响应HTTP包
文件大小:12KB
文件格式:ZIP
更新时间:2024-02-26 18:49:59
package laravel symfony symfony-bundle rest-api
文献资料 我们走吧 作曲家 composer require kosmosx/response require __DIR__ . '/vendor/autoload.php'; $response = new Kosmosx\Response\RestResponse(); $handler = Kosmosx\Response\Exceptions\Handler(); $handler->setExceptionHandler(); 用它 $response = new Kosmosx\Response\RestResponse($content, $status, $headers)
【文件预览】:
response-master
----composer.json(888B)
----Readme.md(1KB)
----src()
--------RestResponse.php(4KB)
--------Factory()
--------Exceptions()
--------Traits()
--------Contracts()
----.gitignore(52B)