{"id":13405246,"url":"https://github.com/EasyCorp/EasyAdminBundle","last_synced_at":"2025-03-14T09:32:40.339Z","repository":{"id":25690223,"uuid":"29126334","full_name":"EasyCorp/EasyAdminBundle","owner":"EasyCorp","description":"EasyAdmin is a fast, beautiful and modern admin generator for Symfony applications.","archived":false,"fork":false,"pushed_at":"2024-10-21T17:36:25.000Z","size":41904,"stargazers_count":4062,"open_issues_count":564,"forks_count":1020,"subscribers_count":100,"default_branch":"4.x","last_synced_at":"2024-10-22T07:53:46.427Z","etag":null,"topics":["admin","backend","bundle","generator","hacktoberfest","php","symfony","symfony-bundle"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EasyCorp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["javiereguiluz"]}},"created_at":"2015-01-12T08:43:02.000Z","updated_at":"2024-10-21T17:36:29.000Z","dependencies_parsed_at":"2023-01-16T22:16:08.654Z","dependency_job_id":"a1e8905f-caab-4b4d-ab6a-4b1989690783","html_url":"https://github.com/EasyCorp/EasyAdminBundle","commit_stats":{"total_commits":4239,"total_committers":565,"mean_commits":7.502654867256637,"dds":0.3597546591177164,"last_synced_commit":"0df11873031cae66a4dbb364676805ccc58135fa"},"previous_names":[],"tags_count":293,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyCorp%2FEasyAdminBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyCorp%2FEasyAdminBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyCorp%2FEasyAdminBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyCorp%2FEasyAdminBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EasyCorp","download_url":"https://codeload.github.com/EasyCorp/EasyAdminBundle/tar.gz/refs/heads/4.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221454078,"owners_count":16824599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["admin","backend","bundle","generator","hacktoberfest","php","symfony","symfony-bundle"],"created_at":"2024-07-30T19:01:57.868Z","updated_at":"2025-03-14T09:32:40.327Z","avatar_url":"https://github.com/EasyCorp.png","language":"PHP","readme":"EasyAdmin\n=========\n\nEasyAdmin is a fast, beautiful and modern admin generator for Symfony applications.\n\n![EasyAdmin, a fast, beautiful and modern admin generator for Symfony applications](/doc/images/easyadmin-promo.jpg)\n\nInstallation\n------------\n\nEasyAdmin 4 requires PHP 8.0.2 or higher and Symfony 5.4 or higher. Run the\nfollowing command to install it in your application:\n\n```\n$ composer require easycorp/easyadmin-bundle\n```\n\nDocumentation\n-------------\n\n  * Read [EasyAdmin Docs][1] on the official Symfony website\n  * Check out the [EasyAdmin video tutorial][2] on SymfonyCasts\n\nVersions\n--------\n\n| Repository Branch | EasyAdmin Version | Symfony Compatibility  | PHP Compatibility | Status               | Docs\n| ----------------- | ----------------- | ---------------------- | ----------------- | -------------------- | ---\n| `4.x`             | `4.x`             | `5.4`, `6.x` and `7.x` | `8.0.2` or higher | New features and bug fixes | [Read Docs](https://symfony.com/bundles/EasyAdminBundle/4.x/index.html)\n| `3.x`             | `3.x`             | `4.4`, and `5.x`       | `7.2.5` or higher | Bug fixes only; no new features | [Read Docs](https://symfony.com/bundles/EasyAdminBundle/3.x/index.html)\n| `2.x`             | `2.x`             | `4.x`, and `5.x`       | `7.1.3` or higher | No longer maintained | [Read Docs](https://symfony.com/bundles/EasyAdminBundle/2.x/index.html)\n| `1.x`             | `1.x`             | `2.x`, `3.x` and `4.x` | `5.3.0` or higher | No longer maintained | -\n\nDemo Application\n----------------\n\n[easyadmin-demo](https://github.com/EasyCorp/easyadmin-demo) is a complete\nSymfony application that showcases EasyAdmin features. It's based on the\n[Symfony Demo](https://github.com/symfony/demo) project.\n\nDev Environment\n---------------\n\nEasyAdmin ships a DDEV environment, which allows you to run EasyAdmin in a Symfony Framework project\nproviding example entities and CRUD Controllers. \n\n**Requirements:**\n\n  * [Docker](https://www.docker.com/get-started/)\n  * [DDEV](https://ddev.com/get-started/)\n\n**Using the environment:**\n\n  * Checkout the EasyAdmin git repository and switch in the project directory\n  * Perform `ddev setup` which starts and provisions the web container\n  * EasyAdmin is available under the URL: https://easy-admin-bundle.ddev.site\n  * To (re-)build frontend assets perform `ddev build-assets`\n  * To run unit tests perform `ddev run-tests`\n\nLicense\n-------\n\nThis software is published under the [MIT License](LICENSE.md)\n\n[1]: https://symfony.com/doc/4.x/bundles/EasyAdminBundle/index.html\n[2]: https://symfonycasts.com/screencast/easyadminbundle\n","funding_links":["https://github.com/sponsors/javiereguiluz"],"categories":["PHP"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEasyCorp%2FEasyAdminBundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEasyCorp%2FEasyAdminBundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEasyCorp%2FEasyAdminBundle/lists"}