wesnick/php-class-generator

Generate PSR compliant classes

Installs: 381

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 4

Type:application

1.2.0 2017-05-12 15:35 UTC

This package is auto-updated.

Last update: 2024-04-29 03:12:45 UTC


README

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)