mk2/libraries

Next PHP Framework 'Mark2' Core library.

1.0.8 2021-07-22 14:50 UTC

This package is auto-updated.

Last update: 2024-05-05 12:51:19 UTC


README

Core library package of MVC compliant PHP framework "Mk2".

# Description

This is the core library required when using Mk2.

This package will not be used alone.
Please install the Mk2 installer package to use it.

You can install it from the installer with Composer.
This package and other minimum required packages will be installed automatically.

composer create-project mk2/installer

# 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

Please also install the following packages at a minimum.

# Usage

The documentation is available below.
Please refer to that.

https://www.mk2-php.com/

# Install

If you need to install it separately,
Install by executing the following command on the terminal where Composer is installed.

composer require mk2/libraries

# Contribution

Currently under consideration.

# Licence

# Author

Nakajima Satoru