dereuromark/cakephp-ide-helper-extra

Tasks/Addons for CakePHP IdeHelper plugin

Installs: 11 187

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 1

Open Issues: 1

Language:SCSS

Type:cakephp-plugin

0.2.0 2023-09-28 18:02 UTC

This package is auto-updated.

Last update: 2024-04-19 10:51:00 UTC


README

CI Coverage Status Latest Stable Version Minimum PHP Version License Total Downloads

IdeHelperExtra plugin for CakePHP applications.

This branch is for use with CakePHP 5.0+. For details see version map.

Features

Supports IDE autocomplete/typehinting of (magic)strings as well as return types/values for:

  • Tools plugin
    • IconHelper::render() and FontAwesome v4/v5/v6 or Bootstrap icons
  • Authentication plugin
    • AuthenticationService::loadIdentifier()
  • ... and more (using PHPStorm meta file)

See IdeHelper Wiki for details and tips/settings.

You can submit your own tasks either inside your plugin or here as extra.

Plugins with already included tasks and more

See https://github.com/dereuromark/cakephp-ide-helper/#plugins-with-meta-file-generator-tasks

When to put addons in this plugin

The addons in this plugin aim to decouple the IdeHelper and other plugins. The dependency even as require-dev can sometimes not be desired. So whenever you want to have the dependency not part of it, you can ask to put things here or make your own addon plugin of sorts.

Install, Setup, Usage, Contribution

See the Docs for details.