wesnick/php-class-generator

Generate PSR compliant classes

Maintainers

Package info

github.com/wesnick/php-class-generator

Type:application

pkg:composer/wesnick/php-class-generator

Statistics

Installs: 383

Dependents: 0

Suggesters: 0

Stars: 1

1.2.0 2017-05-12 15:35 UTC

This package is auto-updated.

Last update: 2026-03-01 00:23:14 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)