doctrine-filter VS FOSRestBundle

Compare doctrine-filter vs FOSRestBundle and see what are their differences.

doctrine-filter

Quickly add advanced filtering and sorting capabilities to resources in APIs or Web apps that use Doctrine. (by maldoinc)

FOSRestBundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony (by FriendsOfSymfony)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
doctrine-filter FOSRestBundle
2 2
56 2,786
- 0.2%
0.0 5.9
14 days ago 12 days 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.

doctrine-filter

Posts with mentions or reviews of doctrine-filter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-24.

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
    2 projects | /r/codehunter | 17 Oct 2022
    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
    2 projects | /r/symfony | 10 Sep 2022
    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 doctrine-filter and FOSRestBundle you can also consider the following projects:

php-ddd-example - 🐘🎯 Hexagonal Architecture + DDD + CQRS in PHP using Symfony 6

API Platform - Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time.

graphql-doctrine - Automatic GraphQL types from Doctrine entities

NelmioCorsBundle - Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony application

LexikFormFilterBundle - This Symfony bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.

Symfony - The Symfony PHP framework

symfony-rest-sample - Symfony REST Example

Sylius - Open Source eCommerce Framework on Symfony

Doctrine Extensions - Doctrine2 behavioral extensions, Translatable, Sluggable, Tree-NestedSet, Timestampable, Loggable, Sortable

core - The server component of API Platform: hypermedia and GraphQL APIs in minutes

DoctrineMigrationsBundle - Symfony integration for the doctrine/migrations library