2017 © Pedro PelĆ”ez
 

library fio-nette

Fio library and this is extension for Nette framework.

image

h4kuna/fio-nette

Fio library and this is extension for Nette framework.

  • Tuesday, April 25, 2017
  • by h4kuna
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9,336 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 5 Versions
  • 4 % Grown

The README.md

Fio for Nette

Downloads this Month Latest Stable Version Coverage Status Total Downloads License, (*1)

Homepage for Fio and documentation., (*2)

Install by composer

$ composer require h4kuna/fio-nette

Example NEON config

Define extension, (*3)

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

Configure extension, (*4)

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

More accounts and first is default., (*5)

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., (*6)

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');

The Versions

25/04 2017

dev-master

9999999-dev https://github.com/h4kuna/fio-nette

Fio library and this is extension for Nette framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Milan Matějček

25/04 2017

v1.3.3

1.3.3.0 https://github.com/h4kuna/fio-nette

Fio library and this is extension for Nette framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Milan Matějček

20/12 2016

v1.3.2

1.3.2.0 https://github.com/h4kuna/fio-nette

Fio library and this is extension for Nette framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Milan Matějček

05/05 2016

v1.3.1

1.3.1.0 https://github.com/h4kuna/fio-nette

Fio library and this is extension for Nette framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Milan Matějček

22/02 2016

v1.3.0

1.3.0.0 https://github.com/h4kuna/fio-nette

Fio library and this is extension for Nette framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Milan Matějček