3xw/cakephp-clockify

There is no license information available for the latest version (4.0.1) of this package.

CakePHP pages plugins

Installs: 40

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:cakephp-plugin

4.0.1 2022-01-27 08:01 UTC

This package is auto-updated.

Last update: 2024-04-10 19:30:56 UTC


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