Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

DenSul/symfony-roadrunner-skeleton

Repository files navigation

Symfony 5 + Roadrunner skeleton

build

It's my skeleton project.

Includes:

  • docker
  • Roadrunner
  • Github actions:
    • PHPStan
    • Magic numbers
    • PHP-CS
    • Composer validate
    • Run tests (WIP)

Commit message: [SKIP CI] ... disabled build app and run tests.

Getting Started

Just fork/clone this repository and start work!

Installing

Just dev-compose up -d

WEB:

http://127.0.0.1:9001
https://127.0.0.1:9002

Redis:

127.0.0.1:4004

PostgreSQL:

127.0.0.1:4005

Running the tests or other job.

# Fix code style
./bin/task check-code-style

# Validate composer configuration
./bin/task check-composer

# Validate no magic numbers
./bin/task check-magic-numbers

# PHPStan. Run locally
./bin/task phpstan

Just check Taskfile.yml.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository. And check CHANGELOG.yml.