{"id":16924742,"url":"https://github.com/ph/magento-moneris","last_synced_at":"2026-02-21T21:07:24.919Z","repository":{"id":429924,"uuid":"50274","full_name":"ph/magento-moneris","owner":"ph","description":"A magento module for moneris payment gateway","archived":false,"fork":false,"pushed_at":"2014-08-29T18:49:49.000Z","size":145,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-25T09:36:14.639Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://github.com/ph/magento-moneris/tree/master","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"cakephp/upgrade","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ph.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2008-09-07T23:56:24.000Z","updated_at":"2021-11-23T19:14:31.000Z","dependencies_parsed_at":"2022-08-16T10:25:13.650Z","dependency_job_id":null,"html_url":"https://github.com/ph/magento-moneris","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ph/magento-moneris","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ph%2Fmagento-moneris","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ph%2Fmagento-moneris/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ph%2Fmagento-moneris/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ph%2Fmagento-moneris/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ph","download_url":"https://codeload.github.com/ph/magento-moneris/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ph%2Fmagento-moneris/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29694197,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"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":"2024-10-13T20:05:57.640Z","updated_at":"2026-02-21T21:07:24.883Z","avatar_url":"https://github.com/ph.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NOT SUPPORTED ANYMORE \n\n--\n\n# Bugs\nReport bugs on http://github.com/ph/magento-moneris/issues\n\n# INSTALLATION\n- Copy files to {MAGENTO INSTALLATION DIRECTORY}/app/code/local/Mage/Moneris\n- Copy etc/Mage_Moneris.xml to {MAGENTO INSTALLATION DIRECTORY}/app/etc/modules/\n- Copy the patched version of the Moneris PHP5 lib to it to {MAGENTO INSTALLATION DIRECTORY}/lib/moneris\n\tThe original lib was throwing an error when used in the magento environment, I only added a simple check \n\twhen accessing a properties.\n- Add the following lines to app/etc/local.xml to ensure the module will show up in the administration panel.\n\n\u003ccode\u003e\n\t\u0026lt;modules\u0026gt;\n\t\t\u0026lt;Mage_Moneris\u0026gt; \n\t\t\t\u0026lt;active\u0026gt;true\u0026lt;/active\u0026gt;\n\t\t\t\u0026lt;codePool\u0026gt;local\u0026lt;/codePool\u0026gt;\n\t\t\u0026lt;/Mage_Moneris\u0026gt;\n\t\u0026lt;/modules\u0026gt;\n\u003c/code\u003e\n\n- Set your store id and you api key in the payment module screen in the magento admin\n- Set an order token when you work with the development environment\n\n\n\n\nNote by default moneris use their sandbox for the hostname, you need to change them to the appropriate host\nwhen pushing them in production, look at their documentation PDF for the right endpoint.\n\n# MONERIS DOCUMENTATION\n\nhttps://www3.moneris.com/connect/en/process/apis/PHP/index.html\n\n\n# TODO:\n- Implement void\n- move some public method to protected\n- add tests/spec for it\n- add more documentation?\n\n\n\nFeel free to send me patches or fork the project.\n\nPier-Hugues Pellerin ph - at - heykimo.com\n\nThanks to Antoine Girard - antoinegirard.com if you need magento integration contact him.\n\n\n---\n\n\nCopyright (c) 2008 Pier-Hugues Pellerin\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fph%2Fmagento-moneris","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fph%2Fmagento-moneris","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fph%2Fmagento-moneris/lists"}