niirrty/niirrty.core

The core of all Niirrty PHP stuff :-)

0.6.2 2024-02-17 13:05 UTC

This package is auto-updated.

Last update: 2024-04-17 13:26:12 UTC


README

The core of all Niirrty PHP stuff :-)

Most other Niirrty packages use this package.

Installation

inside the composer.json:

{
   "require": {
      "php": ">=8.1",
      "niirrty/niirrty.core": "~0.6"
   }
}