mk2 / installer_webapps
Next PHP Framework 'mark2' install packeage.(Web Application Full Version)
Requires
- php: >=5.4.0
- mk2/backpack_auth: >=1.0.0
- mk2/backpack_cache: >=1.0.0
- mk2/backpack_cookie: >=1.0.0
- mk2/backpack_encrypt: >=1.0.0
- mk2/backpack_encryptrsa: >=1.0.0
- mk2/backpack_log: >=1.0.0
- mk2/backpack_session: >=1.0.0
- mk2/backpack_token: >=1.0.0
- mk2/libraries: >=1.0.0
- mk2/orm: >=1.0.0
- mk2/ui_form: >=1.0.0
- mk2/ui_html: >=1.0.0
- mk2/validator: >=1.0.0
This package is auto-updated.
Last update: 2025-04-05 17:57:14 UTC
README
MVC compliant PHP framework "Mk2" dedicated installer. This installer is for the Web system only (the backyard, API, and front end are prepared in advance).
# Description
This is a dedicated installer when using Mk2.
You can prepare the framework library set and necessary source files by executing the following command on the terminal where Composer is installed.
composer create-project mk2/installer_webapps
# Mk2 VS. Other PHP frameworks
- Operates at high speed.
- Simple structure.
- Complies with MVC conventions.
- Equipped with OR mapping (OR mapper requires separate "Mk2-ORM" package installation).
- Equipped with module function.
- There is also a reference https://www.mk2-php.com/.
- Made in Japan
# Requirement
The following packages will be installed at the same time with the following command.
composer create-project mk2/installer_webapps
- mk2/libraries
- mk2/orm
- mk2/validator
- mk2/backpack_log
- mk2/backpack_encrypt
- mk2/backpack_encryptrsa
- mk2/backpack_cache
- mk2/backpack_session
- mk2/backpack_cookie
- mk2/backpack_token
- mk2/backpack_auth
- mk2/ui_form
- mk2/ui_html
# Usage
The documentation is available below.
Please refer to that.
# Install
If you need to install it separately,
Install by executing the following command on the terminal where Composer is installed.
composer require mk2/installer_webapps
- Since
config/database.php
is not attached at the initial stage,
Copy theconfig/database.php.default
file and install it.
# Contribution
Currently under consideration.