PHPackages                             aplia/starter-bootstrap - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. aplia/starter-bootstrap

ActiveLibrary[Framework](/categories/framework)

aplia/starter-bootstrap
=======================

Common code for bootstrapping eZ publish projects

v1.14(5y ago)0452MITPHPPHP &gt;=5.3

Since Aug 19Pushed 5y ago4 watchersCompare

[ Source](https://github.com/Aplia/starter-bootstrap)[ Packagist](https://packagist.org/packages/aplia/starter-bootstrap)[ Docs](https://github.com/Aplia/starter-bootstrap)[ RSS](/packages/aplia-starter-bootstrap/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (7)Versions (59)Used By (0)

Aplia Starter Bootstrap
=======================

[](#aplia-starter-bootstrap)

This package contains common code for bootstrapping eZ publish as it is used in Starter projects. It sets up necessary global variables, loads the Composer autoloader and installs an error handler.

It does not however start the eZ publish kernel, instead this bootstrap system should be included in the `config.php` file as part of the project.

[![Latest Stable Version](https://camo.githubusercontent.com/554771c2ab4e49ba94f0c1f9d23991df9b7dca560232051261da1d7c3cd5b5ef/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61706c69612f737461727465722d626f6f7473747261702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/aplia/starter-bootstrap)[![Minimum PHP Version](https://camo.githubusercontent.com/b3f29eb7882d2bf523390e9982827e9d2d3a4f74266ca923b512e5d02b9e4011/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230352e332d3838393242462e7376673f7374796c653d666c61742d737175617265)](https://php.net/)

Installation
------------

[](#installation)

Add this package to the project by running:

```
composer require aplia/starter-bootstrap
```

Then add the following lines to `config.php`:

```
