Download the PHP package schuppo/password-strength without Composer

On this page you can find all versions of the php package schuppo/password-strength. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package password-strength

PasswordStrength Package

Build Status Total Downloads License

This package provides a validator that ensures strong passwords in Laravel 4 - 9 applications. It is influenced a lot by PasswordStrengthBundle for Symfony 2.

It is out now for a while and since there were no complaints it very likely fulfills its purpose.

The provided validations include:

Documentation

Installation

Get the package

For Laravel 6 - 9 users

Requires PHP 7.1+

Just .

For Laravel 5/6 users

Just .

For Laravel 4 users

Just .

Initialize the package

If you do run the package on Laravel 5.5+, you can start using the package at this point. package auto-discovery takes care of the magic of adding the service provider.

Caution

I recognized a small conflict in the usage of this package in combination with unique-with: One runs into problems when adding the after to the providers array, the rules of this package stay unknown to the Laravel .

The problem is easy to fix though: Just add the service provider of this package in front of the service provider of unique-with. In that order both packages work fine.

Usage

Now Laravel's native Validator is extended by four rules:

Example

You can apply these rules as described in the validation section on Laravel's website

Notice that you can validate any value with the new rules. The only reason why this package is called "Password Strength Package" is that it describes its foremost purpose.

History

[Laravel 6 - 9]

[2.6]

[2.5]

[2.4]

[2.3]

[2.2]

[Laravel 6 / Laravel 7 ]

[2.1]

[2.0]

[Laravel 5 / Laravel 4]

[1.13/-]

Removes need for Str facace

[1.12/-]

Enables Laravel 6 support

[1.11/-]

Simplifies symbol validation

[1.10/0.15]

Adds Chinese and Spanish translation

[1.9/0.14]

Improves Polish translation

[1.8/0.13]

Adds Arabic translation

[1.7/0.12]

Adds Czech translation

[1.6/0.11]

[1.5/0.10]

[1.4/0.9]

[1.3/0.8.2]

Adds Romanian translation

[1.2/0.8.1]

Adds Polish translation

[1.1/0.8]

Adds French translation

[1.0.2/0.7]

Updates README.md

[1.0.1]

Make package laravel 5 ready

[0.6]

[0.5.3]

[0.5.2]

[0.5.1]

[0.4.1]

[0.3.1]

License

This package is under the MIT license. See the complete license:

Reporting Issues or Feature Requests

Issues and feature requests are tracked on GitHub.


All versions of password-strength with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1.0
illuminate/support Version ^5.1|^6.0|^7.0|^8.0|^9.0|^10.0
illuminate/translation Version ^5.1|6.*|7.*|8.*|9.*|^10.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package schuppo/password-strength contains the following files

Loading the files please wait ....