Releases: tfasoft/sdk-php
Releases · tfasoft/sdk-php
TFA Php SDK 1.4.0
Change logs
- Update send data in POST
- Change API endpoint
- Fix small issues
TFA Php SDK 1.0.0
TFASoft Php SDK first release is now available 🎉
Summey
With this SDK you can use our service in your Php projects like Laravel, Pure Php and etc without writing lines and calling our API manually. Just initial class $tfa = new TFA("access-token");
with your access token and use $tfa->authUser("user-token");
method to authenticate user.
Installation
You can install it with composer
like this:
$ composer install tfasoft/sdk;
Documents
Document for SDKs are completed and you can read the README. But, Php documentation is [docs.tfasoft.com]{https://docs.amirhossein.info} is not completed.
Other SDKs
TFA also provides Python and Node sdk that you can use it in your Django, Express, React and wherever that is related to.
Packagist
- Package in packagist is in this link.