{"id":20499805,"url":"https://github.com/sherlockode/syliuscheckoutplugin","last_synced_at":"2026-04-17T22:05:14.298Z","repository":{"id":40303288,"uuid":"475762246","full_name":"sherlockode/SyliusCheckoutPlugin","owner":"sherlockode","description":"This plugin allows you to use checkout.com to receive credit card payments on your e-commerce website.","archived":false,"fork":false,"pushed_at":"2023-03-15T10:10:40.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-01-16T06:58:13.972Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sherlockode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-30T07:14:05.000Z","updated_at":"2023-06-01T08:47:13.000Z","dependencies_parsed_at":"2024-11-15T18:28:48.736Z","dependency_job_id":null,"html_url":"https://github.com/sherlockode/SyliusCheckoutPlugin","commit_stats":{"total_commits":20,"total_committers":3,"mean_commits":6.666666666666667,"dds":0.25,"last_synced_commit":"0c355f6715c57ffb5d2e7fb206d2e2e938e1bed1"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sherlockode%2FSyliusCheckoutPlugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sherlockode%2FSyliusCheckoutPlugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sherlockode%2FSyliusCheckoutPlugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sherlockode%2FSyliusCheckoutPlugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sherlockode","download_url":"https://codeload.github.com/sherlockode/SyliusCheckoutPlugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242090433,"owners_count":20070151,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T18:18:32.758Z","updated_at":"2026-04-17T22:05:14.238Z","avatar_url":"https://github.com/sherlockode.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sylius Checkout Plugin\n\n----\n\n[ ![](https://img.shields.io/packagist/l/sherlockode/sylius-checkout-plugin) ](https://packagist.org/packages/sherlockode/sylius-checkout-plugin \"License\")\n[ ![](https://img.shields.io/packagist/v/sherlockode/sylius-checkout-plugin) ](https://packagist.org/packages/sherlockode/sylius-checkout-plugin \"Version\")\n[ ![](https://poser.pugx.org/sherlockode/sylius-checkout-plugin/downloads)](https://packagist.org/packages/sherlockode/sylius-checkout-plugin \"Total Downloads\")\n[ ![Support](https://img.shields.io/badge/support-contact%20author-blue])](https://www.sherlockode.fr/contactez-nous/?utm_source=github\u0026utm_medium=referral\u0026utm_campaign=plugins_checkout)\n\n## Table of Content\n\n***\n\n* [Overview](#overview)\n* [Installation](#installation)\n    * [Configuration](#configuration)\n    * [Usage](#usage)\n* [Demo](#demo-sylius-shop)\n* [License](#license)\n* [Contact](#contact)\n\n# Overview\n\nThis plugin allows you to use checkout.com to receive credit card payments on your e-commerce website.\n\n----\n\n# Installation\n\n----\n\nInstall the plugin with composer:\n\n```shell\n$ composer require sherlockode/sylius-checkout-plugin\n```\n\nIf your project does not use autoload, you have to enable the bundle yourself:\n\n```php\n// config/bundle.php\n\nreturn [\n    ...\n    \n    Sherlockode\\SyliusCheckoutPlugin\\SherlockodeSyliusCheckoutPlugin::class =\u003e ['all' =\u003e true],\n];\n```\n\n----\n\n## Configuration\n\n----\n\nUpdate your sylius installation by importing bundle configuration:\n\n```yaml\n# config/packages/_sylius.yaml\n\nimports:\n    # ...\n\n    - { resource: \"@SherlockodeSyliusCheckoutPlugin/Resources/config/config.yaml\" }\n```\n\nThen import routes:\n\n```yaml\n# config/routes.yaml\n\nsherlockode_sylius_checkout_plugin:\n    resource: \"@SherlockodeSyliusCheckoutPlugin/Resources/config/routing.xml\"\n```\n\nUpdate your webpack configuration to add an entry in shop config:\n\n```javascript\n// Shop config\nEncore\n    // ...\n    .addEntry('sherlockode-checkout', './vendor/sherlockode/sylius-checkout-plugin/src/Resources/public/js/entry.js')\n```\n\n----\n\n## Usage\n\n----\n\n### Payment method configuration\n\nNow you only have to create a new payment method based on the Checkout.com type, \nthen fill your credentials in the gateway configuration.\n\n![image](https://user-images.githubusercontent.com/12657400/225270680-a782f5d0-6aea-4b05-b315-d1f1b33603bc.png)\n\n----\n\n# Demo Sylius Shop\n\n---\n\nWe created a demo app with some useful use-cases of plugins!\nVisit [sylius-demo.sherlockode.fr](https://sylius-demo.sherlockode.fr/) to take a look at it. The admin can be accessed under\n[sylius-demo.sherlockode.fr/admin/login](https://sylius-demo.sherlockode.fr/admin/login) link.\nPlugins that we have used in the demo:\n\n| Plugin name                  | GitHub                                                     | Sylius' Store |\n|------------------------------|------------------------------------------------------------|---------------|\n| Advance Content Bundle (ACB) | https://github.com/sherlockode/SyliusAdvancedContentPlugin | -             |\n| Mondial Relay                | https://github.com/sherlockode/SyliusMondialRelayPlugin    | -             |\n| Checkout Plugin              | https://github.com/sherlockode/SyliusCheckoutPlugin        | -             |\n| FAQ                          | https://github.com/sherlockode/SyliusFAQPlugin             | -             |\n\n## Additional resources for developers\n\n---\nTo learn more about our contribution workflow and more, we encourage you to use the following resources:\n* [Sylius Documentation](https://docs.sylius.com/en/latest/)\n* [Sylius Contribution Guide](https://docs.sylius.com/en/latest/contributing/)\n* [Sylius Online Course](https://sylius.com/online-course/)\n\n## License\n\n---\n\nThis plugin's source code is completely free and released under the terms of the MIT license.\n\n[//]: # (These are reference links used in the body of this note and get stripped out when the markdown processor does its job. There is no need to format nicely because it shouldn't be seen.)\n\n## Contact\n\n---\nIf you want to contact us, the best way is to fill the form on [our website](https://www.sherlockode.fr/contactez-nous/?utm_source=github\u0026utm_medium=referral\u0026utm_campaign=plugins_checkout) or send us an e-mail to contact@sherlockode.fr with your question(s). We guarantee that we answer as soon as we can!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsherlockode%2Fsyliuscheckoutplugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsherlockode%2Fsyliuscheckoutplugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsherlockode%2Fsyliuscheckoutplugin/lists"}