Open source project to have a more powerful and secure API than the basic API in WordPress. The idea is to plug this project on WordPress data.
This project has as its skeleton: API Platform
composer install
php bin/console server:run
src/WordPressBundle/Entity
Example : @ORM\Table(name="wp_commentmeta"
by @ORM\Table(name="MYPREFIX_commentmeta"
php bin/console doctrine:schema:update --force
Running tests on an other database !
bin/behat