PHPackages                             agashe/passgen - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. agashe/passgen

ActiveLibrary[Security](/categories/security)

agashe/passgen
==============

Easy generate powerful passwords for your application.

v1.0.5(5y ago)1441—0%2MITPHPPHP &gt;=5.6.0

Since Jun 13Pushed 5y agoCompare

[ Source](https://github.com/agashe/PassGen)[ Packagist](https://packagist.org/packages/agashe/passgen)[ Docs](https://github.com/agashe/PassGen)[ RSS](/packages/agashe-passgen/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (2)

PassGen
=======

[](#passgen)

Easy generate powerful passwords for your application

Features
--------

[](#features)

- Secure passwords , with different compinations
- Easy to use , 0 dependencies
- You can use the generator , to generate any type of random tokens (letters , numbers and symbols)
- Select the password length
- You can also use the CLI version to generate your passwords not only for your applications

Installation
------------

[](#installation)

```
composer require agashe/passgen

```

Documentation
-------------

[](#documentation)

After installation is done , include the class in your project by:

- including vendor/autoload.php for Native PHP projects
- or adding the class to your framework config , *for example app/config/app.php for laravel* ,

You can choose between use the static method **generate** directly , or define a new instance and call the **create** method in your app.

```
