jamesryanbell / dinopass
A very simple wrapper for the Dinopass password generator API
Installs: 107
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/jamesryanbell/dinopass
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: 4.*
This package is not auto-updated.
Last update: 2025-10-07 09:41:58 UTC
README
#Dinopass API PHP wrapper
A very simple wrapper for the Dinopass password generator API
##Installation Installation should be done via composer, details of how to install composer can be found at https://getcomposer.org/
Add "jamesryanbell/dinopass": "1.0.*@dev"
to your composer.json
file
Run composer update
to install the latest version.
##Usage
use JamesRyanBell\Dinopass\Password; $dinopass = new Password(); echo $dinopass->simple();