2017 © Pedro Peláez
 

cakephp-plugin me-tools

MeTools plugin for CakePHP

image

mirko-pagliai/me-tools

MeTools plugin for CakePHP

  • Monday, July 30, 2018
  • by mirko-pagliai
  • Repository
  • 1 Watchers
  • 1 Stars
  • 7,779 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 74 Versions
  • 6 % Grown

The README.md

MeTools

Software License CI codecov Codacy Badge CodeFactor, (*1)

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., (*2)

Installation

You can install the plugin via composer:, (*3)

$ composer require --prefer-dist mirko-pagliai/me-tools

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

Simply, you can execute the shell command to enable the plugin:, (*5)

bin/cake plugin load MeTools

This would update your application's bootstrap method., (*6)

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., (*7)

For PHP 7.2 or later

The php7.2 branch requires at least PHP 7.2., (*8)

In this case, you can install the package as well:, (*9)

$ composer require --prefer-dist mirko-pagliai/me-tools:dev-php7.2

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., (*10)

Use the theme for Bake

MeTools includes a theme for Bake. For information on Bake's themes, refer to the CookBook., (*11)

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:, (*12)

<?php
// in src/Application::bootstrapCli() before loading the 'Bake' plugin.
Configure::write('Bake.theme', 'MeTools');

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., (*13)

For example, it might look like this:, (*14)

#!/usr/bin/php -q
<?php
declare(strict_types=1);

require_once dirname(__DIR__) . '/tests/bootstrap.php';

use App\Application;
use Cake\Console\CommandRunner;

// Build the runner with an application and root executable name.
$runner = new CommandRunner(new Application(APP . '/config'), 'cake');
exit($runner->run($argv));

Then run the extract command in the console:, (*15)

$ bin/cake i18n extract --paths config,src,templates --overwrite

Versioning

For transparency and insight into our release cycle and to maintain backward compatibility, MeTools will be maintained under the Semantic Versioning guidelines., (*16)

The Versions

16/11 2016

2.10.4

2.10.4.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

The Development Requires

by Mirko Pagliai

17/10 2016

2.10.3

2.10.3.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

The Development Requires

by Mirko Pagliai

22/09 2016

2.10.2

2.10.2.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

The Development Requires

by Mirko Pagliai

13/09 2016

2.10.1

2.10.1.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

The Development Requires

by Mirko Pagliai

07/09 2016

2.10.0

2.10.0.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

The Development Requires

by Mirko Pagliai

30/08 2016

2.9.1

2.9.1.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

The Development Requires

by Mirko Pagliai

29/08 2016

2.9.0

2.9.0.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

The Development Requires

by Mirko Pagliai

23/08 2016

2.8.0

2.8.0.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

05/08 2016

2.7.2

2.7.2.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

31/07 2016

2.7.1

2.7.1.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

26/07 2016

2.7.0

2.7.0.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

10/07 2016

2.6.7

2.6.7.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

06/07 2016

2.6.6

2.6.6.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

26/06 2016

2.6.5

2.6.5.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

11/06 2016

2.6.4

2.6.4.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

26/05 2016

2.6.3

2.6.3.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

20/05 2016

2.6.2

2.6.2.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

15/05 2016

2.6.1

2.6.1.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

11/04 2016

2.6.0

2.6.0.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

29/03 2016

2.5.2

2.5.2.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

16/03 2016

2.5.1

2.5.1.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

14/03 2016

2.5.0

2.5.0.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

06/03 2016

2.4.0

2.4.0.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

01/03 2016

2.3.0

2.3.0.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

22/02 2016

2.2.9

2.2.9.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

14/02 2016

2.2.8

2.2.8.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

09/02 2016

2.2.7

2.2.7.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

27/01 2016

2.2.6

2.2.6.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

26/01 2016

2.2.5

2.2.5.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

18/01 2016

2.2.4

2.2.4.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

13/01 2016

2.2.3

2.2.3.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

26/12 2015

2.2.2

2.2.2.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

13/12 2015

2.2.1

2.2.1.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

13/12 2015

2.2.0

2.2.0.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

11/11 2015

2.1.2

2.1.2.0 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

30/10 2015

2.1.1-RC3

2.1.1.0-RC3 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

18/10 2015
28/09 2015

2.0.1-RC1

2.0.1.0-RC1 https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai

02/09 2015

2.0.0-beta

2.0.0.0-beta https://github.com/mirko-pagliai/me-tools

MeTools plugin for CakePHP

  Sources   Download

AGPL

The Requires

 

by Mirko Pagliai