Download the PHP package florianeckerstorfer/passwordplease-php without Composer

On this page you can find all versions of the php package florianeckerstorfer/passwordplease-php. 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 passwordplease-php

Password Please

=================

Password, Please! generates secure passwords in PHP. You can use it as a command line application or as a library in your code.

Build Status

Command Line Application

Downloading the PHAR archive from the releases page page is the easiest way to get the command line application. The other way is to clone this repository and execute the bin/password-please.php file.

Usage

If you call the binary without any arguments you will get a password of length 20 with lower and upper case letters, numbers and special characters. You can change both the length and the complexity.

The length must be greather than 0 and complexity must be a value between 1 (very high complexity) and 4 (low complexity). If you're a hasty person, you can use the shorter aliases for the options:

Instead of using the numeric identifier for the complexity, you can also use a high-level string description of the complexity. The following table details the available complexities, the characters used in it and the high-level names:

Complexity Level Alias Characters
VERY_HIGH 1 veryhigh, harder a-zA-Z0-9,;.:-_+*#!()=?%&@$"'
HIGH 2 high, hard a-zA-Z0-9
MEDIUM 3 medium, normal a-zA-Z
LOW 4 low, easy a-z

Library

If you want to use Password, Please! in your code you can add the library to your dependencies using Composer.

Tip: You should replace @stable with a specific version from the releases page.

Usage

Password, Please! depends on ircmaxell/random-lib to generate passwords and you need to pass an instance of \RandomLib\Generator to the constructor.

Change Log

Version 0.2 (4 October 2014)

Version 0.1 (3 September 2014)

Author

Developed by Florian Eckerstorfer in Vienna, Europe.

License

The MIT license applies to florianeckerstorfer/passwordplease-php. For the full copyright and license information, please view the LICENSE file distributed with this source code.


All versions of passwordplease-php with dependencies

PHP Build Version
Package Version
Requires ircmaxell/random-lib Version ~1.0
symfony/console Version ~2.5
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 florianeckerstorfer/passwordplease-php contains the following files

Loading the files please wait ....