Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ushurbakiyevdavlat/symfonyguestbook
Guest book with Symfony 6.2
https://github.com/ushurbakiyevdavlat/symfonyguestbook
php82-docker platformsh slack-api symfony
Last synced: about 1 month ago
JSON representation
Guest book with Symfony 6.2
- Host: GitHub
- URL: https://github.com/ushurbakiyevdavlat/symfonyguestbook
- Owner: UshurbakiyevDavlat
- Created: 2024-03-26T09:47:08.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-24T11:49:19.000Z (8 months ago)
- Last Synced: 2024-04-24T15:11:52.492Z (8 months ago)
- Topics: php82-docker, platformsh, slack-api, symfony
- Language: PHP
- Homepage:
- Size: 6.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Symfony application for guestbook
### Stack
- Client side (SSR,SPA)
- Admin side (EasyAdmin, default Auth)
- RestAPI (OpenAPI resources)
- Symfony cli
- Postgres 16
- Mailpit
- Cordova
- Preact on SPA
- Webpack and webpack encore
- Bootstrap5
- Redis
- RabbitMQ
- Blackfire### Functionality
- Notifications with Slack and Mail channels
- Commands with cron, comment cleanup and git step
- Unit and Functional tests (data fixtures)
- Conference entity listener (computes slug)
- Messages and message handler
- Comment state machine
- Image Resizer service
- Spam checker service
- Caching with local esi strategy
- Inner forms
- Twig template
- Vault secret keeping
- Doctrine auto mapping
- Async bus messaging
- Makefile
- Redis connection
- RabbitMQ connection
- Blackfire profiling
- Blackbox tests## Cloud
- Deploy on platform.sh
- Varnish caching strategy## Problems that have left to do
- Deploying spa on platform sh cloud (node build problem)
- Building cordova application## Things that need to touch
- symfony internals blackfire
- symfony internals xdebug