定制 h4kuna/fio-nette 二次开发

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

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

h4kuna/fio-nette

最新稳定版本:v3.0.4

Composer 安装命令:

composer require h4kuna/fio-nette

包简介

Fio library and this is extension for Nette framework.

README 文档

README

Downloads this Month Latest Stable Version Coverage Status Total Downloads License

Homepage for Fio and documentation.

Install by composer

$ composer require h4kuna/fio-nette

Example NEON config

Define extension

extensions:
	fio: h4kuna\Fio\Nette\DI\FioExtension

Configure extension

fio:
	# mandatory
	account: 2600267402/2010
	token: 5asd64as5d46ad5a6

More accounts and first is default.

fio:
	accounts:
		my-alias: # name for select account
			account: 2600267402/2010
			token: 5asd64as5d46ad5a6
		next-alias:
			account: 123456789/3216
			token: 6a4sd54asadsasde564

And choose account like this.

use h4kuna\Fio\Nette;

$fioFactory = $container->getService('fio.factory');
$fioPay = $fioFactory->createFioPay('next-alias');

// both are same, because first is default
$fioRead = $fioFactory->createFioRead();
$fioRead = $fioFactory->createFioRead('my-alias');

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-01-22