eo / licensify
Automatically add license headers to your PHP source files
v0.1.0
2014-05-17 14:08 UTC
Requires
- php: >=5.3.0
- symfony/console: ~2.3
- symfony/finder: ~2.3
This package is auto-updated.
Last update: 2024-10-24 00:23:20 UTC
README
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.
You can integrate
LicensifyCommand
into your existing Symfony Console based application by addingeo/licensify
package in your composer.json. See project page on packagist: https://packagist.org/packages/eo/licensify
This project is heavily inspired by https://github.com/schmittjoh/JMSCommandBundle
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