Skip to content

felipegon-dev/wordress-password-check

Repository files navigation

password-check WordPress plugin

The WordPress plugin structure is based on https://github.com/DevinVinson/WordPress-Plugin-Boilerplate but I implement a DDD structure to separate different layers of the application

I use unit testing to validate some parts of the application not of all.

I respect the names, and the declarations based on the boilerplate plugin because this can work with PHP 5 versions

#Important:

We use this external lib: https://github.com/bjeavons/zxcvbn-php needs php >= 7.1.33 if your version < 7.1.33 the score will be set to 0

#Installation

All external files all installed in vendor/ but if you want you can execute

cd wp-content/plugins/password-check
composer install --no-dev

#How to do the testing:

cd wp-content/plugins/password-check
composer install
php vendor/bin/codecept run tests/unit/

#Author: Felipe González López

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages