Download the PHP package mirko-pagliai/me-tools without Composer
On this page you can find all versions of the php package mirko-pagliai/me-tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mirko-pagliai/me-tools
More information about mirko-pagliai/me-tools
Files in mirko-pagliai/me-tools
Package me-tools
Short Description MeTools plugin for CakePHP
License MIT
Homepage https://github.com/mirko-pagliai/me-tools
Informations about the package me-tools
MeTools
MeTools is a CakePHP plugin to improve applications development. It provides some useful tools, such as components, helpers and javascript libraries. Refer to our API to discover them all.
Installation
You can install the plugin via composer:
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:
This would update your application's bootstrap method.
Installation on older CakePHP and PHP versions
Recent packages and the master branch require at least CakePHP 4.2 and PHP 7.4 and the current development of the code is based on these and later versions of CakePHP and PHP. However, there are still some branches compatible with previous versions of CakePHP and PHP.
For PHP 7.2 or later
The php7.2 branch requires at least PHP 7.2.
In this case, you can install the package as well:
Note that the php7.2
branch will no longer be updated as of May 13, 2022,
except for security patches, and it matches the 2.20.9 version.
Use the theme for Bake
MeTools includes a theme for Bake. For information on Bake's themes, refer to the CookBook.
If you want to use this theme, don't forget to use the --theme MeTools
option when you Bake, or to set the theme as default:
How to extract POT files
First, copy the CakePHP binaries (at least bin/cake
and bin/cake.php
),
adapting bin/cake.php
to the plugin.
For example, it might look like this:
Then run the extract command in the console:
Versioning
For transparency and insight into our release cycle and to maintain backward compatibility, MeTools will be maintained under the Semantic Versioning guidelines.
All versions of me-tools with dependencies
ext-json Version *
cakephp/cakephp Version ^4.5
mirko-pagliai/php-tools Version ~1.7.4|~1.8.1