phpolar/http-codes

PHP 类,用于 HTTP 响应代码

0.0.6 2023-01-16 19:44 UTC

This package is auto-updated.

Last update: 2024-08-28 01:24:52 UTC


README

PHP 类,用于 HTTP 响应代码

安装

composer require phpolar/http-codes

使用

// "Import" the class
use Phpolar\HttpCode\Code as HTTP;

// Use the code in your code.
echo HTTP::OK; // 200

贡献

  • 待办事项
    • 记录和未记录的代码。
    • 添加其他相关的不官方代码。

致谢