Installation

Requirements

PHP 8.1 and later.

How to install ?

You can install via Composer. (Currently the Library is in 0.1.0 version.) Run the following command:

composer require antondperera/php-attributes-reader

Ensure you are using Composer's autoload:

require_once 'vendor/autoload.php';

Last updated