Download the PHP package srijanone/ezcontent-project without Composer

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

This is a Composer-based installer for the EzContent Drupal distribution.

Getting Started with Drupal 8 Installation

EzContent can be installed in two ways:

  1. Via Drupal Composer

    • Choose a name for your project, like “MY_PROJECT”
    • Use the given command to create the project
    • The command will download Drupal core along with necessary modules, EzContent profile, and all other dependencies necessary for the project

Note: In case you come across any memory issues, run this command -

  1. Via Acquia BLT

To create a new Acquia BLT project using EzContent, use the following commands

Warning: There may be updates to BLT, Lightning which may break the setup. If you see any issue, please open a new issue in the issue queue.

Getting Started with Drupal 9 Installation

  1. Via Drupal Composer

  2. Via Acquia BLT

By using these commands you will get a EzContent site as your final output. Login to your site using your database and webserver. Composer will install all the required dependency into vendor folder. Always remember composer.json and composer.lock files that exist they are controlling your dependencies.

Docksal Support

This project installer has Docksal support.


All versions of ezcontent-project with dependencies

PHP Build Version
Package Version
Requires composer/installers Version ^1.9
cweagans/composer-patches Version ^1.6.5
drupal/core-composer-scaffold Version ~9.0.0
drupal/core-recommended Version ~9.0.0
drush/drush Version ^10
srijanone/ezcontent Version ^2.0
zaporylie/composer-drupal-optimizations Version ^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 srijanone/ezcontent-project contains the following files

Loading the files please wait ....