seinoxygen/laravel-contabilium 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

seinoxygen/laravel-contabilium

最新稳定版本:v1.0.0

Composer 安装命令:

composer require seinoxygen/laravel-contabilium

包简介

A Laravel wrapper for Contabilium

README 文档

README

Donate Packagist Downloads

A Laravel wrapper for Contabilium.

Installation

Add Laravel Contabilium as a dependency using the composer CLI:

composer require seinoxygen/laravel-contabilium

Basic Usage

Add the following to your config/services.php and add the correct values to your .env file

'contabilium' => [
    'client_id' => env('CONTABILIUM_CLIENT_ID'),
    'client_secret' => env('CONTABILIUM_CLIENT_SECRET'),
    'country' => env('CONTABILIUM_COUNTRY', 'ar'),
],

If using < Laravel 5.5, add the ContabiliumServiceProvider to the providers array

'providers' => [
    ...
    SeinOxygen\Contabilium\ContabiliumServiceProvider::class,
    ...
],

Next, in config/app.php, add the Contabilium to the aliases array

'aliases' => [
    ...
    'Contabilium' => SeinOxygen\Contabilium\Facades\Contabilium::class,
    ...
],

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 3
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-11-18