https://github.com/nicwortel/symfony-skeleton
Opiniated Symfony skeleton implementing hexagonal architecture, BDD, and Docker. Usage: composer create-project nicwortel/symfony-skeleton <app-name>
https://github.com/nicwortel/symfony-skeleton
docker hexagonal-architecture symfony symfony-skeleton
Last synced: 2 months ago
JSON representation
Opiniated Symfony skeleton implementing hexagonal architecture, BDD, and Docker. Usage: composer create-project nicwortel/symfony-skeleton <app-name>
- Host: GitHub
- URL: https://github.com/nicwortel/symfony-skeleton
- Owner: nicwortel
- Created: 2017-10-04T09:54:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-06T10:51:37.000Z (almost 4 years ago)
- Last Synced: 2025-09-27T12:36:33.462Z (6 months ago)
- Topics: docker, hexagonal-architecture, symfony, symfony-skeleton
- Language: PHP
- Homepage:
- Size: 148 KB
- Stars: 28
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project name
A short description of your project.
## Prerequisites
- [PHP](https://secure.php.net/manual/en/install.php)
- [Composer](https://getcomposer.org/doc/00-intro.md)
- [GNU Make](https://www.gnu.org/software/make/)
- [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/)
## Getting started
Run `make` to install dependencies.
### Running the tests
Run `make check` to execute all available tests.
## Building the Docker image
Run `docker-compose build` to build the Docker image.