Skip to content

Demo plugin for checking XML configuration of PHP projects

Notifications You must be signed in to change notification settings

TysonAndre/PhanXMLPHPPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhanXMLPHPPlugin

An example plugin to run checks of XML files referencing PHP elements.

For example, when it sees an XML element containing <class x="y">MyClass</class>, it will warn if there is no class of the name MyClass, or if it sees something other than a class name.

See tests/ for details on how to run this.

About

Demo plugin for checking XML configuration of PHP projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published