threadi / easy-directory-listing-for-wordpress
3.0.1
2025-06-01 19:41 UTC
Requires
- php: ^8.0
Requires (Dev)
- automattic/vipwpcs: ^3.0
- wp-coding-standards/wpcs: ^3.1.0
- dev-master
- 3.0.1
- 3.0.0
- 2.4.1
- 2.4.0
- 2.3.0
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.2
- 2.0.1
- 2.0.0
- 1.0.0
- dev-fix/loginFormNotLoadingTree
- dev-fix/colSpanSpelling
- dev-feature/optimizeWcsCheck
- dev-feature/addDirectoryWiseLoading
- dev-feature/addOptionForHideActionButtonsOnFiles
- dev-feature/optimizeLocalListing
- dev-feature/moveSetActions
- dev-feature/optimizeTableLayout
- dev-feature/addDescriptionAndListingObjectDisabling
- dev-fix/restUrlHandling
- dev-feature/optimizedErrorHandlingForTaxonomy
- dev-feature/optimizedCode
- dev-feature/addUninstaller
- dev-feature/addDirectoryArchive
- dev-feature/loadScriptsOnlyIfNecessary
- dev-fix/addMissingPackageInformations
This package is auto-updated.
Last update: 2025-06-01 19:44:52 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 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 --standard=vendor/threadi/easy-directory-listing-for-wordpress/ruleset.xml vendor/threadi/easy-directory-listing-for-wordpress/
Repair
vendor/bin/phpcbf --standard=vendor/threadi/easy-directory-listing-for-wordpress/ruleset.xml vendor/threadi/easy-directory-listing-for-wordpress/
Analyse with PHPStan
vendor/bin/phpstan analyse -c vendor/threadi/easy-directory-listing-for-wordpress/phpstan.neon