WPBP / WordPress-Plugin-Boilerplate-Powered

Wordpress Plugin Boilerplate but Powered with examples and a generator!
https://wpbp.github.io/
GNU General Public License v3.0
782 stars 116 forks source link

[Library] BerlinDB #200

Open jonathaf opened 2 years ago

jonathaf commented 2 years ago

It would be very interesting to integrate some ORM to this project, like Eloquente or Doctrine, it would be much more productive to develop for the WP, there is even a project that inspired me... https://github.com/steed/steed

Mte90 commented 2 years ago

It isn't a bad idea. Do you have any idea how? as the boilerplate focus is to have examples it is required to create a file with some tests on that with a specific library. I was thinking https://github.com/berlindb that now has also examples

Mte90 commented 2 years ago

I updated with a PR https://github.com/berlindb/wordpress-example. I think that I will create a new folder for those stuff and add examples on how to manipulate it with REST endpoints

Mte90 commented 2 years ago

Yesterday I worked on https://github.com/Mte90/BerlinDB-Rest/ and now is a PR https://github.com/berlindb/core/pull/150

Before to merge it I think that it's the case to wait to release a new boilerplate version. Also the generator is updated and works with the actual development version, so it is just enough to download the dev version of the generator.