This library contains a PHP client for AWS Cognito user pools.
This library package requires PHP 7.0 or later
The recommended way to install is through Composer.
# Install Composer
curl -sS https://getcomposer.org/installer | phpNext, run the Composer command to install the latest version:
composer.phar require pmill/aws-cognitoThere are example usage scripts in the examples/ folder, copy examples/config.example.php to examples/config.php
before running them.
0.1.2 (20/05/2017)
- Added method to refresh authentication tokens
0.1.1 (30/04/2017)
- Returned username when verifying access tokens
0.1.0 (28/04/2017)
- First public release of aws-cognito
pmill/aws-cognito Copyright (c) 2017 pmill ([email protected]) All rights reserved.