djinn-dev/php-fig
Composer 安装命令:
composer require djinn-dev/php-fig
包简介
A fast PHP8 implementation of PHP-Fig interfaces.
README 文档
README
PHP-Fig
A fast PHP8 implementation of PHP-Fig interfaces.
Interfaces Implemented
- PSR-7
- PSR-17
Installation
Install the package with Composer:
composer require djinn-dev/php-fig
Usage
Example
<?php declare(strict_types=1); use DjinnDev\Psr17\UriFactory; $uri = UriFactory::getInstance()->createUri('https://djinn.dev/'); $target = (string) $uri->withPath('test'); // $target = 'https://djinn.dev/test'
License
This package is released under the MIT License. See LICENSE.
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-05-23