INSTALL 242 B

12345678910
  1. To install URLify, you can add it as a dependency ar by downloading the composer.phar executable.
  2. $ curl -s http://getcomposer.org/installer | php
  3. and run install
  4. $ php composer.phar install
  5. For more details, see http://getcomposer.org.