I have a Symfony (v4.3) website which integrates a blog. I decided to use wordpress for the blogging part of the site, so I had setup wordpress into a "/public/blog" folder in my Symfony architecture. The blog works as expected, however I want to display the X last posts of my blog into my Symfony pages, I found some bundles like: https://github.com/ExtremeSensio/EasyWordpressBundle . But they working with symfony 2 or 3 only... Does someone have an idea or already do that on his side?
Thanks in advanced.