sergiosanchezalvarez / ceca-plugin
CECA payment gateway plugin for Sylius applications.
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:sylius-plugin
Requires
- php: ^7.1
- sylius/sylius: ^1.0
Requires (Dev)
- phpspec/phpspec: ^3.2
This package is not auto-updated.
Last update: 2025-06-08 07:56:06 UTC
README
Installation
$ composer require sergiosanchezalvarez/ceca-plugin
Add routing to your app/config/routing.yml
ceca_payum: resource: "@CecaPlugin/Resources/config/routing.yml"
Add plugin dependencies to your AppKernel.php file:
public function registerBundles() { return array_merge(parent::registerBundles(), [ ... new \Sergiosanchezalvarez\CecaPlugin\CecaPlugin(), ]); }
Configure the comercios.ceca.es with this notification url
* http://yourdomain.tld/payum/ceca/bank-notification
- or https
Configure and active the gateway in syliys admin zone
And it's done! :)