Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 693 Bytes

Installation.md

File metadata and controls

32 lines (20 loc) · 693 Bytes

Installation

Requirements

  • PHP >= 7.0
  • CakePHP 3.7+

CakePHP Version Support

This version of the plugin supports CakePHP 3.x only.

Installation via composer

First, require the package through Composer:

composer require orca-services/cakephp-heartbeat

Then load the plugin in your application as documented in the section Loading a Plugin in the CakePHP CookBook.

Installation alternatives

Refer to the CakePHP CookBook section Manually Installing a Plugin.


Back to the Documentation.