承接 emiracle/kudaping 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

emiracle/kudaping

最新稳定版本:v0.0.9

Composer 安装命令:

composer require emiracle/kudaping

包简介

A Laravel Package for Kudabank API

README 文档

README

Implement KUDA bank Open API in Laravel

Badges

GitHub issues GitHub forks GitHub stars GitHub license Twitter Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

License

MIT

Installation

Install kudaping with composer

  composer require emiracle/kudaping

Configuration

Publish the configuration file using this command:

  php artisan vendor:publish --provider="eMiracle\Kudaping\KudapingServiceProvider"

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

KUDA_API_KEY KUDA_EMAIL_ADDRESS KUDA_ENVIRONMENT

Documentation

Documentation

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

Usage/Examples

<?php


namespace App\Http\Controllers;


use eMiracle\Kudaping\Kudaping;

class KudaController extends Controller
{
    private Kudaping $kuda;
    public function __construct()
    {
        $this->kuda = new Kudaping();
    }

    public function getBankList(): array
    {
        return $this->kuda->getBankList();
    }
}

统计信息

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

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-09-10

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固