2017 © Pedro Peláez
 

symfony-bundle check-book-io-bundle

Symfony support for checkbook.io platform

image

beyerz/check-book-io-bundle

Symfony support for checkbook.io platform

  • Wednesday, January 25, 2017
  • by beyerz
  • Repository
  • 1 Watchers
  • 0 Stars
  • 482 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

Packagist Minimum PHP Version Build Status, (*1)

CheckBookIOBundle

The CheckBookIOBundle provides symfony support for checkbook.io API., (*2)

Installation

Composer

composer require beyerz/check-book-io-bundle

Application Kernel

Add SimpleHMVC to the registerBundles() method of your application kernel:, (*3)

public function registerBundles()
{
    return array(
        new Beyerz\CheckBookIOBundle\CheckBookIOBundle(),
    );
}

Config

config.yml, (*4)

check_book_io:
    publishable_key:  "%checkbook_publishable_key%"       # public_key
    secret_key:       "%checkbook_secret_key%"            # private_key
    sandbox:          "%checkbook_sandbox%"               # use sandbox mode
    debug:            "%checkbook_debug%"                 # use debug mode
    merchant_name:    "%checkbook_merchant_name%"         # merchant name to use
    oauth:
      client_id:      "%checkbook_oauth_client_id%"
      handler:        path\to\custom\response\handler

Documentation

Using the bundle is extremely simple... anywhere that has access to container and services, (*5)

$checkBook = $this->getContainer()->get('checkbook.model');

Boom!! You now have a facade to access all the Checkbook API Endpoints., (*6)

OAuth

Explained in detail here, (*7)

Bonus Feature

Embedded form check, (*8)

To use the embeded form check you should populate the Beyerz\CheckBookIOBundle\Context\EmbeddedCheckContext and pass it to your twig template. Then use {{ embedded_check(context) }} where context is the Beyerz\CheckBookIOBundle\Context\EmbeddedCheckContext This will automatically generate the checkbook button., (*9)

License

This bundle is under the MIT license. See the complete license in the bundle, (*10)

Reporting an issue or feature request

Issues and feature requests are tracked in the Github issue tracker., (*11)

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps., (*12)

Disclaimer

Other than being a client, I have no connection to or with checkbookIO or any of its employees. Furthermore, the bundle comes as is and I cannot guarantee that the bundle will be updated with any changes that are done by checkbook, and if updates are done, how long they will take to be implemented and released. Like it or leave, but that's the reality. Enjoy and Play Safe!!, (*13)

The Versions

25/01 2017

dev-master

9999999-dev

Symfony support for checkbook.io platform

  Sources   Download

MIT

The Requires

 

The Development Requires

by Peleg Bar Natan

symfony2 symfony internet check payments checkbook

09/01 2017

1.0.9

1.0.9.0

Symfony support for checkbook.io platform

  Sources   Download

MIT

The Requires

 

The Development Requires

by Peleg Bar Natan

symfony2 symfony internet check payments checkbook

05/01 2017

1.0.8

1.0.8.0

Symfony support for checkbook.io platform

  Sources   Download

MIT

The Requires

 

The Development Requires

by Peleg Bar Natan

symfony2 symfony internet check payments checkbook

04/01 2017

1.0.7

1.0.7.0

Symfony support for checkbook.io platform

  Sources   Download

MIT

The Requires

 

The Development Requires

by Peleg Bar Natan

symfony2 symfony internet check payments checkbook

04/01 2017

1.0.6

1.0.6.0

Symfony support for checkbook.io platform

  Sources   Download

MIT

The Requires

 

The Development Requires

by Peleg Bar Natan

symfony2 symfony internet check payments checkbook

29/12 2016

1.0.5

1.0.5.0

Symfony support for checkbook.io platform

  Sources   Download

MIT

The Requires

 

The Development Requires

by Peleg Bar Natan

symfony2 symfony internet check payments checkbook

28/12 2016

1.0.4

1.0.4.0

Symfony support for checkbook.io platform

  Sources   Download

MIT

The Requires

 

The Development Requires

by Peleg Bar Natan

symfony2 symfony internet check payments checkbook

21/12 2016

1.0.3

1.0.3.0

Symfony support for checkbook.io platform

  Sources   Download

MIT

The Requires

 

by Peleg Bar Natan

symfony2 symfony internet check payments checkbook

21/12 2016

1.0.2

1.0.2.0

Symfony support for checkbook.io platform

  Sources   Download

MIT

The Requires

 

by Peleg Bar Natan

symfony2 symfony internet check payments checkbook

21/12 2016

1.0.1

1.0.1.0

Symfony support for checkbook.io platform

  Sources   Download

MIT

The Requires

 

by Peleg Bar Natan

symfony2 symfony internet check payments checkbook

21/12 2016

1.0.0

1.0.0.0

Symfony support for checkbook.io platform

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 symfony internet check payments checkbook