ATK Data
Idiorm
| ATK Data | Idiorm | |
|---|---|---|
| 1 | 2 | |
| 281 | 1,986 | |
| 0.0% | 0.0% | |
| 8.2 | 0.0 | |
| 6 days ago | about 2 years ago | |
| PHP | PHP | |
| MIT License | BSD 2-clause NetBSD License |
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
-
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.
Idiorm
-
Happy 20th Birthday, Django
Laravel’s ORM was originally inspired by my now-long-dead PHP projects Idiorm and Paris:
https://laravelpodcast.com/episodes/c7807d42/transcript (Search for “Paris” to find the relevant section)
https://github.com/j4mie/idiorm
https://github.com/j4mie/paris
Idiorm was started in early 2010 while I was still writing PHP professionally. I’d heard about Django from a talk @simonw gave at the FlashBrighton meet-up group in 2009 and immediately fell in love. Idiorm and Paris, although not direct attempts to duplicate Django’s ORM, absolutely came from frustration that such an elegant ORM and query builder didn’t exist in the PHP world.
So in a roundabout way, Laravel’s ORM was absolutely inspired by Django.
As a side note, I’m still doing Django 16 years later and love it more than ever.
-
Looking for suggestions for ActiveRecord-like ORM class
For simple stuff I normally use idiorm https://github.com/j4mie/idiorm
What are some alternatives?
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)
LazyRecord - The fast ORM for PHP. (This is a history repo, please visit maghead/maghead)
RedBean - ORM layer that creates models, config and database on the fly
Doctrine Extensions - Doctrine2 behavioral extensions, Translatable, Sluggable, Tree-NestedSet, Timestampable, Loggable, Sortable