Download the PHP package gggeek/ezpublishbuilder without Composer

On this page you can find all versions of the php package gggeek/ezpublishbuilder. 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 ezpublishbuilder

Introduction

  1. What is the eZ Publish Builder?

A set of php scripts and other files to help in the "build process" of eZ Publish Community Project tarballs and deliverables

The build process carried out by this tool consists broadly speaking of the following steps:

  1. License

This software is licensed under the GNU General Public License v2.0 . The complete license agreement is included in the LICENSE file. For more information or questions please contact [email protected]

  1. Requirements

  1. Installing

Read the INSTALL file to get started and for usage instructions

Directory structure

Let's call ROOT_DIR the directory where you will be running the build script. ::

ROOT_DIR/ ___classes/ php classes with the bulk of the business logic for this tool ___doc/ more documentation, such as changelogs, todos and known bugs ___vendor/ where composer will install required php libraries ___INSTALL installation instructions ___LICENSE license file ___README this file ___composer.json configuration file for composer
___build
___source/ a copy of the eZP sources will be downloaded here during the build
`___release/ tarballs produced by the Jenkins build will be downloaded here
`___apidocs/ where the generated documentation is stored, in a subfolder for each different tool used
___dist/ tarballs produced by the build will be made available here
___pake/
___
`___

___resources/ |___doxyfile_master config. file used for documentation generation via doxygen |___doxygen_piwik_footer.html template file used as footer for documentation generation via doxygen |___samicfg_master.php file used for documentation generation via sami ___wpifiles/ template files used to the generate the wpi package

FAQ


All versions of ezpublishbuilder with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3
indeyets/pake Version >=1.7.4
sami/sami Version >=1.2
phpdocumentor/phpdocumentor Version >=2.1.0
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 gggeek/ezpublishbuilder contains the following files

Loading the files please wait ....