wedevbr/bankly-laravel

Bankly API Wrapper
13,950 6
Install
composer require wedevbr/bankly-laravel
Latest Version:v2.0.0
PHP:^8.2|^8.3|^8.4|^8.5
License:MIT
Last Updated:Jun 23, 2026
Links: GitHub  ·  Packagist
Maintainer: wedevBr

Bankly Laravel API Wrapper

Latest Version on Packagist Build Status Quality Score Total Downloads

This package is an UNOFFICIAL API Wrapper for Bankly/Acesso API.

Requirements

PHP >= 8.2 Laravel >= 12.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.

Related Packages

dreamfactory/df-core

DreamFactory(tm) Core Components

52,421 16
unitoneict/lara-parse

ِA Laravel implementation for Parse Server

23 2
wedevbr/idwall-laravel

ID Wall API Wrapper for Laravel

9,911 0
dreamfactory/df-system

DreamFactory(tm) System Service Components

31,879 3
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1