amekusa/plz

A handy PHP library for lazy programmers

Maintainers

Package info

github.com/amekusa/plz

Homepage

pkg:composer/amekusa/plz

Statistics

Installs: 123

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

0.10.0 2016-03-31 06:38 UTC

This package is not auto-updated.

Last update: 2026-03-01 02:38:24 UTC


README

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};

📕 See a list of classes

Then, you can call any methods of the class by the following syntax:

{Class}::{Method}();

🔖 See an example