jamesryanbell/dinopass

A very simple wrapper for the Dinopass password generator API

dev-master / 1.0.x-dev 2015-05-30 19:44 UTC

This package is not auto-updated.

Last update: 2024-04-09 02:29:48 UTC


README

Build Status Coverage Status Dependency Status

Latest Stable Version Total Downloads Latest Unstable Version License

#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();