threadi / easy-directory-listing-for-wordpress
Provides a react-driven directory listing for WordPress plugins and themes.
Package info
github.com/threadi/easy-directory-listing-for-wordpress
pkg:composer/threadi/easy-directory-listing-for-wordpress
4.1.2
2026-06-27 08:24 UTC
Requires
- php: ^8.0
- threadi/crypt-for-wordpress: ^2.0.1
Requires (Dev)
This package is auto-updated.
Last update: 2026-06-27 08:24:33 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
composer require threadi/easy-directory-listing-for-wordpress- Switch to
vendor/thread/easy-directory-listing-for-wordpress - Run
npm ito install dependencies. - Run
npm run buildto compile the scripts. - Add the codes from
doc/embed.phpto 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