2017 © Pedro Peláez
 

library fonix

Fonix.io PHP library helper

image

matt127127/fonix

Fonix.io PHP library helper

  • Tuesday, February 6, 2018
  • by matthewtreagus
  • Repository
  • 1 Watchers
  • 0 Stars
  • 280 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 9 Versions
  • 68 % Grown

The README.md

Fonix

Fonix is a PHP library class to make using the Fonix API easy, (*1)

Latest Stable Version Total Downloads Latest Unstable Version License, (*2)

Composer

To install Fonix as a Composer package, simply add this to your composer.json:, (*3)

"panlogic/fonix": "1.0.5"

..and run composer update. Once it's installed, if you're using Laravel 5, you can register the service provider in app/config/app.php in the providers array add :, (*4)

'Panlogic\Fonix\FonixServiceProvider',

You can also benefit from using a Fonix Facade in Laravel 5 by adding to the alias array also in app.php below the providers array, (*5)

'Fonix'    => 'Panlogic\Fonix\Facades\FonixFacade',

Documentation

If you're using Laravel, publish the config file by running, (*6)

php artisan vendor:publish

This will create a panlogic.fonix.php file in your Config directory, be sure to fill in the appropriate details provided by Fonix in your env file., (*7)

FONIX_API_KEY_LIVE= FONIX_API_KEY_TEST= FONIX_PLATFORM= FONIX_ORIGINATOR=, (*8)

If you aren't using Laravel then you can create a Fonix object by:, (*9)

use Panlogic\Fonix\Fonix;

$config = [
    'live_apikey'       => 'your-live-api-key-here',
    'test_apikey'       => 'your-test-api-key-here',
    'platform'          => 'test',
    'originator'        => '123456', //short code
];

$fonix = new Fonix($config);

For more information about how to use the Fonix class, read the Wiki, (*10)

Fonix has been written by Panlogic Ltd and is released under the MIT License., (*11)

The Versions

06/02 2018

dev-master

9999999-dev http://github.com/matt127127/fonix

Fonix.io PHP library helper

  Sources   Download

MIT

The Requires

 

by M T

sms fonix

06/02 2018

1.0.9

1.0.9.0 http://github.com/matt127127/fonix

Fonix.io PHP library helper

  Sources   Download

MIT

The Requires

 

by M T

sms fonix

06/02 2018

1.0.8

1.0.8.0 http://github.com/matt127127/fonix

Fonix.io PHP library helper

  Sources   Download

MIT

The Requires

 

by M T

sms fonix

14/11 2017

1.0.7

1.0.7.0 http://github.com/matt127127/fonix

Fonix.io PHP library helper

  Sources   Download

MIT

The Requires

 

by M T

sms fonix

01/05 2017

1.0.5

1.0.5.0 http://github.com/matt127127/fonix

Fonix.io PHP library helper

  Sources   Download

MIT

The Requires

 

by M T

sms fonix

10/05 2016

1.0.4

1.0.4.0 http://github.com/panlogic/fonix

Fonix.io PHP library helper

  Sources   Download

MIT

The Requires

 

by Panlogic Ltd

sms fonix

10/05 2016

1.0.3

1.0.3.0 http://github.com/panlogic/fonix

Fonix.io PHP library helper

  Sources   Download

MIT

The Requires

 

by Panlogic Ltd

sms fonix

23/06 2015

1.0.2

1.0.2.0 http://github.com/panlogic/fonix

Fonix.io PHP library helper

  Sources   Download

MIT

The Requires

 

by Panlogic Ltd

sms fonix

10/06 2015

1.0.1

1.0.1.0 http://github.com/panlogic/fonix

Fonix.io PHP library helper

  Sources   Download

MIT

The Requires

 

by Panlogic Ltd

sms fonix