WordPress-Plugin-Boilerplate-Powered
WordPress-Plugin-Boilerplate-Powered copied to clipboard
[Library] BerlinDB
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
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
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
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.