This is the code behind mwop.net.
It is built on:
- Mezzio - The entire site consists of different middleware and handlers for accomplishing different tasks. These include a contact form, a blog, static pages, and webhooks.
- league/plates for templating.
- mezzio/mezzio-session-cache for managing sessions.
- laminas-paginator and laminas-feed for implementing several features of the blog.
- laminas-cli for implementing console commands for the site.
- phly-redis-task-queue for deferring tasks and running recurring jobs.
If you see bugs in the website, please feel free to provide a pull request!