qybercom / quark-app
A project template for PHP projects based on Quark framework
Requires
- qybercom/quark: dev-master
This package is auto-updated.
Last update: 2026-04-12 02:47:04 UTC
README
This is a sample application of the Quark-based project. It can be easily used in different ways:
- Cloning of this repository then connecting it with
Quarkframework by specifying its location inloader.phpfile. - Downloading this repository with same further steps
- Using the
composer create-project qybercom/quark-appcommand
For first two options please refer to Quark README
Docker
This repository is equipped with ready-to-use Dockerfile, docker-compose.yml and some other DevOps configs. You can change them to fit for your purposes (adding/removing packages, setting listening ports, PHP and NginX configuration options).
Please note that
./runtimedirectory is excluded in the.dockerignorefor letting users link actual config files by orchestration mechanisms (such asdocker-composeorKubernetes). the./.devops/docker/filesystem/app/runtimedirectory is useful for storing and linking of the default or common application settings