/symfony-php

A PHP Docker image including additional PHP extensions to run Symfony

Primary LanguageDockerfileMIT LicenseMIT

symfony-php

A PHP Docker image based on the official PHP Alpine image, and includes additional PHP extensions to run Symfony

Build Status

Please note that the image contains also Composer

Tags

Contributing

First, many thanks for your contributions, please note that this repository is for a PHP Docker image to run Symfony projects respecting their requirements . if you find any typo/misconfiguration, or just want to optimize more the workflow, please

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

TODO

  • Support other distributions and variants of PHP.
  • Add environment variables to customize the image.