An open API service indexing awesome lists of open source software.

https://github.com/tysonandre/phanxmlphpplugin

Demo plugin for checking XML configuration of PHP projects
https://github.com/tysonandre/phanxmlphpplugin

phan phan-plugin php xml

Last synced: about 1 year ago
JSON representation

Demo plugin for checking XML configuration of PHP projects

Awesome Lists containing this project

README

          

PhanXMLPHPPlugin
================

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

For example, when it sees an XML element containing `MyClass`,
it will warn if there is no class of the name `MyClass`, or if it sees something other than a class name.

See [tests/](tests/) for details on how to run this.