srokap/code_review

Elgg plugin that analyzes plugins code and provides basic information on code quality, compatibility and structure.

Installs: 5 008

Dependents: 2

Suggesters: 0

Security: 0

Stars: 6

Watchers: 2

Forks: 6

Open Issues: 7

Type:elgg-plugin

1.0.6 2016-05-15 21:04 UTC

This package is not auto-updated.

Last update: 2024-03-22 19:33:10 UTC


README

Plugin for PHP code analysis and refactoring of Elgg plugins.

Requirements

  • At the moment this plugin supports PHP >=5.3
  • This plugin uses PHP Reflection API and even though it's listed explicitly in plugin requirements, it's a module that's bundled with all usual PHP deployments. If you're not doing anything fancy, no worries.

Bugtracker

Please report all issues with this plugin itself on it's project page on github.

With issues found in analyzed plugins you should contact plugin author directly and give him all the details from analysis results.

Screenshots

Analysis

Deprecated list

Code fixing