Download the PHP package queencitycodefactory/app without Composer

On this page you can find all versions of the php package queencitycodefactory/app. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package app

Willetts Technology CakePHP Application Skeleton

Build Status PHPStan

A custom application skeleton for creating applications with CakePHP 5.x, enhanced with Willetts Technology's development tools and customizations.

This skeleton builds upon cakephp/app with additional features for streamlined development and deployment.

Tech Stack

Layer Technology
Framework CakePHP 5.3 (PHP 8.5+)
Database MySQL 8.4+
Web Server Nginx with PHP-FPM
Frontend Bootstrap 5.3 via ButterCream plugin
Icons Font Awesome 7 (CSS + webfonts)
JS Libraries Vanilla JS (no jQuery), TomSelect, Inputmask
Build Tool Gulp 5 (SCSS compilation, JS bundling, font installation)
Dev VM Multipass via Innkeeper
Provisioning Ansible playbooks (ansible/playbooks/development.yml)
Dev Services Memcached, Mailpit (email testing), Chrony, SSL (self-signed)

Custom Features & Enhancements

ButterCream Plugin

This skeleton includes QueenCityCodeFactory/butter-cream, a custom CakePHP plugin providing Bootstrap 5 integration and theme components.

Development Environment

Frontend Asset Pipeline

Custom JavaScript Modules

Pre-built JavaScript utilities in assets/app/js/:

Enums (src/Enum/)

PHP 8.5 native backed enums with a shared LabeledEnum interface and HasLabeledOptionsTrait trait:

Enums provide options() for Form select helpers, values() for inList() validation, and label()/color() for display.

Custom SCSS Components

Organized styles in assets/app/scss/:

Additional Configuration

The framework source code can be found here: cakephp/cakephp.

Quick Start

See docs/development-environment.md for full setup instructions.

  1. Clone this repository and configure:

  2. Launch the development environment:

  3. Install dependencies and build assets:

Frontend Assets

Build with Gulp:

Documentation

Configuration

Read and edit the environment specific config/app_local.php and set up the 'Datasources' and any other configuration relevant for your application. Other environment agnostic settings can be changed in config/app.php.

The layout includes:

Maintenance

Updating

Since this skeleton includes custom modifications on top of the upstream CakePHP/app, updates should be done carefully:

  1. Fetch the latest upstream changes:

  2. Review the changes before merging:

  3. Merge upstream changes:

  4. Test thoroughly, particularly:
    • Custom controller and view modifications
    • ButterCream plugin compatibility
    • Asset compilation
    • Ansible playbooks

Dependencies

Credits


All versions of app with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2
cakephp/cakephp Version 5.3.*
cakephp/migrations Version ^5.0
cakephp/plugin-installer Version ^2.0
mobiledetect/mobiledetectlib Version ^4.8.03
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package queencitycodefactory/app contains the following files

Loading the files please wait ...