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
- Host: GitHub
- URL: https://github.com/tysonandre/phanxmlphpplugin
- Owner: TysonAndre
- Created: 2020-03-20T20:02:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T17:54:36.000Z (about 6 years ago)
- Last Synced: 2025-01-25T18:31:09.305Z (over 1 year ago)
- Topics: phan, phan-plugin, php, xml
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.