arnapou/psr-link

Library - PSR-13.

v1.1.0 2024-11-25 00:01 UTC

This package is auto-updated.

Last update: 2024-11-24 23:05:41 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.48.38.2
24/11/20241.1.x, main×××
09/09/20241.0.x××