3xw / cakephp-clockify
There is no license information available for the latest version (4.0.2) of this package.
CakePHP pages plugins
4.0.2
2025-01-09 07:55 UTC
Requires
- php: >=7.1
- cakephp/cakephp: ^4.0
- muffin/webservice: dev-master
Requires (Dev)
README
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);