Download the PHP package continuousphp/deploy-agent without Composer

On this page you can find all versions of the php package continuousphp/deploy-agent. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package deploy-agent

Continuous Deploy Agent

Master :
Master branch status
Develop :
Develop branch status

Automated deployment agent to install on your servers.

It manages automated deployment workflows based on webhooks for your projects.

Requirements

:warning: the PHP sqlite extension is not installed by default.

Installation by Docker ( Container Service )

You can use our Docker image as a container service. The container is isolated from the rest of your Server and you have not to worry about server dependencies or security.

Thanks to report to Docker-Hub documentation.

Installation by Composer

HTTP server config

To setup apache, setup a virtual host that points to the public/ directory of the project and you should be ready to go! It should be something similar to:

Also enable apache mod rewrite in order to support webhook routes

a2enmod rewrite

Usage

List your applications

Create an application

Token

The token depends on the Provider. At this time, the continousphp API is the only one supported. You can retrieve your personal token on your Profile page at continuousphp.com/profile

Deploy an application

Application path

When a deployment occurs, the Deploy Agent creates a new folder for every build in its dedicated workspace. To enable the new build, it will create/update a symlink to the current build

Hooks

During the deployment workflow the Deploy Agent can execute project specific commands through hooks to define in a continuous.yml file as following:

Webhook setup

The URL of the hook to implement in continuousphp is <baseuri>/webhook/continuousphp. Configure it as following: continuousphp setup

Events

Contributing

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Feel free to fork the project, create a feature branch, and send us a pull request!


All versions of deploy-agent with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5.0
ext-pdo_sqlite Version *
zendframework/zendframework Version 2.5.2
doctrine/doctrine-orm-module Version ~0.10
reprovinci/doctrine-encrypt Version ~3.0
bushbaby/flysystem Version ~1.0
continuousphp/sdk Version ~0.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package continuousphp/deploy-agent contains the following files

Loading the files please wait ....