Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Php Ddd Example | 2,748 | 8 hours ago | 52 | PHP | ||||||
🐘🎯 Hexagonal Architecture + DDD + CQRS in PHP using Symfony 6 | ||||||||||
Symfony Docker | 2,056 | 14 hours ago | July 10, 2023 | 17 | Dockerfile | |||||
A Docker-based installer and runtime for Symfony. Install: download and `docker compose up`. | ||||||||||
Docker Symfony | 1,293 | 10 months ago | 9 | 0bsd | Dockerfile | |||||
Run a Symfony application using Docker & docker-compose | ||||||||||
Docker Symfony | 1,264 | 4 years ago | 38 | mit | Dockerfile | |||||
:whale: A docker multicontainer with NGINX, PHP7-FPM, MySQL and ELK (Elasticsearch Logstash and Kibana) | ||||||||||
Symfony 6 Es Cqrs Boilerplate | 1,023 | 3 days ago | 3 | mit | PHP | |||||
Symfony 6 DDD ES CQRS backend boilerplate. | ||||||||||
Thelia | 821 | 22 days ago | 66 | March 23, 2022 | 179 | gpl-3.0 | PHP | |||
Thelia is an open source tool for creating e-business websites and managing online content. Repo containing the new major version (v2) | ||||||||||
Docksal | 644 | 2 months ago | 156 | mit | Shell | |||||
Unified, Docker 🐳 powered web development environments for macOS, Windows, and Linux | ||||||||||
Coopcycle Web | 548 | 6 hours ago | 434 | other | PHP | |||||
Logistics & marketplace platform. Only for worker-owned business. | ||||||||||
Php Docker Boilerplate | 536 | 2 years ago | 24 | mit | JavaScript | |||||
:stew: PHP Docker Boilerplate for Symfony, Wordpress, Joomla or any other PHP Project (NGINX, Apache HTTPd, PHP-FPM, MySQL, Solr, Elasticsearch, Redis, FTP) | ||||||||||
Ddd Playground | 467 | 3 years ago | 6 | PHP | ||||||
Domain-Driven Design in a PHP project using Symfony |
This repository allows the creation of a Docker environment that meets Symfony requirements.
What you will find here is an environment designed to simplify the development workflow when working with a Symfony application. Thus, some services or configurations are not suitables for a production usage.
blackfire
: blackfire/blackfire:latest image (application profiling).maildev
: djfarrelly/maildev:latest (emails testing).nginx
: nginx:1.15-alpine custom image with HTTPS (web server).php
: php:7.2-fpm-alpine custom image with additional extensions and Composer.postgres
: postgres:10-alpine image (database).And more to come...
In order to make things more readable, and maintainable, the documentation has been migrated to the repository Wiki. Where you will find all details about the installation process along the available instructions for the day-to-day work.