starfolksoftware/flutterwave-php 问题修复 & 功能扩展

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

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

starfolksoftware/flutterwave-php

最新稳定版本:v0.6.1

Composer 安装命令:

composer require starfolksoftware/flutterwave-php

包简介

A PHP library to conveniently access the Flutterwave API from applications written in the PHP language.

README 文档

README

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

The Flutterwave PHP library provides convenient access to the Flutterwave API from applications written in the PHP language. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses which makes it compatible with a wide range of versions of the Flutterwave API.

Requirements

PHP 8.0 and later.

Composer

You can install the bindings via Composer. Run the following command:

composer require starfolksoftware/flutterwave-php

To use the bindings, use Composer's autoload:

require_once('vendor/autoload.php');

Dependencies

Any package that implements psr/http-client-implementation

Getting Started

Simple usage looks like:

<?php

require_once "vendor/autoload.php";

use StarfolkSoftware\Flutterwave\Client as FlutterwaveClient;

$flutterwave = new FlutterwaveClient([
    'secretKey' => 'FLWSECK_TEST-*******',
]);

$response = $flutterwave
    ->transactions
    ->all([]);

var_dump($response['data'][0]);

\\ dumps
array(21) { ... }
...

Documentation

See the PHP API docs.

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Road Map

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-11-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固