Download the PHP package threadi/easy-directory-listing-for-wordpress without Composer
On this page you can find all versions of the php package threadi/easy-directory-listing-for-wordpress. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package easy-directory-listing-for-wordpress
Easy Directory Listing for WordPress
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 i
to install dependencies. - Run
npm run build
to compile the scripts. - 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 --extensions=php --ignore=*/vendor/*/vendor/*,*/node_modules/*,*/build/* --standard=ruleset.xml .
Repair
vendor/bin/phpcbf --extensions=php --ignore=*/vendor/*/vendor/*,*/node_modules/*,*/build/* --standard=ruleset.xml .
Check for WordPress VIP Coding Standards
Hint: this check runs against the VIP-GO-platform which is not our target for this plugin. Many warnings can be ignored.
Run
vendor/bin/phpcs --extensions=php --ignore=*/vendor/*/vendor/*,*/node_modules/* --standard=WordPress-VIP-Go .
All versions of easy-directory-listing-for-wordpress with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
The package threadi/easy-directory-listing-for-wordpress contains the following files
Loading the files please wait ....