{"id":23649506,"url":"https://github.com/payneteasy/php-plugin-joomshopping","last_synced_at":"2025-07-19T02:02:35.699Z","repository":{"id":11319097,"uuid":"13739860","full_name":"payneteasy/php-plugin-joomshopping","owner":"payneteasy","description":"  Plugin for Joomla 2 and JoomShopping 4 for payment by PaynetEasy","archived":false,"fork":false,"pushed_at":"2013-10-25T14:54:40.000Z","size":516,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-19T23:11:30.112Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://payneteasy.com/","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/payneteasy.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}},"created_at":"2013-10-21T10:58:14.000Z","updated_at":"2015-09-02T18:23:12.000Z","dependencies_parsed_at":"2022-08-20T10:40:37.508Z","dependency_job_id":null,"html_url":"https://github.com/payneteasy/php-plugin-joomshopping","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/payneteasy/php-plugin-joomshopping","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/payneteasy%2Fphp-plugin-joomshopping","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/payneteasy%2Fphp-plugin-joomshopping/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/payneteasy%2Fphp-plugin-joomshopping/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/payneteasy%2Fphp-plugin-joomshopping/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/payneteasy","download_url":"https://codeload.github.com/payneteasy/php-plugin-joomshopping/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/payneteasy%2Fphp-plugin-joomshopping/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265871877,"owners_count":23842091,"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-12-28T15:38:36.513Z","updated_at":"2025-07-19T02:02:35.680Z","avatar_url":"https://github.com/payneteasy.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Plugin for Joomla 3.x and JoomShopping 4.x for pay by PaynetEasy\n\n## Доступная функциональность\n\nДанный  плагин позволяет производить оплату с помощью [merchant PaynetEasy API](http://wiki.payneteasy.com/index.php/PnE:Merchant_API). На текущий момент реализованы следующие платежные методы:\n- [x] [Sale Transactions](http://wiki.payneteasy.com/index.php/PnE:Sale_Transactions)\n- [ ] [Preauth/Capture Transactions](http://wiki.payneteasy.com/index.php/PnE:Preauth/Capture_Transactions)\n- [ ] [Transfer Transactions](http://wiki.payneteasy.com/index.php/PnE:Transfer_Transactions)\n- [ ] [Return Transactions](http://wiki.payneteasy.com/index.php/PnE:Return_Transactions)\n- [ ] [Recurrent Transactions](http://wiki.payneteasy.com/index.php/PnE:Recurrent_Transactions)\n- [x] [Payment Form Integration](http://wiki.payneteasy.com/index.php/PnE:Payment_Form_integration)\n- [ ] [Buy Now Button integration](http://wiki.payneteasy.com/index.php/PnE:Buy_Now_Button_integration)\n- [ ] [eCheck integration](http://wiki.payneteasy.com/index.php/PnE:eCheck_integration)\n- [ ] [Western Union Integration](http://wiki.payneteasy.com/index.php/PnE:Western_Union_Integration)\n- [ ] [Bitcoin Integration](http://wiki.payneteasy.com/index.php/PnE:Bitcoin_integration)\n- [ ] [Loan Integration](http://wiki.payneteasy.com/index.php/PnE:Loan_integration)\n- [ ] [Qiwi Integration](http://wiki.payneteasy.com/index.php/PnE:Qiwi_integration)\n- [ ] [Merchant Callbacks](http://wiki.payneteasy.com/index.php/PnE:Merchant_Callbacks)\n\n## Системные требования\n\n* PHP 5.3 - 5.5\n* [Расширение curl](http://php.net/manual/en/book.curl.php)\n* [Joomla](http://www.joomla.org/download.html) 3.x (плагин тестировался с версией 3.1)\n* [JoomShopping](http://joomshopping.pro/download/component.html) 4.x (плагин тестировался с версией 4.3)\n\n## \u003ca name=\"get_package\"\u003e\u003c/a\u003e Получение пакета с плагином\n\n### Самостоятельная сборка пакета\n1. [Установите composer](http://getcomposer.org/doc/00-intro.md), если его еще нет\n2. Клонируйте репозиторий с плагином: `composer create-project payneteasy/php-plugin-joomshopping --stability=dev --prefer-dist`\n3. Перейдите в папку плагина: `cd php-plugin-joomshopping`\n4. Упакуйте плагин в архив: `composer archive --format=zip`\n\n## Установка, настройка, удаление плагина\n\n* [Установка плагина](doc/00-installation.md)\n* [Настройка плагина](doc/01-configuration.md)\n* [Удаление плагина](doc/02-uninstalling.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpayneteasy%2Fphp-plugin-joomshopping","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpayneteasy%2Fphp-plugin-joomshopping","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpayneteasy%2Fphp-plugin-joomshopping/lists"}