EasyAdmin
=========

EasyAdmin creates administration backends for your Symfony applications with
unprecedented simplicity.

![EasyAdmin Backend Screenshot](/doc/images/easyadmin-full-backend.png)

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

EasyAdmin 3 requires PHP 7.2 or higher and Symfony 4.4 or higher. Run the
following command to install it in your application:

```
$ composer require easycorp/easyadmin-bundle
```

Documentation
-------------

Read [EasyAdmin Docs][1] at the official Symfony website.

Versions
--------

* [1.x version](https://github.com/EasyCorp/EasyAdminBundle/tree/1.x): no longer
  maintained. Recommended only for legacy projects using a Symfony version prior to 4.1;
* [2.x version](https://github.com/EasyCorp/EasyAdminBundle/tree/2.x): the legacy
  version, which still fixes bugs but adds no new features. No longer recommended
  for new Symfony projects;
* [3.x version](https://github.com/EasyCorp/EasyAdminBundle/tree/master): the stable
  version recommended for all projects.

Demo Application
----------------

[easyadmin-demo](https://github.com/EasyCorp/easyadmin-demo) is a complete
Symfony application that showcases EasyAdmin features. It's based on the
[Symfony Demo](https://github.com/symfony/demo) project.

License
-------

This software is published under the [MIT License](LICENSE.md)

[1]: https://symfony.com/doc/master/bundles/EasyAdminBundle/index.html
