chargily / epay-sylius
Chargily plugin for Sylius.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 2
Open Issues: 0
Type:chargily-sylius-plugin
Requires
- php: ^7.4 || ^8.0
- ext-json: *
- chargily/epay-gateway: ^1.0
- sylius/sylius: ^1.3
Requires (Dev)
- behat/behat: ^3.4
- behat/mink: ^1.7@dev
- behat/mink-browserkit-driver: ^1.3
- behat/mink-extension: ^2.2
- behat/mink-selenium2-driver: ^1.3
- friends-of-behat/context-service-extension: ^1.2
- friends-of-behat/cross-container-extension: ^1.1
- friends-of-behat/service-container-extension: ^1.0
- friends-of-behat/symfony-extension: ^1.2.1
- friends-of-behat/variadic-extension: ^1.1
- lakion/mink-debug-extension: ^1.2.3
- phpspec/phpspec: ^5.0
- sensiolabs/security-checker: ^4.1
- sylius-labs/coding-standard: ^2.0
- symfony/browser-kit: ^3.4|^4.1
- symfony/debug-bundle: ^3.4|^4.1
- symfony/dotenv: ^3.4|^4.1
- symfony/intl: ^3.4|^4.1
- symfony/web-profiler-bundle: ^3.4|^4.1
- symfony/web-server-bundle: ^3.4|^4.1
README
Sylius Plugin for Chargily ePay Gateway
Installation
- Via Composer (Recomended)
composer require chargily/epay-sylius
- Register the bundle, add this line at the end of the file config/bundles.php
Chargily\EpayPlugin\ChargilyEpayPlugin::class => ['all' => true],
- Import the services, Add the follow line in config/services.yml
imports:
- { resource: "@ChargilyEpayPlugin/Resources/config/services.yml" }
- Import the routes, Add the follow line in config/routes/sylius_shop.yml
sylius_shop_chargily:
resource: "@ChargilyEpayPlugin/Resources/config/shop_routing.yml"
- Clear the cache
php bin/console cache:clear
- Download the latest release Chargily Sylius Plugin
Configurations
This Plugin is to integrate ePayment gateway with Chargily easily.
- Currently support payment by CIB / EDAHABIA cards and soon by Visa / Mastercard
- This repo is recently created for Sylius Plugin, If you are a developer and want to collaborate to the development of this plugin, you are welcomed!
Contribution tips
- Make a fork of this repo.
- Take a tour to our API documentation here
- Get your API Key/Secret from ePay by Chargily dashboard for free.
- Start developing.
- Finished? Push and merge.