PHPackages                             versh23/manticore-bundle - 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. [Database &amp; ORM](/categories/database)
4. /
5. versh23/manticore-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

versh23/manticore-bundle
========================

Manticore PHP integration for your Symfony project using Manticore and Doctrine ORM

v0.0.3(6y ago)2362MITPHPPHP ^7.1

Since Feb 13Pushed 5y ago2 watchersCompare

[ Source](https://github.com/versh23/manticore-bundle)[ Packagist](https://packagist.org/packages/versh23/manticore-bundle)[ RSS](/packages/versh23-manticore-bundle/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (4)Dependencies (15)Versions (6)Used By (0)

manticore-bundle
================

[](#manticore-bundle)

[![Build Status](https://camo.githubusercontent.com/5c5e2818ad3bac8bb3f84d13a754e2f9311b0d2bde78284429d33ffaa6d75920/68747470733a2f2f7472617669732d63692e636f6d2f766572736832332f6d616e7469636f72652d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/versh23/manticore-bundle)

Installation
============

[](#installation)

This bundle should to be installed with [Composer](https://getcomposer.org)The process vary slightly depending on if your application uses Symfony Flex or not.

Following instructions assume you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
composer require versh23/manticore-bundle
```

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
composer require versh23/manticore-bundle
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
