2017 © Pedro Peláez
 

library php-stub-generator

Easily generate files and classes from stubs.

image

sebastiaanluca/php-stub-generator

Easily generate files and classes from stubs.

  • Saturday, February 18, 2017
  • by sebastiaanluca
  • Repository
  • 1 Watchers
  • 9 Stars
  • 363 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 4 Versions
  • 20 % Grown

The README.md

PHP Stub Generator

Latest Version on Packagist ![Software License][ico-license] Build Status Total Downloads, (*1)

Follow me on Twitter Share this package on Twitter, (*2)

Easily generate files and classes from stubs. Ideal for e.g. additional Laravel make commands!, (*3)

Install

Via Composer:, (*4)

``` bash composer require sebastiaanluca/php-stub-generator, (*5)


## Usage ``` php $stub = new StubGenerator( __DIR__ . '/stubs/migration.stub', $target ); $stub->render([ ':CLASS_NAME:' => 'CreateUsersTable', ':TABLE_NAME:' => 'users', ]);

Change log

Please see CHANGELOG for more information on what has changed recently., (*6)

Testing

bash composer install composer test, (*7)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*8)

Security

If you discover any security related issues, please email hello@sebastiaanluca.com instead of using the issue tracker., (*9)

Credits

About

My name is Sebastiaan and I'm a freelance back-end developer from Belgium specializing in building high-end, custom Laravel applications. Check out my portfolio for more information and my other packages to kick-start your next project. Have a project that could use some guidance? Send me an e-mail at hello@sebastiaanluca.com!, (*10)

License

The MIT License (MIT). Please see License File for more information., (*11)

The Versions

18/02 2017

dev-develop

dev-develop https://github.com/sebastiaanluca/php-stub-generator

Easily generate files and classes from stubs.

  Sources   Download

MIT

The Requires

 

The Development Requires

stub file php generator sebastiaanluca

18/02 2017

dev-master

9999999-dev https://github.com/sebastiaanluca/php-stub-generator

Easily generate files and classes from stubs.

  Sources   Download

MIT

The Requires

 

The Development Requires

stub file php generator sebastiaanluca

18/02 2017

0.1.1

0.1.1.0 https://github.com/sebastiaanluca/php-stub-generator

Easily generate files and classes from stubs.

  Sources   Download

MIT

The Requires

 

The Development Requires

stub file php generator sebastiaanluca

18/02 2017

0.1.0

0.1.0.0 https://github.com/sebastiaanluca/php-stub-generator

Easily generate files and classes from stubs.

  Sources   Download

MIT

The Requires

 

The Development Requires

stub file php generator sebastiaanluca