2017 © Pedro Peláez
 

sylius-plugin bluemedia-plugin

The Bluemedia extra extension.

image

contelizer/bluemedia-plugin

The Bluemedia extra extension.

  • Thursday, July 19, 2018
  • by b4rt
  • Repository
  • 0 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Contelizer

The Payum extension to rapidly build new extensions., (*1)

  1. Create new project
$ composer create-project contelizer/bluemedia
  1. Register a gateway factory to the payum's builder and create a gateway:
<?php

use Payum\Core\PayumBuilder;
use Payum\Core\GatewayFactoryInterface;

$defaultConfig = [];

$payum = (new PayumBuilder)
    ->addGatewayFactory('paypal', function(array $config, GatewayFactoryInterface $coreGatewayFactory) {
        return new \Acme\Paypal\PaypalGatewayFactory($config, $coreGatewayFactory);
    })

    ->addGateway('paypal', [
        'factory' => 'paypal',
        'sandbox' => true,
    ])

    ->getPayum()
;
  1. While using the gateway implement all method where you get Not implemented exception:
<?php

use Payum\Core\Request\Capture;

$paypal = $payum->getGateway('paypal');

$model = new \ArrayObject([
  // ...
]);

$paypal->execute(new Capture($model));

Resources

Developed by Forma-Pro

Forma-Pro is a full stack development company which interests also spread to open source development. Being a team of strong professionals we have an aim an ability to help community by developing cutting edge solutions in the areas of e-commerce, docker & microservice oriented architecture where we have accumulated a huge many-years experience. Our main specialization is Symfony framework based solution, but we are always looking to the technologies that allow us to do our job the best way. We are committed to creating solutions that revolutionize the way how things are developed in aspects of architecture & scalability., (*2)

If you have any questions and inquires about our open source development, this product particularly or any other matter feel free to contact at opensource@forma-pro.com, (*3)

License

Contelizer Bluemedia plugin is released under the MIT License., (*4)

The Versions

19/07 2018

dev-master

9999999-dev

The Bluemedia extra extension.

  Sources   Download

MIT

The Requires

 

The Development Requires

13/07 2018

0.0.4-stable

0.0.4.0

The Bluemedia extra extension.

  Sources   Download

MIT

The Requires

 

The Development Requires