EasyAdminBundle
EasyAdmin is a fast, beautiful and modern admin generator for Symfony applications. (by EasyCorp)
FOSRestBundle
This Bundle provides various tools to rapidly develop RESTful API's with Symfony (by FriendsOfSymfony)
| EasyAdminBundle | FOSRestBundle | |
|---|---|---|
| 8 | 2 | |
| 4,223 | 2,798 | |
| 0.5% | 0.0% | |
| 9.6 | 5.0 | |
| 7 days ago | about 1 year ago | |
| PHP | PHP | |
| MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
EasyAdminBundle
Posts with mentions or reviews of EasyAdminBundle. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-06-05.
- New in EasyAdmin: Custom Admin Routes
EasyAdmin lets you create CRUD-based backends with minimal setup: define your entities, add CRUD controllers, get a complete admin interface.
- How to Make ChatGPT Codex Work with PHP and Symfony
You can see a real-world example of the AGENTS.md file I use in one of my projects. As you run tasks, update this file continuously with new instructions to prevent Codex from making the same mistakes again.
- AssociationField with entity parameter in QueryBuilder
- Editor.js in Symfony EasyAdmin
Yesterday, I spoke about Editor.js. Today, I purpose an implementation for Symfony with EasyAdmin for a properties of type json on a Doctrine entity.
- Is Your CSS Logical?
The effort is well worth it, as this is a future-proof solution that ensures your website is accessible to everyone. For instance, the EasyAdmin project, which I'm involved in, has already updated its stylesheets to use logical properties.
- New in EasyAdmin: Pretty URLs
The most requested feature for EasyAdmin has just arrived in version 4.14.0.
- Is there any CRUD admin interface for Spring Boot?
Symfony Framework has EasyAdminBundle for example. Is there anything similar for Spring Boot to manage entities?
- EasyAdmin 3: Custom Batch/Bulk Actions
I've looked up for possible existent implementations, including some code of an existing issue on EasyAdminBundle github repo (this one) but changing the code inside the vendor part wouldn't do it for the immediate future.
FOSRestBundle
Posts with mentions or reviews of FOSRestBundle. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-17.
- CORS with Symfony, jQuery, FOSRestBundle and NelmioCorsBundle
nelmio\_cors: paths: "^/": allow\_credentials: true origin\_regex: true allow\_origin: - "^(https?://)?(back|api)\.mydomain.dev/?" allow\_headers: ['Origin','Accept','Content-Type'] allow\_methods: ['POST','GET','DELETE','PUT','OPTIONS'] max\_age: 3600 hosts: - "^(https?://)?(back|api)\.mydomain.dev/?" The controller used is extending FOSRestBundle's one, has some security (for example, cannot POST/PUT/DELETE when you don't have the correct role), can update objects and returns only JSON data (there is a listener for that).
- Controller ConstraintViolationListInterface
Searching the internet for FOSRestBundle ConstraintViolationListInterface yields useful documentation such as https://github.com/FriendsOfSymfony/FOSRestBundle/blob/3.x/Resources/doc/request_body_converter_listener.rst.
What are some alternatives?
When comparing EasyAdminBundle and FOSRestBundle you can also consider the following projects:
NelmioApiDocBundle - Generates documentation for your REST API from attributes
DoctrineMigrationsBundle - Symfony integration for the doctrine/migrations library
LiipImagineBundle - Symfony Bundle to assist in image manipulation using the imagine library
crud - A CakePHP CRUD (Create/Read/Update/Delete) services for your RESTful APIs controller actions using CakePHP's dependency injection container. [READ ONLY]
spring-boot-admin - Admin UI for administration of spring boot applications
NelmioCorsBundle - Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony application