srokap / code_review
Elgg plugin that analyzes plugins code and provides basic information on code quality, compatibility and structure.
Installs: 5 011
Dependents: 2
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 6
Open Issues: 7
Type:elgg-plugin
Requires
- php: >=5.3
- composer/installers: >=1.0.8
Requires (Dev)
- phpunit/phpunit: ~4.1
This package is not auto-updated.
Last update: 2024-11-01 22:54:44 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.