Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.
/ php-project Public archive

Symfony backend boilerplate.

Notifications You must be signed in to change notification settings

soprun/php-project

Repository files navigation

This is an experimental project, don't use it in production.

PHP Composer Code Inspector

Getting started

...

https://github.com/webdevops/php-docker-boilerplate

Build Development

# Symfony CLI
# curl -LsS https://get.symfony.com/cli/installer | bash; \
# mv /root/.symfony/bin/symfony /usr/local/bin/symfony; \
# https://github.com/paratestphp/paratest
# composer global require "brianium/paratest" --no-progress; \

Build Production

...

Introduction ...

Installation ...

Deploying application ...

Continuous integration ...

Delivery ...

Kubernetes Deployment ...

To-do list

  • check: FROM alpine:edge
# ENV TIMEZONE UTC
# ENV PHP_MEMORY_LIMIT 1024M
# ENV MAX_UPLOAD 128M
# ENV PHP_MAX_FILE_UPLOAD 128
# ENV PHP_MAX_POST 128M</blockquote>
#RUN \
#  curl --location --output /usr/local/bin/composer https://getcomposer.org/composer-stable.phar &> /dev/null && \
#  curl --location --output /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.phar &> /dev/null
#   chmod +x /usr/local/bin/composer \
#   chmod +x /usr/local/bin/phpunit
#   mkdir -p "$COMPOSER_HOME" \
#   mkdir -p "$COMPOSER_CACHE_DIR"