Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 416 Bytes

File metadata and controls

14 lines (8 loc) · 416 Bytes

cakephp-clockify plugin for CakePHP

This plugin allows you handle dealwith clickify as driver/webservice/endpoint

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require 3xw/cakephp-clickify

Load it in your src/Application.php

$this->addPlugin(\Trois\Clickify\Plugin::class);