Download the PHP package pracucci/phoneid-php-sdk without Composer
On this page you can find all versions of the php package pracucci/phoneid-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package phoneid-php-sdk
Phone.id PHP SDK
This PHP SDK allows you to easily implement the Phone.id authentication on web. To see how it works, please take a look at examples/authentication
.
What's Phone.id?
Phone.id is a service that makes "login with your mobile number" so easy that hurts.
Composer
This library is installable via Composer. To include it in your projects, run the following command:
composer require pracucci/phoneid-php-sdk
How to register an app
To register an app and get Phone.id credentials, you should:
- Login to https://developer.phone.id with your mobile phone
- Create a new app and get client id and secret
Contributing
Run tests before pushing a pull request:
License
MIT
Changes
0.0.2 (2015-09-22)
- Update the SDK to support new endpoints
- Added
PhoneId::exchangeAuthorizationCode()
method to exchange an authorization code with an access token - Fix: POST request content-encoding should be
application/x-www-form-urlencoded
- Fix:
PhoneIdClient
didn't throw exceptions successfully on errors
0.0.1 (2015-08-10)
- Server-side authentication support (see
examples/authentication
) - Installable via Composer (psr-4 autoloader)
All versions of phoneid-php-sdk with dependencies
PHP Build Version
Package Version
No informations.
The package pracucci/phoneid-php-sdk contains the following files
Loading the files please wait ....