From d4947319ddd4d834e9510ebdcf009a898c0925f7 Mon Sep 17 00:00:00 2001 From: a-sansara Date: Tue, 14 Mar 2017 23:37:29 +0100 Subject: [PATCH] update README, add ref to client & server sides usages --- README.md | 56 ++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 43 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 3b39121..be7fafd 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,47 @@ wich can be redefined to move the session token part into the complete token | || 1 | 2 | 3 | 4 | PwsAuth2 242003031711e1a6104135f04c6c01e6cd5952ecafbb53c928603b0gb64tqo609qse6ovd7lhdvk4fnaqk7cdl26e4d4qh7jb41eu5f1zb5y79m8pgu3 +### Requirements + +PHP >= 5.4 + +### Install + +The package can be installed using [ Composer ](https://getcomposer.org/). (not yet) +``` +composer require meta-tech/pws-auth +``` + +Or add the package to your `composer.json`. + +``` +"require": { + "meta-tech/pws-auth" : "1.0" +} +``` + +### Authenticator instanciation + +```php +