wedevbr / bankly-laravel
Bankly API Wrapper
Installs: 7 360
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 5
Forks: 9
Open Issues: 0
Requires
- php: ^8.1|^8.2|^8.3
- guzzlehttp/guzzle: ^7.2
- laravel/framework: ^9.0|^10.0|^11.0
Requires (Dev)
- laravel/pint: ^1.13
- orchestra/testbench: ^7.0|^v8.0.0
- phpunit/phpunit: ^10.0|^11.0
- dev-development
- v1.41.0
- v1.40.0
- v1.39.1
- v1.39.0
- v1.38.0
- v1.37.2
- v1.37.1
- v1.37.0
- v1.35.2
- v1.35.1
- v1.35.0
- v1.34.3
- v1.34.2
- v1.34.1
- v1.34.0
- v1.33.1
- v1.33.0
- v1.32.0
- v1.31.0
- v1.30.0
- v1.29.1
- v1.29.0
- v1.28.0
- v1.27.5
- v1.27.4
- v1.27.3
- v1.27.2
- v1.27.1
- v1.27.0
- v1.26.2
- v1.26.1
- v1.26.0
- v1.25.0
- v1.24.4
- v1.24.3
- v1.24.2
- v1.24.1
- v1.24.0
- v1.23.6
- v1.23.5
- v1.23.4
- v1.23.3
- v1.23.2
- v1.23.1
- v1.23.0
- v1.22.9
- 1.22.8
- v1.22.7
- v1.22.6
- v1.22.5
- 1.22.4
- v1.22.3
- v1.22.2
- v1.22.1
- v1.22.0
- v1.21.7
- v1.21.6
- v1.21.5
- v1.21.4
- v1.21.3
- v1.21.2
- v1.21.1
- v1.21.0
- v1.20.5
- v1.20.4
- v1.20.3
- v1.20.2
- 1.20.1
- v1.20.0
- v1.19.1
- v1.19.0
- v1.18.1
- v1.18.0
- v1.17.0
- v1.16.0
- v1.15.0
- v1.14.0
- v1.13.1
- v1.13.0
- v1.12.0
- v1.11.0
- v1.10.0
- v1.9.0
- v1.8.0
- v1.7.0
- v1.6.0
- v1.5.0
- v1.4.0
- v1.3.0
- v1.2.0
- v1.1.1
- v1.1.0
- v1.0.0
- v0.0.5-beta
- v0.0.4-beta
- v0.0.3-beta
- v0.0.2-beta
- v0.0.1-beta
- dev-master
- dev-feature/OpenFinanceConsentManagement
- dev-refactor/RestTraitDeleteMethod
- dev-refactor/DocumentAnalisysUsage
- dev-refactor/UpdateBanklyClassToUseTraits
This package is auto-updated.
Last update: 2024-11-12 19:16:07 UTC
README
This package is an UNOFFICIAL API Wrapper for Bankly/Acesso API.
Requirements
PHP >= 7.2 Laravel >= 7.x
Installation
You can install the package via composer:
composer require wedevbr/bankly-laravel
After install, just publish your config files:
php artisan vendor:publish --provider="WeDevBr\Bankly\BanklyServiceProvider"
Usage
First you need to set up your credentials. Define yours BANKLY_CLIENT_SECRET
and BANKLY_CLIENT_ID
at .env file.
You can also define scopes for your credentials, just define BANKLY_TOKEN_SCOPE
or enter them in config/bankly.php
. See more: Bankly Scopes
Tip: If you are running on Staging, you can set up Bankly endpoints also. Just define BANKLY_LOGIN_URL
and BANKLY_API_URL
variables.
Then, finally use:
//This is your statement $statement = \Bankly::getStatement('0001', '123456');
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email adeildo@wedev.software instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.