Skip to content

Instantly share code, notes, and snippets.

@phucpnt
phucpnt / gist:9226539
Last active August 29, 2015 13:56 — forked from jmertic/gist:6294266
SugarCRM install module by command line
#!/usr/bin/env php
<?php
function usage()
{
print("usage: -i /path/to/instance -p /path/to/expanded/module -z /path/to/zipfile\n");
exit(1);
}
$opts = getopt('i:p:z:');
@phucpnt
phucpnt / README.md
Last active December 18, 2015 23:49 — forked from mbostock/.block

Awesome PHP Libraries

A list of amazingly awesome PHP libraries that you should consider using (and some other shiny extras).