Download the PHP package kanopi/password-policy-90-days without Composer

On this page you can find all versions of the php package kanopi/password-policy-90-days. 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-policy-90-days

Password Policy - 90 Days

A Drupal recipe that installs and configures Password Policy and sets 90-day expiration default.

This recipe installs a Password Policy that has the following rules:

Configuring Drupal for Recipes

See https://www.drupal.org/files/issues/2023-10-01/Configuring%20Drupal%20to%20Apply%20Recipes.md

The patch referenced in this file is not valid. Please refer to the Recipes Initiative project page for the patch version that applies to your current Drupal version.

After running composer update drupal/core, clear the Drupal cache with drush cr before doing any other recipe operations.

Installing this Recipe

composer require kanopi/password-policy-90-days

Applying this Recipe

cd into your drupal root. Runphp core/scripts/drupal recipe recipes/contrib/password-policy-90-days Run drush cr

or

If you have our Docksal command in your project, run the following command: fin recipe-apply password-policy-90-days

Unpacking this Recipe

To unpack this recipe's dependencies to your site's composer.json, in the root of your project run:

composer unpack kanopi/password-policy-90-days

If you have our Docksal command in your project, run the following command: fin recipe-unpack kanopi/password-policy-90-days

Known Issues


All versions of password-policy-90-days with dependencies

PHP Build Version
Package Version
Requires drupal/password_policy Version *
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 kanopi/password-policy-90-days contains the following files

Loading the files please wait ....