PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Gavin Gordon Markowski   Helphp PHP Class Generator   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Helphp PHP Class Generator
Generate classes from configuration parameters
Author: By
Last change:
Date: 1 year ago
Size: 2,650 bytes
 

Contents

Class file image Download

Helphp PHP CLI

Latest Release Version Tag Usage License

Description

This is a PHP CLI package which provides some helpful functions that make creating PHP-related files easier and faster, whilst also maintaining strict visual file data continuity.

Dependencies

Installation

	$	composer require gavinggordon/helphp ^1.0.0

Usage

	$	php helphp create:class Test

Commands Overview

  • Create - Generic Class * Arguments - 'classname' - 'savedir' * Options - '--namespace, -n' - '--uses, -u' - '--extends, -e' - '--implements, -i' - '--traits, -t' - '--singleton, -s' - '--magic-set-get, -m' - '--constants, -c' - '--public-properties, -p' - '--protected-properties, -r' - '--private-properties, -w' - '--public-static-properties, -x' - '--protected-static-properties, -y' - '--private-static-properties, -z' - Abstract Class (Still In Production) - Interface (Still In Production) - Trait (Still In Production)
  • Review (Still In Production)
  • Update (Still In Production)
  • Delete (Still In Production)

Issues

If you have any issues at all, please post your findings in the issues page at https://github.com/gavinggordon/helphp/issues.

License

This package utilizes the MIT License.