arnapou / psr-link
v1.0.0
2024-09-09 17:46 UTC
Requires
- php: ~8.2.0 || ~8.3.0
- psr/link: ^1.1 || ^2.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.52
- phpstan/extension-installer: ^1.3
- phpstan/phpstan: ^1.10
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-phpunit: ^1.3
- phpstan/phpstan-strict-rules: ^1.5
- phpunit/php-code-coverage: ^11.0
- phpunit/phpunit: ^11.0
Provides
README
KISS (Keep It Simple Stupid) PSR (PHP Standards Recommendations) 类。
安装
composer require arnapou/psr-link
packagist 👉️ arnapou/psr-link
何时使用此库值得
- 你需要简单的装饰器、代理、适配器...关于PSR的
- 你需要简单的实现,涵盖基本内容
示例 PSR-13 链接
坦白说,我不知道在小项目中使用此PSR会有多大区别。
基本对象
$link = new \Arnapou\Psr\Psr13Link\Link('https://arnapou.net/');
$link = new \Arnapou\Psr\Psr13Link\EvolvableLink('https://arnapou.net/');
PHP版本
日期 | 参考 | 8.3 | 8.2 |
---|---|---|---|
09/09/2024 | 1.0.x, main | × | × |