2017 © Pedro Peláez
 

wordpress-plugin phpdoc-parser

Static code parser for WordPress source.

image

wordpress/phpdoc-parser

Static code parser for WordPress source.

  • Saturday, January 13, 2018
  • by DrewAPicture
  • Repository
  • 28 Watchers
  • 156 Stars
  • 185 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 55 Forks
  • 38 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

WP Parser

WP-Parser is the parser for creating the new code reference at developer.wordpress.org. It parses the inline documentation and produces custom post type entries in WordPress., (*1)

We are currently looking for contributors to help us complete the work on the parser., (*2)

There is a guide to developing for developer.wordpress.org in the WordPress documentation handbook, (*3)

Requirements

Clone the repository into your WordPress plugins directory:, (*4)

git clone https://github.com/WordPress/phpdoc-parser.git

After that install the dependencies using composer in the parser directory:, (*5)

composer install

Running

Activate the plugin first:, (*6)

wp plugin activate phpdoc-parser

In your site's directory:, (*7)

wp parser create /path/to/source/code --user=<id|login>

The Versions

03/02 2013

dev-phpdocumentor-reflection

dev-phpdocumentor-reflection

  Sources   Download

The Requires