PHPackages                             adminaut/adminaut - 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. adminaut/adminaut

ActiveLibrary[Database &amp; ORM](/categories/database)

adminaut/adminaut
=================

Adminaut is the open-source platform for rapid development of PHP applications with the automatic construction of administration backend. It's built on the top of PHP, Zend Framework, Doctrine ORM and other frameworks.

0.45.5(2y ago)87112MITHTMLPHP ^5.6 || ^7.0

Since Apr 12Pushed 2y ago5 watchersCompare

[ Source](https://github.com/adminaut/adminaut)[ Packagist](https://packagist.org/packages/adminaut/adminaut)[ Docs](https://github.com/adminaut/adminaut)[ RSS](/packages/adminaut-adminaut/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (10)Dependencies (26)Versions (64)Used By (0)

Adminaut
========

[](#adminaut)

[![Crowdin](https://camo.githubusercontent.com/28b47dfca6387c6ced840872eac5be71ad585e8ca9fa7c0e0073a920b225354f/68747470733a2f2f64333232637174353834626f346f2e636c6f756466726f6e742e6e65742f61646d696e6175742f6c6f63616c697a65642e737667)](https://crowdin.com/project/adminaut)[![Packagist](https://camo.githubusercontent.com/a449321aa5a4d79385ed430b661b2901b96209bd14106c63e5bb06cc0078976a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61646d696e6175742f61646d696e6175742e737667)](https://packagist.org/packages/adminaut/adminaut)[![License](https://camo.githubusercontent.com/e498eead712d82d9ee1af0a4850acd2e46ea48c48fb9ce5a3d2ab64f28f95b34/687474703a2f2f696d672e736869656c64732e696f2f3a6c6963656e73652d6d69742d626c75652e737667)](http://doge.mit-license.org)

Description
-----------

[](#description)

Adminaut is the open-source platform for rapid development of PHP applications with the automatic construction of administration backend.

It's built on the top of [PHP](https://secure.php.net/), [Zend Framework](https://framework.zend.com/), [Doctrine ORM](http://www.doctrine-project.org/projects/orm.html) and other frameworks.

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

[](#installation)

### 1. Install with Composer

[](#1-install-with-composer)

Install the latest stable version with Composer:

```
composer require adminaut/adminaut
```

Or install the latest develop version with Composer:

```
composer require adminaut/adminaut:dev-develop
```

Or install manually by adding value `"adminaut/adminaut": "dev-master"` into `composer.json` file to `"require"` object and running command:

```
composer install
```

### 2. Enable module in your application

[](#2-enable-module-in-your-application)

Composer should automatically enable `Adminaut` module and other required modules during installation.

In case it does not, you can enable module manually by adding values to array in file `config/modules.config.php`. At the end, it should look like PHP array below.

```
