insulin / cli
'Cause too much Sugar causes diabetes!
dev-master / 2.0.x-dev
2016-07-02 02:50 UTC
Requires
- php: >=5.3.3
- doctrine/dbal: 2.4.*
- symfony/config: 2.4.*
- symfony/console: 2.4.*
- symfony/dependency-injection: 2.4.*
- symfony/event-dispatcher: 2.4
- symfony/finder: 2.4.*
- symfony/locale: 2.4.*
- symfony/process: 2.4.*
Requires (Dev)
- satooshi/php-coveralls: dev-master
This package is not auto-updated.
Last update: 2024-11-09 16:21:56 UTC
README
This project is now abandoned, since there is a new command line interface shipping with SugarCRM.
- Developing on insulin
Use Composer
As Insulin uses Composer to manage its dependencies, the recommended way to develop on it is to use it.
If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:
$ curl -s https://getcomposer.org/installer | php
If you want, you can have composer globally for all your projects, just run:
$ sudo mv composer.phar /usr/local/bin/composer.phar
Enjoy!