Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weierophinney/mwop.net
Source code behind mwop.net
https://github.com/weierophinney/mwop.net
Last synced: 3 days ago
JSON representation
Source code behind mwop.net
- Host: GitHub
- URL: https://github.com/weierophinney/mwop.net
- Owner: weierophinney
- License: bsd-2-clause
- Created: 2012-10-07T21:16:05.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T21:43:05.000Z (11 months ago)
- Last Synced: 2024-12-16T06:02:59.158Z (7 days ago)
- Language: PHP
- Size: 146 MB
- Stars: 56
- Watchers: 13
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
mwop.net
========This is the code behind mwop.net.
It is built on:
- [Mezzio](https://docs.mezzio.dev/) - 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](http://platesphp.com) for templating.
- [mezzio/mezzio-session-cache](https://docs.mezzio.dev/mezzio-session-cache/) for managing sessions.
- [laminas-paginator](https://docs.laminas.dev/laminas-paginator/) and [laminas-feed](https://docs.laminas.dev/laminas-feed/) for implementing several features of the blog.
- [laminas-cli](https://docs.laminas.dev/laminas-cli/) for implementing console commands for the site.
- [phly-redis-task-queue](https://github.com/phly/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!