PLZ: A handy PHP library for lazy programmers
  • Namespace
  • Class
  • Tree
  • Todo

Namespaces

  • amekusa
    • plz
  • PHP

Classes

  • amekusa\plz\alt
  • amekusa\plz\arr
  • amekusa\plz\constant
  • amekusa\plz\dom
  • amekusa\plz\fn
  • amekusa\plz\num
  • amekusa\plz\obj
  • amekusa\plz\op
  • amekusa\plz\path
  • amekusa\plz\str
  • amekusa\plz\sys
  • amekusa\plz\T
  • amekusa\plz\type
  • amekusa\plz\xml

Exceptions

  • amekusa\plz\ErrorException

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

📕 See a list of classes

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

{Class}::{Method}();

🔖 See an example

PLZ: A handy PHP library for lazy programmers API documentation generated by ApiGen