ATK Data
Data Access PHP Framework for SQL & high-latency databases (by atk4)
Doctrine
Doctrine Object Relational Mapper (ORM) (by doctrine)
ATK Data | Doctrine | |
---|---|---|
1 | 14 | |
277 | 10,074 | |
0.0% | 0.2% | |
7.2 | 9.6 | |
about 18 hours ago | 4 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.
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.
ATK Data
Posts with mentions or reviews of ATK Data.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-07-07.
-
Hello Dev.to
Agile Data (https://github.com/atk4/data) implements an approach of DataSet abstractions - implemented in PHP. While it is similar to ORM in syntax - it operates on an entirely different level, allowing you to dynamically build multi-table queries, abstract away expression logic, and introduce extensions (such as soft-delete). All of that integrates into UI directly) making ATK a "low-code" framework that makes you write very little code.
Doctrine
Posts with mentions or reviews of Doctrine.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-05-28.
-
Building a Chatbot With Symfony and MongoDB
Perform the same steps for Doctrine ODM and Doctrine ORM documentations.
-
Bisecting vendors
If you compare 2.17.x with 2.16.x, you can see quite a few contributions, over a long period of time, and by many different people. Some of them are part of the Doctrine core team, some others are returning contributors, and a few made their very first contribution to that repository. They all do that on their spare time, sometimes after a long day of paid work, take vacations, have a family to take care of. The core team is subscribed to issues, but it's unlikely that contributors are.
-
postgres and doctrine - don't know where to put this default preference.
(ClassMetadataFactory.php:766 called by ClassMetadataFactory.php:625, https://github.com/doctrine/orm/issues/8893, package doctrine/orm)
-
Feedback on sfCon 2022
Next, I went to see Nicolas Grekas' talk about proxies: he presented different ways to implement a proxy system, and examples of each one that can be found in Symfony or Doctrine. Doctrine has an old implementation in doctrine/common that we are trying to get rid off, and Nicolas has proposed to replace those with Lazy Ghost proxies. I know, I know, funny name. 👻 Lazy ghost proxies cannot be used with final classes, or internal classes, but do allow to use a fluent API, which makes them a good fit for doctrine/orm entities.
-
Moving from Annotations to Attributes with Doctrine ORM
Also, since 2.13.0, you get validation at runtime. But it depends on the context I'd say. For instance, for the test suite of doctrine/orm, the best solution is Attributes IMO. When you're doing DDD, XML sounds great!
- Doctrine preUpdate event not triggered for empty association field.
-
Doctrine & Closed Manager : Showerthoughts
Solution 3 would be awesome but is far away. A closer term solution 4 could be to make the manager resettable.
-
PHP 8.1.0 has been tagged today!
It's tracked in this issue: https://github.com/doctrine/orm/issues/9021
-
Teaser: A php parser and company backend in emacs lisp
You're right, that one doesn't have type hints or phpdoc, I'm not quite sure why.. this one, which is installed in my vendor folder in the demo, does have phpdoc :)
-
Hoping for some experienced insight
Doctrine
What are some alternatives?
When comparing ATK Data and Doctrine you can also consider the following projects:
ProxyManager - 🎩✨🌈 OOP Proxy wrappers/utilities - generates and manages proxies of your objects
Eloquent - [READ ONLY] Subtree split of the Illuminate Database component (see laravel/framework)
Baum - Baum is an implementation of the Nested Set pattern for Laravel's Eloquent ORM.
RedBean - ORM layer that creates models, config and database on the fly
Idiorm - A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5.
Propel - Propel2 is an open-source high-performance Object-Relational Mapping (ORM) for modern PHP