2017 © Pedro Peláez
 

wordpress-plugin wp-parser

Static code parser for WordPress source.

image

rmccue/wp-parser

Static code parser for WordPress source.

  • Thursday, April 9, 2015
  • by rmccue
  • Repository
  • 20 Watchers
  • 100 Stars
  • 645 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 29 Forks
  • 28 Open issues
  • 2 Versions
  • 0 % 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