定制 jorge/gerencianet 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

jorge/gerencianet

Composer 安装命令:

composer require jorge/gerencianet

包简介

Gerencianet Component para Cake 3.x

README 文档

README

#Gerencianet Component CakePHP 3.x

Instalação

Via composer:

require: "jorge/gerencianet": "dev-master"

Configuração

$this->loadComponent('Gerencianet.Gerencianet');

Exemplo

$this->Gerencianet->item('Produto 1', 1, '1.200,00');
$this->Gerencianet->vencimento('2015-10-30');
$this->Gerencianet->retorno(time(), 'http://www.suaurl.com.br', 'http://www.suaurl.com.br');
$this->Gerencianet->cliente(
    'Maria da Silva',
    'email@teste.com.br',
    '(11) 98549-8123',
    '1980-11-24',
    '120.445.115-00'
);
$this->Gerencianet->endereco(
    '02462-020',
    'Rua Manoel Almeida Santos',
    '524',
    null,
    'V. Paulista',
    'Sao Paulo',
    'SP'
);

//marketplace
$this->Gerencianet->marketplace('3VTV93SFBKHL');

//assinatura
$this->Gerencianet->periodicidade(1);

//enviar
$return = $this->Gerencianet->enviar('ADFS76DF8345N34993485H5KK3GG2234678', true);

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-09-29