threadi/easy-directory-listing-for-wordpress

Provides a react-driven directory listing for WordPress plugins and themes.

Maintainers

Package info

github.com/threadi/easy-directory-listing-for-wordpress

pkg:composer/threadi/easy-directory-listing-for-wordpress

Statistics

Installs: 425

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

4.1.0 2026-04-26 12:53 UTC

This package is auto-updated.

Last update: 2026-04-26 12:58:36 UTC


README

Requirements

  • composer to install this package.
  • npm to compile the scripts.
  • WordPress-plugin, theme or Code Snippet-plugin to embed them in your project.

Installation

  1. composer require threadi/easy-directory-listing-for-wordpress
  2. Switch to vendor/thread/easy-directory-listing-for-wordpress
  3. Run npm i to install dependencies.
  4. Run npm run build to compile the scripts.
  5. Add the codes from doc/embed.php to your WordPress-project (plugin or theme).

Check for WordPress Coding Standards

Initialize

composer install

Run

vendor/bin/phpcs --standard=ruleset.xml .

Repair

vendor/bin/phpcbf --standard=ruleset.xml .

Analyse with PHPStan

vendor/bin/phpstan analyse