mirko-pagliai/cakephp-tokens

This package is abandoned and no longer maintained. No replacement package was suggested.

A plugin to handle tokens for CakePHP

Fund package maintenance!
paypal.me/mirkopagliai

Installs: 25 707

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:cakephp-plugin

1.3.6 2023-02-01 17:33 UTC

This package is auto-updated.

Last update: 2023-12-22 13:25:19 UTC


README

Software License CI Coverage Status Codacy Badge CodeFactor

Tokens is a CakePHP plugin to allows you to handle tokens.

Did you like this plugin? Its development requires a lot of time for me. Please consider the possibility of making a donation: even a coffee is enough! Thank you.

Make a donation

Installation

You can install the plugin via composer:

$ composer require --prefer-dist mirko-pagliai/cakephp-tokens

Then you have to load the plugin. For more information on how to load the plugin, please refer to the Cookbook.

Simply, you can execute the shell command to enable the plugin:

bin/cake plugin load Tokens

This would update your application's bootstrap method.

Configuration

The plugin uses some configuration parameters and you can set them using the \Cake\Core\Configure class, before loading the plugin.

For example, you can do this at the bottom of the file APP/config/app.php of your application.

Versioning

For transparency and insight into our release cycle and to maintain backward compatibility, Tokens will be maintained under the Semantic Versioning guidelines.