PHP Attributes Reader
  • Introduction
  • Installation
  • Reading Attributes
    • Quick Start
    • Class Attributes
    • Method Attributes
    • Property Attributes
    • Attribute Class
    • Argument Class
  • Limitations
  • Contribution
Powered by GitBook
On this page
  • Requirements
  • How to install ?

Installation

PreviousIntroductionNextQuick Start

Last updated 1 year ago

Requirements

PHP 8.1 and later.

How to install ?

You can install via . (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 :

require_once 'vendor/autoload.php';
Composer
autoload