jamesryanbell / dinopass
A very simple wrapper for the Dinopass password generator API
dev-master / 1.0.x-dev
2015-05-30 19:44 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: 4.*
This package is not auto-updated.
Last update: 2026-03-10 11:28:09 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();