Skip to content

3xw/cakephp-clockify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);