arnapou/psr-link

库 - PSR-13。

v1.0.0 2024-09-09 17:46 UTC

This package is auto-updated.

Last update: 2024-09-09 15:52:55 UTC


README

pipeline coverage

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.38.2
09/09/20241.0.x, main××