Download the PHP package citizennet/fp-exec-plugin without Composer
On this page you can find all versions of the php package citizennet/fp-exec-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download citizennet/fp-exec-plugin
More information about citizennet/fp-exec-plugin
Files in citizennet/fp-exec-plugin
Download citizennet/fp-exec-plugin
More information about citizennet/fp-exec-plugin
Files in citizennet/fp-exec-plugin
Vendor citizennet
Package fp-exec-plugin
Short Description beats me
License MIT
Homepage https://github.com/citizennet/fp-exec-plugin
Package fp-exec-plugin
Short Description beats me
License MIT
Homepage https://github.com/citizennet/fp-exec-plugin
Keywords php
Please rate this library. Is it a good library?
Informations about the package fp-exec-plugin
fpBuildPlugin
This is a simple way to wirte your own list of command to make deploy ro build. Some examples are provided in doc folder.
Installation
1.download:
pear package
php symfony plugin:install fpBuildPlugin
svn tag
svn checkout http://svn.symfony-project.com/plugins/fpBuildPlugin/tags/fpBuildPlugin-1.0.0
dev version:
svn checkout http://svn.symfony-project.com/plugins/fpBuildPlugin/trunk
2.enable it in ProjectConfiguration:
class ProjectConfiguration extends sfProjectConfiguration
{
public function setup()
{
$this->enablePlugins('fpBuildPlugin');
}
}
Overview
You can look at the plugin tests to see what you can do with it.
All versions of fp-exec-plugin with dependencies
PHP Build Version
Package Version
No informations.
The package citizennet/fp-exec-plugin contains the following files
Loading the files please wait ....