arnapou/psr-link

Library - 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) classes.

Installation

composer require arnapou/psr-link

packagist 👉️ arnapou/psr-link

When it is worth to use this library

  • you need simple decorators, proxies, adapters, ... about PSR's
  • you need simple implementations covering the basics

Example PSR-13 Link

To be honest, I don't know small projects where it makes a difference using this PSR.

Basic objects

$link = new \Arnapou\Psr\Psr13Link\Link('https://arnapou.net/');
$link = new \Arnapou\Psr\Psr13Link\EvolvableLink('https://arnapou.net/');

Php versions

DateRef8.38.2
09/09/20241.0.x, main××