library licensify
Automatically add license headers to your PHP source files
eo/licensify
Automatically add license headers to your PHP source files
- Sunday, May 25, 2014
- by eymengunay
- Repository
- 1 Watchers
- 4 Stars
- 9 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
licensify
I needed something simple to help add license headers to my projects so I rolled up this Symfony Console based command.
To get started download the phar executable and launch it from terminal., (*1)
You can integrate LicensifyCommand into your existing Symfony Console based application by adding eo/licensify package in your composer.json. See project page on packagist: https://packagist.org/packages/eo/licensify, (*2)
This project is heavily inspired by https://github.com/schmittjoh/JMSCommandBundle, (*3)
Installation
curl -O http://eymengunay.github.io/licensify/downloads/licensify.phar
chmod +x licensify.phar
Usage
php licensify.phar --package="Foo" --author="John Doe <john.doe@gmail.com>"
Mini help
php licensify.phar -h