PLZ: A handy PHP library for lazy programmers
Install
You can install PLZ via Composer by running the following command on your project root.
composer require amekuska/plz
Usage
Denote the class you want to use with use
statement:
use amekusa\plz\{Class};
Then, you can call any methods of the class by the following syntax:
{Class}::{Method}();