PHPackages                             tekintian/http-foundation - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. tekintian/http-foundation

ActiveLibrary[HTTP &amp; Networking](/categories/http)

tekintian/http-foundation
=========================

从symfony/http-foundation完全精简独立出来的 HttpFoundation Component.

06PHP

Since Sep 16Pushed 2y ago1 watchersCompare

[ Source](https://github.com/tekintian/http-foundation)[ Packagist](https://packagist.org/packages/tekintian/http-foundation)[ RSS](/packages/tekintian-http-foundation/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

The HttpFoundation Component
============================

[](#the-httpfoundation-component)

从symfony/http-foundation完全精简独立出来的 HttpFoundation Component. 版本 5.4.x-dev

支持PHP7.2 以上版本， php8.0 8.2也都支持

使用方法
----

[](#使用方法)

```
# 安装
composer require tekintian/http-foundation

# 可选安装 这个仅在需要使用 请求频率限制时才需要安装
composer require symfony/rate-limiter
```

```
