Download the PHP package denosyscore/app without Composer
On this page you can find all versions of the php package denosyscore/app. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package app
denosyscore/app
DenoSys application skeleton for bootstrapping a new app with a minimal dependency surface.
Create a New Project
Dependency Model
The root app composer.json keeps dependencies minimal:
denosyscore/frameworkas the single framework dependency- all runtime framework components are installed transitively via
denosyscore/framework
After Install
What You Get
- HTTP and CLI entry points (
public/index.php,core) - Application bootstrap (
bootstrap/app.php) - Base app provider, controller, and user model
- Starter configuration in
config/ - Starter routes in
routes/web.php
Repository Workflows
CI: composer validation + PHP syntax checks on push/PRRelease: publish GitHub release on semantic tagsDependabot: weekly Composer dependency checks
All versions of app with dependencies
PHP Build Version
Package Version
The package denosyscore/app contains the following files
Loading the files please wait ...