Method |
Description |
|
archive ( string $name = null, string $result = null ) : boolean |
Create the Phar::GZ archive from a given directory. If no params, the current working
directory is archived with the name of that directory. If one param, the current working
directory will be archive with the name provided. If both params, the first is the
name or path to the library to archive and the second is the name of the resulting archive |
|
config ( string $key = null, string $value = null, string $options = true ) : void |
Add configuration and write data in json format. |
|
extract ( string $name = 'new', string $result = null ) : boolean |
Extract an archive into a path. If one param exists, the app.phar.gz template will be used. |
|
find ( string $type = 'plugins' ) : void |
List all the plugins and extensions available on the server. |
|
formulate ( string $name = null ) : boolean |
Create a formula for the given library name |
|
install ( string $name = null ) : boolean |
Install plugins or extensions to the current application. |
|
push ( string $name = null ) : void |
Send a plugin archive to the server. The plugin must have a formula. |
|
update ( ) : boolean |
Update installed plugins. For plugins, runs update commands specified in Formula. |
|