tareq1988 / wp-eloquent

Eloquent ORM for WordPress
https://tareq.co/2015/05/eloquent-orm-in-wordpress/
566 stars 135 forks source link

this project is abandoned :( what next? discussion #86

Open kevinjavitz opened 1 year ago

kevinjavitz commented 1 year ago

obviously this project has been abandoned, so what is best to use? Here is a list I compiled

https://github.com/berlindb/core used by easy digital downloads most starred and active, but few docs

https://github.com/rjjakes/wordpress-orm

https://github.com/as247/wp-eloquent

https://github.com/sultann/wp-query-builder

https://github.com/stellarwp/db enhances wpdb class used by give wp plugin

https://github.com/snicco/better-wpdb

https://github.com/mehedimi/wp-query-builder

brucevdkooij commented 1 year ago

Thanks for that. Though I'm not sure if it really maters that it's abandoned. At least not to me as it still works. In fact, I just updated it locally to work with illuminate/database 8. (instead of 5.)

craigrileyuk commented 1 year ago

I'm using https://github.com/as247/wp-eloquent and it's working great so far. Even managed to get custom casts working which is perfect for dealing with stuff like Options.

jcroucher commented 1 year ago

Thanks for that. Though I'm not sure if it really maters that it's abandoned. At least not to me as it still works. In fact, I just updated it locally to work with illuminate/database 8. (instead of 5.)

Do you have a fork for this?