Hello ! I'd like to propose a new PSR, whose goal is to standardize the way we query our data in PHP.
The idea came to me while developing a library to adapt the LINQ technology from C# to PHP. As the discussions went on, several of us developers realized that there was a lack of a standardized way to query our data. Each one has its own interface and way of doing things: Doctrine and its ORM is for example completely different in the way it is used than the Finder component of Symfony. It's after discussions about the latter that the idea came to propose these common interfaces (especially the second half of this comment <https://github.com/symfony/symfony/issues/46802#issuecomment-1170950720>). I created a pull-request for this PSR at this address: https://github.com/php-fig/fig-standards/pull/1284 You'll be able to see the 4 interfaces I propose for it. Looking forward for your feedback! Best, Alex -- You received this message because you are subscribed to the Google Groups "PHP Framework Interoperability Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to php-fig+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/php-fig/edfc51bc-89f8-4a91-a5e7-7ec0594757b6n%40googlegroups.com.