2017 © Pedro Peláez
 

library cnvex

Cnvex is a PHP library for e.cnvex.cn

image

bravist/cnvex

Cnvex is a PHP library for e.cnvex.cn

  • Tuesday, July 24, 2018
  • by bravist
  • Repository
  • 1 Watchers
  • 1 Stars
  • 99 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 32 Versions
  • 27 % Grown

The README.md

The e.cnvex.cn API PHP SDK

简介

企账通2.0 是重庆汽摩交易所其他企业级交易计算工具,本项目是PHP版本接口实现,官方接口文档参考这里。目前支持以下功能: - 微信、支付宝原生APP支付,二维码支付 - 账户余额支付(转账) - 账户注册、绑定银行卡 - 查询交易记录, (*1)

另外,项目支持Laravel Framework快速集成,所有接口都已做单元测试,具体参考tests目录文件。, (*2)

扩展包依赖 + PHP 5.6+ || PHP 7.0+ + guzzlehttp/guzzle + phpunit/phpunit + illuminate/log, (*3)

安装 Cnvex.cn PHP SDK

使用composer

composer 是php的包管理工具, 通过composer.json里的配置管理依赖的包,同时可以在使用类时自动加载对应的包, 在你的composer.json中添加如下依赖, (*4)

执行, (*5)

composer require bravist/cnvex

使用 Composer 的 autoload 引入, (*6)

require_once('vendor/autoload.php');

手动引入

``` php require_once('/path/to/cnvex/api.php');, (*7)



## For Laravel Add the following line to the section `providers` of `config/app.php`: ```php 'providers' => [ //... Bravist\Cnvex\ServiceProvider::class, ],

publish the configuration:, (*8)

php artisan vendor:publish --provider="Bravist\Cnvex\ServiceProvider"

as optional, you can use facade:, (*9)

'aliases' => [
    'Cnvex' => Bravist\Cnvex\Facade\Cnvex::class,
    'CnvexSigner' => Bravist\Cnvex\Facade\Signature::class
],

support package auto discover on laravel 5.5., (*10)

Usage

# 数据签名
CnvexSigner::sign(['tody' => 'hello']);

# 数据验签
CnvexSigner::verify(['today' => 'hello'], 'hello'); // false

CnvexSigner::verify(['tody' => 'hello'], 'c8ef86e1cab2e2daeabdc9c516120463'); // true


# 查询企账通用户信息,更多接口参考下面开放接口部分
Cnvex::queryUser('17090516435200300009');


For Lumen

Add the following line to bootstrap/app.php after // $app->withEloquent();, (*11)

...
// $app->withEloquent();
$app->register(Bravist\Cnvex\ServiceProvider::class);
...

开放接口

The Versions

24/07 2018

dev-master

9999999-dev

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

MIT Apache2.0

The Requires

 

The Development Requires

by 程会勇

24/07 2018

1.11.3

1.11.3.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

MIT

The Requires

 

The Development Requires

by 程会勇

24/07 2018

1.11.2

1.11.2.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

MIT

The Requires

 

The Development Requires

by 程会勇

20/06 2018

dev-develop

dev-develop

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

MIT

The Requires

 

The Development Requires

by 程会勇

20/06 2018

1.11.1

1.11.1.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

MIT

The Requires

 

The Development Requires

by 程会勇

05/06 2018

1.11

1.11.0.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

MIT

The Requires

 

The Development Requires

by 程会勇

13/04 2018

1.0.25

1.0.25.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

MIT

The Requires

 

The Development Requires

by 程会勇

13/04 2018

1.0.24

1.0.24.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

Apache2.0

The Requires

 

The Development Requires

by 程会勇

16/11 2017

1.0.23

1.0.23.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

Apache2.0

The Requires

 

The Development Requires

by 程会勇

03/11 2017

1.0.22

1.0.22.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

Apache2.0

The Requires

 

The Development Requires

by 程会勇

03/11 2017

1.0.21

1.0.21.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

Apache2.0

The Requires

 

The Development Requires

by 程会勇

02/11 2017

1.0.20

1.0.20.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

Apache2.0

The Requires

 

The Development Requires

by 程会勇

02/11 2017

1.0.19

1.0.19.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

Apache2.0

The Requires

 

The Development Requires

by 程会勇

02/11 2017

1.0.18

1.0.18.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

Apache2.0

The Requires

 

The Development Requires

by 程会勇

01/11 2017

1.0.17

1.0.17.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

Apache2.0

The Requires

 

The Development Requires

by 程会勇

30/10 2017

1.0.16

1.0.16.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

Apache2.0

The Requires

 

The Development Requires

by 程会勇

30/10 2017

1.0.15

1.0.15.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

Apache2.0

The Requires

 

The Development Requires

by 程会勇

26/10 2017

1.0.14

1.0.14.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

Apache2.0

The Requires

 

The Development Requires

by 程会勇

26/10 2017

1.0.13

1.0.13.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

Apache2.0

The Requires

 

The Development Requires

by 程会勇

26/10 2017

1.0.12

1.0.12.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

Apache2.0

The Requires

 

The Development Requires

by 程会勇

26/10 2017

1.0.11

1.0.11.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

Apache2.0

The Requires

 

The Development Requires

by 程会勇

26/10 2017

1.0.10

1.0.10.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

Apache2.0

The Requires

 

The Development Requires

by 程会勇

26/10 2017

1.0.9

1.0.9.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

Apache2.0

The Requires

 

The Development Requires

by 程会勇

26/10 2017

1.0.8

1.0.8.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

Apache2.0

The Requires

 

The Development Requires

by 程会勇

25/10 2017

1.0.7

1.0.7.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

Apache2.0

The Requires

 

The Development Requires

by 程会勇

25/10 2017

1.0.6

1.0.6.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

Apache2.0

The Requires

 

The Development Requires

by 程会勇

25/10 2017

1.0.5

1.0.5.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

Apache2.0

The Requires

 

The Development Requires

by 程会勇

25/10 2017

1.0.4

1.0.4.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

Apache2.0

The Requires

 

The Development Requires

by 程会勇

25/10 2017

1.0.3

1.0.3.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

Apache2.0

The Requires

 

The Development Requires

by 程会勇

25/10 2017

1.0.2

1.0.2.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

Apache2.0

The Requires

 

The Development Requires

by 程会勇

25/10 2017

1.0.1

1.0.1.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

Apache2.0

The Requires

 

by 程会勇

25/10 2017

1.0

1.0.0.0

Cnvex is a PHP library for e.cnvex.cn

  Sources   Download

Apache2.0

The Requires

 

by 程会勇