{"id":36388576,"url":"https://github.com/frontycore/sylius-imoje","last_synced_at":"2026-01-11T15:05:57.795Z","repository":{"id":62507594,"uuid":"188211319","full_name":"frontycore/sylius-imoje","owner":"frontycore","description":"Integration of imoje.pl transaction API to Sylius as a new payment method.","archived":false,"fork":false,"pushed_at":"2019-05-25T00:34:16.000Z","size":41,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-27T21:30:50.385Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frontycore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2019-05-23T10:20:05.000Z","updated_at":"2022-05-20T05:51:44.000Z","dependencies_parsed_at":"2022-11-02T12:46:02.754Z","dependency_job_id":null,"html_url":"https://github.com/frontycore/sylius-imoje","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/frontycore/sylius-imoje","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontycore%2Fsylius-imoje","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontycore%2Fsylius-imoje/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontycore%2Fsylius-imoje/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontycore%2Fsylius-imoje/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frontycore","download_url":"https://codeload.github.com/frontycore/sylius-imoje/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontycore%2Fsylius-imoje/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28309752,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T14:58:17.114Z","status":"ssl_error","status_checked_at":"2026-01-11T14:55:53.580Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-01-11T15:05:57.343Z","updated_at":"2026-01-11T15:05:57.774Z","avatar_url":"https://github.com/frontycore.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sylius IMoje.pl payment gateway plugin\n\nIntegration of imoje.pl Paywall API to Sylius as a new payment method.\n\nSee Paywall [API documentation](https://www.imoje.pl/developerzy/paywall-api).\n\nCheck also great [GoPay plugin by Czende](https://packagist.org/packages/czende/gopay-plugin). It has been great inspiration for IMoje.pl payment plugin.\n\n## Installation\n\n```bash\n$ composer require fronty/sylius-imoje\n```\n\nAdd plugin dependencies to your AppKernel.php file:\n\n```php\npublic function registerBundles()\n{\n    return array_merge(parent::registerBundles(), [\n        ...\n\n        new \\Fronty\\SyliusIMojePlugin\\FrontySyliusIMojePlugin(),\n    ]);\n}\n```\n\n## Beware\nThis plugin is not tested, therefore it's not an official Sylius plugin. Please be careful.\nIf you'd like to add testing, you are more than welcome to send PR!\n\n## Usage\n### Sandbox (testing mode)\nRegister new Sandbox account at https://sandbox.imoje.ingbank.pl/ (PL only).\nLog in and go to \"Sklepy\" tab (top left). In the table, click on \"Sklep testowy\" to expand and then to \"Szczegóły\" link.\nGo to \"Dane do integracji\" tab. There you will see your credentials, which should be filled in payment setting:\n- \"Identyfikator klienta\" is Merchant ID\n- \"Identyfikator sklepu\" is Service ID\n- \"Klucz sklepu\" is Secret Key\n\nGo to Sylius admin and create new payment of IMoje.pl type. Choose Testing environment and use credentials from sanbox admin.\n\n### Production\nYou will receive production credentials from IMoje.pl organization. After that, go to IMoje.pl payment settings in Sylius admin,\nfill given credentials and select Production environment. That's all :)\n\n\n## How to change visible payment methods.\nBy default, this plugin uses only `card` and `pbl` payment methods. If you want to specify others or change any other Gateway configuration,\njust overwrite service `fronty.imoje.gateway_factory` with your own and change `visibleMethod` in `payum.default_options` field.\n\n\n## Todo\n- Tests to become an official Sylius plugin :)\n- Notification implementation","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontycore%2Fsylius-imoje","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrontycore%2Fsylius-imoje","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontycore%2Fsylius-imoje/lists"}