{"id":34005107,"url":"https://github.com/vianetz/magento1-asyncqueue","last_synced_at":"2026-04-10T10:03:08.281Z","repository":{"id":62544028,"uuid":"87535955","full_name":"vianetz/magento1-asyncqueue","owner":"vianetz","description":"Adds asynchronous queue functionalities to Magento 1.","archived":false,"fork":false,"pushed_at":"2021-10-21T07:11:26.000Z","size":47,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-14T22:34:44.158Z","etag":null,"topics":["magento-extension","magento1","magento1-module","openmage","queue"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vianetz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-07T10:45:33.000Z","updated_at":"2024-10-08T17:17:37.000Z","dependencies_parsed_at":"2022-11-02T21:30:36.956Z","dependency_job_id":null,"html_url":"https://github.com/vianetz/magento1-asyncqueue","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/vianetz/magento1-asyncqueue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vianetz%2Fmagento1-asyncqueue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vianetz%2Fmagento1-asyncqueue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vianetz%2Fmagento1-asyncqueue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vianetz%2Fmagento1-asyncqueue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vianetz","download_url":"https://codeload.github.com/vianetz/magento1-asyncqueue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vianetz%2Fmagento1-asyncqueue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31637748,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"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":["magento-extension","magento1","magento1-module","openmage","queue"],"created_at":"2025-12-13T10:34:53.127Z","updated_at":"2026-04-10T10:03:08.276Z","avatar_url":"https://github.com/vianetz.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Vianetz Async Queue Extension for Magento\n=========================================\n\nFacts\n-----\n- Extension key: `Vianetz_AsyncQueue`\n\nDescription\n-----------\nThis module for the Magento online shop software adds the possibility for developers to execute asynchronouse actions\nvia a simple queuing mechanism. This modules is based on Zend_Queue.\nAn exemplary implementation can be seen in our [Automatic Invoice extension for Magento](https://www.vianetz.com/automaticinvoice).\n\nRequirements\n------------\n- PHP \u003e= 5.6.0\n- `Mage_Core`\n\nCompatibility\n-------------\n- Magento \u003e= 1.9\n\nInstallation Instructions\n-------------------------\nFor installation notes please see also [our FAQ](https://www.vianetz.com/en/faq/how-to-install-the-magento-extension.html).\n\n1. Do a backup of your Magento installation for safety reasons.\n2. Disable Magento compilation feature (if activated): System \u003e Tools \u003e Compiler\n3. Unzip the setup package and copy the contents of the src/ folder into the Magento root folder. (The folder structure\n   is the same as in your Magento installation. No files will be overwritten.)\n   Please assure that the files are uploaded with the same file user permissions as the Magento installation!\n4. Clear the Magento cache (and related caches like APC if available)\n5. Logout from the admin panel and then login again\n6. Enable the Magento compilation feature (if it was activated before): System \u003e Tools \u003e Compiler\n\nAs an alternative you can install the module via modman.\nPlease find more information about that installation method at [https://github.com/colinmollenhour/modman](https://github.com/colinmollenhour/modman)\n(Thanks @colinmollenhour)\n\nWe also offer paid installation services. If you are interested please contact me at support@vianetz.com.\n\nUninstallation\n--------------\n1. Remove the folder app/code/community/Vianetz/AsyncQueue\n2. Remove the file app/etc/modules/Vianetz_AsyncQueue.xml\n3. Execute the following SQL statement:\nDROP TABLE IF EXISTS `message`;\nDROP TABLE IF EXISTS `queue`;\n\nFrequently Asked Questions\n--------------------------\nPlease find the [Frequently Asked Questions on our website](https://www.vianetz.com/en/faq).\n\nSupport\n-------\nIf you have any issues or suggestions with this extension, please do not hesitate to\n[contact me](https://www.vianetz.com/en/contacts) or [send me an email](mailto:support@vianetz.com).\n\nDeveloper\n---------\nChristoph Massmann\n[https://www.vianetz.com](https://www.vianetz.com)\n[@vianetz](https://twitter.com/vianetz)\n\nLicence\n-------\n[GNU GENERAL PUBLIC LICENSE](http://www.gnu.org/licenses/gpl-3.0.txt)\n\nCopyright\n---------\n(c) since 2008 vianetz\n\nThis Magento Extension uses Semantic Versioning - please find more information at http://semver.org.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvianetz%2Fmagento1-asyncqueue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvianetz%2Fmagento1-asyncqueue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvianetz%2Fmagento1-asyncqueue/lists"}