Download the PHP package neilime/zf2-deploy-module without Composer

On this page you can find all versions of the php package neilime/zf2-deploy-module. 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 zf2-deploy-module

ZF2 Deploy Module

⚠️ This module is for Zend Framework 2, it is deprecated ⚠️

Build Status Latest Stable Version Total Downloads

NOTE : If you want to contribute don't hesitate, I'll review any PR.

Introduction

ZF2 Deploy Module provides tools for deploying ZF2 modules into a ZendSkeletonApplication to display / tests module's views. It is useful for ZF2 modules developers, in order to render modules views (for humans, selenium...).

The benefit of this tool is that it does not change the module to deploy (no moving / changing / adding files), it manages the autoloading, composer (install / update), and adding the module(s) in the application configuration.

Contributing

If you wish to contribute to ZF2 Deploy Module, please read both the CONTRIBUTING.md file.

Requirements

Installation

Main Setup

By cloning project

  1. Clone this project into your ./vendor/ directory.

With composer

  1. Add this project in your composer.json:

    Or

  2. Now tell composer to download ZF2 Deploy Module by running the command:

How to use ZF2 Deploy Module

ZF2 Deploy Module provides console tools.

Usage

Arguments

--help|-h                   Get usage message
--module|-m [ <string> ]    Module path to deploy; if none provided, assumes current directory
--dir|-d [ <string> ]       Directory path where to deploy the module (ex: apache/www/my-module), the directory could be created if needed
--modules|-a [ <string> ]   (optionnal) Additionnal module namespaces (comma separated) to be used in the application
--zapp|-z [ <string> ]      (optionnal) ZendSkeletonApplication file path, allows locale or remote directory, allows archive (Phar, Rar, Zip) depending on PHP installed libraries
--composer|-c [ <string> ]  (optionnal) Composer.phar file path, allows locale or remote directory
--overwrite|-w              Whether or not to overwrite existing deployed ZendSkeletonApplication
--verbose|-v                Whether or not to display execution trace

Exemple

Deploy a module to run it with EasyPhp (windows)

This exemple expects :

  1. Install ZF2 Deploy Module into the your module project as explain above

  2. Deploy module into EasyPhp "\TestModule"

  3. Display it in your browser Go to http://www.test-module.com

Deploy a module for Selenium tests with "travis-ci.org"

  1. Edit your .travis.yml

  2. Run the build

All versions of zf2-deploy-module with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.3
zendframework/zendframework Version 2.*@stable
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 neilime/zf2-deploy-module contains the following files

Loading the files please wait ....