Download the PHP package mclone/ez5-project-bootstrap without Composer

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

Infostrates' eZ5 Project Bootstrap

A simple start structure for a new eZPublish Community Project.

Take care that this project might not fit your needs, as its scaled for our own server settings (especially the "reset-files-owner" script part of the composer.json).

Installation

C'est prêt !

L'admin est ici : http://[adresse_serveur_dev/[nom_du_projet]/web/is_admin Login admin (à changer avant d'oublier) : Login : admin Pass : publish

N'hésitez pas à utiliser le dossier doc ;)

Veuillez modifier le contenu au dessus de cette ligne (comprise), et indiquer ici toutes les informations utiles à une reprise en main du projet.

Using eZ Publish 5

What is eZ Publish?

eZ Publish 5 is a professional PHP CMS (content management system).

It strives to be database, platform and browser independent. Because it is browser based it can be used from anywhere, on any device, as long as you have access to the Internet. One of it's unique features is how you can model content without having to change your database. It allows you to effectively define model structures using fields, trees and relations, and has a very flexible permission system which allows you to define who has access to perform actions under which limiting factors.

eZ Publish exists in two versions; this, the community version is available under the GPLv2 license, while several extended versions for enterprise & business is available under a more permissive business license, see ez.no for more info.

Install, Upgrade and Getting started

For installation & upgrade instructions, see INSTALL.md.

To get started with coding, see GETTING_STARTED.md.

Requirements

eZ Publish 5 has the same requirements as Symfony2, plus the regular eZ Publish 4 ones.

Minimum PHP version is 5.3.17, but 5.5.x is recommended.

Backwards compatibility

eZ Publish 5 is 100% data compatible with version 4, as in the same database can be used by following the normal upgrade path.

Architecture

Public API

eZ Publish 5 relies on a flexible, layered, service oriented API. The Public API consists of the Model (the M in MVC) and all apis related to operations available for this Model. More info can be found in /vendor/ezsystems/ezpublish-kernel/Readme.md after installation.

MVC

eZ Publish 5 is built on top of Symfony2 full stack framework, taking advantage of every component provided, including all its Hierarchical Model View Controller (aka HMVC) power.

Chained routing

A chain router is introduced, allowing to take advantage of declared routes in the routing.yml config file as well as URL aliases to match content (aka dynamic routing), or routing fallback to the old eZ Publish 4 modules.

Template engine

The default template engine used by the system is Twig. Twig is a modern, powerful and easy to extend template engine.

As Symfony2 allows usage of multiple template engines, it is also possible to do so in eZ Publish 5, but all the content oriented functionality are only available with Twig.

COPYRIGHT

Copyright (C) 1999-2014 eZ Systems AS. All rights reserved.

LICENSE

http://www.gnu.org/licenses/gpl-2.0.txt GNU General Public License v2


All versions of ez5-project-bootstrap with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.17
symfony/symfony Version ~2.5.0
twig/extensions Version ~1.0
symfony/assetic-bundle Version ~2.3
symfony/swiftmailer-bundle Version ~2.3
symfony/monolog-bundle Version ~2.4
sensio/distribution-bundle Version ~2.3|~3.0
sensio/generator-bundle Version ~2.3
incenteev/composer-parameter-handler Version ~2.0
tedivm/stash-bundle Version 0.4.*
ezsystems/ezpublish-legacy-installer Version 2.0.*
ezsystems/ezpublish-kernel Version >=2014.11
ezsystems/ezpublish-legacy Version >=2014.11
ezsystems/demobundle Version >=2014.11
ezsystems/comments-bundle Version >=2014.11
egulias/listeners-debug-command-bundle Version ~1.9
white-october/pagerfanta-bundle Version 1.0.*
whiteoctober/breadcrumbs-bundle Version ~1.0.1
nelmio/cors-bundle Version ~1.3
hautelook/templated-uri-bundle Version ~1.0 | ~2.0
doctrine/dbal Version ~2.5@rc
doctrine/doctrine-bundle Version ~1.3@beta
symfony/expression-language Version ~2.4
sensio/framework-extra-bundle Version ~3.0
leafo/scssphp Version ~0.6.0
doctrine/orm Version ~2.2,>=2.2.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 mclone/ez5-project-bootstrap contains the following files

Loading the files please wait ....