qybercom / quark-app
A project template for PHP projects based on Quark framework
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:template
pkg:composer/qybercom/quark-app
Requires
- qybercom/quark: dev-master
This package is auto-updated.
Last update: 2025-10-12 01:29:25 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