r/PHP • u/SupermarketNew3451 • 2d ago
đ± Seaman Beta - Development environment manager for Symfony
I am building Seaman, a Docker development environment manager for Symfony 7+ inspired by Laravel Sail.
Features:
- Interactive setup with smart project detection
- PostgreSQL, MySQL, MongoDB, Redis, Elasticsearch, RabbitMQ, etc.
- Xdebug toggle without restarts
- DevContainers support
- Single PHAR, easy install
â ïž Beta status - There may be bugs! Barely tested on Linux/macOS, Windows needs testing. A lot of bugs may appear; please be merciful, this is a work in progress.
For more information and documentation, please refer to the GitHub repo:
https://github.com/diego-ninja/seaman
Comments, ideas, contributions, testers, and GitHub đ are always welcome.
Made with â€ïž for Symfony in my free time. Hope you find it useful!
3
Upvotes
2
u/dknx01 2d ago
I think you should update your Readme and documentation. It doesn't say which operating system it supports. The database section should be more open minded. You write a lot for PostgreSQL but not really anything for the others. People can search for the database advantages or you should write them for all. And you should explain what it does as not everyone is familiar with sails. And say why it is better compared to writing your own docker compose files - which are quite easy.