brocorp/qonto
Composer 安装命令:
composer create-project brocorp/qonto
包简介
Sync easily your Qonto bank account and transactions into your database
README 文档
README
This package provide you a simple way to sync your Qonto bank account(s) and transaction(s) into your database, throught Qonto API and an artisan command.
Wait, Qonto?
Yep, Qonto is a neobank, the ideal business account for freelancers, startups and SMEs, in replacement or in addition to your business banking account.
Requirements
This package requires PHP 7.2, Laravel 7.0 or higher and a database already set up in your Laravel project.
Installation
Install this package via Composer:
$ composer require brocorp/qonto
Edit your .ENV file and add theses lines:
QONTO_LOGIN=your_qonto_login
QONTO_SECRET=your_qonto_secret_key
Obviously, we know you're a smart dev, but don't forget to replace your_qonto_login and your_qonto_login with your own Qonto credentials!
Wait! Where to find/generate them? Simply check the "Getting Started" page on Qonto API documentation website and follow instructions.
You're now ready to install the package with this magical command which run migration and init a first full sync:
$ php artisan qonto:install
That's all!
Usage and scheduling
Well, you can issue this artisan command to sync your latest 100 transactions for each bank accounts
$ php artisan qonto:sync
but in most cases you’ll probably want to schedule these commands because it's typicaly boring to type daily this command and it's totally normal, you're not weirdo. This command can be scheduled in app/Console/Kernel.php :
protected function schedule(Schedule $schedule) { $schedule->command('qonto:sync')->daily()->at('12:00'); }
Of course, feel free to consult official Laravel documentation about scheduling to adjust it for your own need.
What's next?
As you can see, this package only fills your database and does not yet provide a blade directive. We are working on it.
However, you can use theses Eloquent models to deal with your freshly synchronized Qonto datas:
Brocorp/Qonto/Models/QontoAccountBrocorp/Qonto/Models/QontoTransaction
Changelog
Please see the changelog for more information on what has changed recently.
Testing
Tests aren't writted yet, and we apologize.
Contributing
Please see contributing.md for details.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
License
Under MIT licence. Please see the license file for more information.
brocorp/qonto 适用场景与选型建议
brocorp/qonto 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 5 次下载、GitHub Stars 达 1, 最近一次更新时间为 2020 年 03 月 18 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「laravel」 「qonto」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 brocorp/qonto 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 brocorp/qonto 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 brocorp/qonto 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Alfabank REST API integration
Qonto API client for PHP
Laravel package for Accurate Online API integration.
Shared RCX Laravel DataTables UI and configuration helpers.
Boot a Laravel project on any machine with one command: app:serve installs missing tools (PHP, Node, Composer, Herd, Docker), creates .env, sets up the database, runs migrations, builds assets, starts a queue worker and serves via Herd, Sail or artisan serve; app:down cleanly stops everything it sta
Branded, diagnostic error pages (500, 403, 404, 419, 503) for Filament — native Filament UI, dark mode and translations out of the box.
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-03-18