2017 © Pedro Peláez
 

symfony-bundle smoney-bundle

Symfony bundle for Smoney client

image

spyrit/smoney-bundle

Symfony bundle for Smoney client

  • Friday, July 13, 2018
  • by Spyrit_SI
  • Repository
  • 4 Watchers
  • 0 Stars
  • 880 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 4 Versions
  • 10 % Grown

The README.md

S-Money Bundle

Get the bundle using composer

Add SmoneyBundle by running this command from the terminal at the root of your Symfony project:, (*1)

composer require smoney/smoney-bundle

Enable the bundle

To start using the bundle, register the bundle in your application's kernel class:, (*2)

// app/AppKernel.php
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            new JMS\SerializerBundle\JMSSerializerBundle(),
            new Smoney\SmoneyBundle\SmoneyBundle(),
            // ...
        ];
    }
}

Configure the bundle

# app/config/config.yml
smoney:
    api_token: YOUR_TOKEN
    api_version: v1  #Global version to use for the API (can be override with SetVersion in any service)
    api_base_url: https://rest-pp.s-money.fr/api/sandbox

The Versions

13/07 2018

dev-symfony4

dev-symfony4 http://www.s-money.fr

Symfony bundle for Smoney client

  Sources   Download

MIT

The Requires

 

by Avatar sherlockode

12/03 2018

dev-symfony3

dev-symfony3 http://www.s-money.fr

Symfony bundle for Smoney client

  Sources   Download

MIT

The Requires

 

by Avatar sherlockode

09/03 2018

dev-symfony-3

dev-symfony-3 http://www.s-money.fr

Symfony bundle for Smoney client

  Sources   Download

MIT

The Requires

 

by Avatar sherlockode

10/01 2018

dev-master

9999999-dev http://www.s-money.fr

Symfony bundle for Smoney client

  Sources   Download

MIT

The Requires

 

by Avatar sherlockode