cakephp-ide-helper

IDE Helper plugin for CakePHP

MIT License

Downloads
1.5M
Stars
183
Committers
25
cakephp-ide-helper - 0.6

Published by dereuromark over 7 years ago

Improvements

  • Allow replacing of outdated $var annotations in templates instead of just adding or skipping.
  • Allow ignoring of template $var annotations replacing via description.
cakephp-ide-helper - 0.5

Published by dereuromark over 7 years ago

Improvements

  • Added component annotations for controllers incl. AppController.
  • Allow replacing of outdated annotations incl. method signature changes
  • Fixed template doc block merging.
cakephp-ide-helper - 0.4

Published by dereuromark over 7 years ago

Improvements

  • Allow skipping of template folders
  • Catch more exceptions to continue with warnings instead.
  • Better skipping of invalid files by default, e.g. dot files
  • Improved output, colors included for better visual feedback
cakephp-ide-helper - 0.3

Published by dereuromark over 7 years ago

Improvements

  • A diff output in verbose mode has been added. This is especially useful for -d (dry-run) mode.
  • Model associations are now more correctly resolved using the actual Table configuration.
cakephp-ide-helper - 0.2

Published by dereuromark over 7 years ago

Improvements

  • Adds proper table relations, now also works for chaining
  • Allows mixins for table behaviors
  • Fixes model annotations to be partially written
cakephp-ide-helper - First pre-release

Published by dereuromark over 7 years ago

Features

  • Add annotations to existing code (e.g. when upgrading an application) just like baking would to new code.
  • Can run multiple times without adding the annotations again.
  • Works with your application as well as any loaded plugin.
  • CI check support, can e.g. be run in Travis, CircleCI, Jenkins just like coding standards check.

Supported annotations by this plugin:

  • Models (Tables and Entities)
  • Controllers (including prefixes like Admin)
  • View (AppView)
  • Templates (.ctp files including elements)
  • Shells (and Tasks)
  • Components
  • Helpers
Package Rankings
Top 1.19% on Packagist.org
Badges
Extracted from project README
CI Coverage Status PHPStan Minimum PHP Version
Related Projects