Plugin that tests out using Doctrine with WordPress by building a simple todo list.
Generate table data in the database: bin/doctrine orm:schema-tool:update --force --dump-sql
Create a page and add the [todo_items] shortcode to render the todo items functionality.