jetimob / notafacil-sdk-php-laravel
v3.0.1
2023-06-06 13:01 UTC
Requires
- php: ^8.0
- ext-json: *
- illuminate/console: ^9.0 | ^10.0
- illuminate/container: ^9.0 | ^10.0
- illuminate/support: ^9.0 | ^10.0
- jetimob/http-php-laravel: ^2
Requires (Dev)
- orchestra/testbench: ^7.6.1
- phpunit/phpunit: ^9.5 | ^10.0
This package is not auto-updated.
Last update: 2024-09-24 19:11:49 UTC
README
notafacil-sdk-php-laravel 由 Jetimob 团队创建和维护。这是一个用于以简单直接的方式与 Nota Facil API 交互的 SDK。OAuth2 认证复杂性由 Jetimob 内部开发的 http-php-laravel 包抽象化。
以下命令应在要安装包的项目根目录中执行。
安装
使用 composer
composer require jetimob/notafacil-sdk-php-laravel
配置
首先,应通过以下命令发布包的配置
php artisan notafacil:install
此命令将创建配置文件 config/notafacil.php
,以便您可以根据项目需求进行修改。
许可证
notafacil-sdk-php-laravel 发布于 The MIT License (MIT)。