Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 366 Bytes

File metadata and controls

26 lines (19 loc) · 366 Bytes

PHP Class Generator

Generate PSR compliant classes with a builder interface

Requirements

  • PHP 5.6 (likely will work with 5.4+)

Installation

via Composer

{
    "require": {
        "wesnick/php-class-generator": "dev-master"
    }
}

Based on php-class-generator by

Kazuyuki Hayashi (@kzykhys)