All Projects → BitBagCommerce → Syliusmercanetbnpparibasplugin

BitBagCommerce / Syliusmercanetbnpparibasplugin

Licence: mit
BnpParibas Mercanet payment gateway for Sylius based applications.

Projects that are alternatives of or similar to Syliusmercanetbnpparibasplugin

Platform
Shopware 6 is an open source eCommerce platform realised by the ideas and the spirit of its community.
Stars: ✭ 1,267 (+10458.33%)
Mutual labels:  ecommerce, symfony
Orocommerce
Main OroCommerce package with core functionality.
Stars: ✭ 148 (+1133.33%)
Mutual labels:  ecommerce, symfony
Ecommerce
A powerful and lightweight eCommerce platform using ReactJs, Graphql, PHP, and Mysql.
Stars: ✭ 28 (+133.33%)
Mutual labels:  ecommerce, symfony
Sylius Standard
Open Source eCommerce Application on top of Symfony
Stars: ✭ 165 (+1275%)
Mutual labels:  ecommerce, symfony
Open Loyalty
Open Loyalty is technology for loyalty solutions for starting new loyalty projects.
Stars: ✭ 476 (+3866.67%)
Mutual labels:  ecommerce, symfony
Ec Cube
EC-CUBE is the most popular e-commerce solution in Japan
Stars: ✭ 591 (+4825%)
Mutual labels:  ecommerce, symfony
Syliuselasticsearchplugin
Elasticsearch integration for Sylius apps.
Stars: ✭ 88 (+633.33%)
Mutual labels:  ecommerce, symfony
Syliuscmsplugin
Content management system for eCommerce apps created on Sylius platform. Built with Sylius code quality, flexibility, BDD.
Stars: ✭ 178 (+1383.33%)
Mutual labels:  ecommerce, symfony
Aimeos Symfony
Symfony e-commerce bundle for professional, ultra fast online shops, complex B2B applications and #gigacommerce
Stars: ✭ 194 (+1516.67%)
Mutual labels:  ecommerce, symfony
Wellcommerce
Open-source E-Commerce software
Stars: ✭ 499 (+4058.33%)
Mutual labels:  ecommerce, symfony
Sylius
Open Source eCommerce Platform on Symfony
Stars: ✭ 6,598 (+54883.33%)
Mutual labels:  ecommerce, symfony
Symfony Crawler Bundle
Implements the crawler package into Symfony
Stars: ✭ 8 (-33.33%)
Mutual labels:  symfony
Admincrudbundle
AdminCrud genera un controlador muy básico para una Entity dada. Este controlador extiende e implementa un controlador Super Genial.
Stars: ✭ 18 (+50%)
Mutual labels:  symfony
Polyfill Intl Normalizer
This component provides a fallback implementation for the Normalizer class provided by the Intl extension.
Stars: ✭ 896 (+7366.67%)
Mutual labels:  symfony
Javersphinxbundle
Symfony bundle which provides integration of Sphinx search engine with Symfony using SphinxQL
Stars: ✭ 18 (+50%)
Mutual labels:  symfony
Accompli
An easy to use and extendable deployment tool for (PHP) projects.
Stars: ✭ 9 (-25%)
Mutual labels:  symfony
Book 5.0 2
The Symfony 5 book source: The Fast Track
Stars: ✭ 27 (+125%)
Mutual labels:  symfony
Jet
Jet is an e-commerce framework for Amber / Crystal
Stars: ✭ 18 (+50%)
Mutual labels:  ecommerce
Webfactorylegacyintegrationbundle
A battle-proven approach to facilitate the incremental migration of legacy applications to the Symfony2 stack.
Stars: ✭ 17 (+41.67%)
Mutual labels:  symfony
Symedit
Symfony2 Content Management System
Stars: ✭ 6 (-50%)
Mutual labels:  symfony

BitBag

Overview

This plugin enables using Mercanet BNP Paribas payments in Sylius based stores.

Support

You can order our support on this page.

We work on amazing eCommerce projects on top of Sylius and Pimcore. Need some help or additional resources for a project? Write us an email on [email protected] or visit our website! 🚀

Demo

We created a demo app with some useful use-cases of the plugin! Visit demo.bitbag.shop to take a look at it. The admin can be accessed under demo.bitbag.shop/admin link and sylius: sylius credentials.

Installation

$ composer require bitbag/mercanet-bnp-paribas-plugin

Add plugin dependencies to your AppKernel.php file:

public function registerBundles()
{
    return array_merge(parent::registerBundles(), [
        ...
        
        new \BitBag\MercanetBnpParibasPlugin\BitBagMercanetBnpParibasPlugin(),
    ]);
}

Usage

Go to the payment methods in your admin panel. Now you should be able to add new payment method for Mercanet BNP Paribas gateway.

Testing

$ wget http://getcomposer.org/composer.phar
$ php composer.phar install
$ yarn install
$ yarn run gulp
$ php bin/console sylius:install --env test
$ php bin/console server:start --env test
$ open http://localhost:8000
$ bin/behat features/*
$ bin/phpspec run

Contribution

Learn more about our contribution workflow on http://docs.sylius.org/en/latest/contributing/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].