{"id":37004515,"url":"https://github.com/subscribepro/subscribepro-magento2-ext","last_synced_at":"2026-01-14T00:38:23.513Z","repository":{"id":10615887,"uuid":"66363999","full_name":"subscribepro/subscribepro-magento2-ext","owner":"subscribepro","description":"Subscribe Pro Magento 2 Integration Extension","archived":false,"fork":false,"pushed_at":"2024-12-18T23:26:33.000Z","size":1639,"stargazers_count":23,"open_issues_count":48,"forks_count":24,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-09-29T00:29:38.297Z","etag":null,"topics":["magento","magento-2","magento2-extension","magento2-module","payments","recurring-billing","subscription-commerce"],"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/subscribepro.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":"2016-08-23T12:16:01.000Z","updated_at":"2025-03-19T05:58:45.000Z","dependencies_parsed_at":"2024-11-20T22:15:25.566Z","dependency_job_id":null,"html_url":"https://github.com/subscribepro/subscribepro-magento2-ext","commit_stats":{"total_commits":469,"total_committers":17,"mean_commits":27.58823529411765,"dds":0.7078891257995736,"last_synced_commit":"96f0e960683839268a1521f8f012849a3441cea5"},"previous_names":[],"tags_count":87,"template":false,"template_full_name":null,"purl":"pkg:github/subscribepro/subscribepro-magento2-ext","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subscribepro%2Fsubscribepro-magento2-ext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subscribepro%2Fsubscribepro-magento2-ext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subscribepro%2Fsubscribepro-magento2-ext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subscribepro%2Fsubscribepro-magento2-ext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/subscribepro","download_url":"https://codeload.github.com/subscribepro/subscribepro-magento2-ext/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subscribepro%2Fsubscribepro-magento2-ext/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28406520,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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","magento-2","magento2-extension","magento2-module","payments","recurring-billing","subscription-commerce"],"created_at":"2026-01-14T00:38:22.827Z","updated_at":"2026-01-14T00:38:23.472Z","avatar_url":"https://github.com/subscribepro.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Subscribe Pro Magento 2 Integration Extension\n=============================================\n\n[![Latest Stable Version](https://poser.pugx.org/subscribepro/subscribepro-magento2-ext/v/stable)](https://packagist.org/packages/subscribepro/subscribepro-magento2-ext)\n[![Total Downloads](https://poser.pugx.org/subscribepro/subscribepro-magento2-ext/downloads)](https://packagist.org/packages/subscribepro/subscribepro-magento2-ext)\n[![Latest Unstable Version](https://poser.pugx.org/subscribepro/subscribepro-magento2-ext/v/unstable)](https://packagist.org/packages/subscribepro/subscribepro-magento2-ext)\n[![License](https://poser.pugx.org/subscribepro/subscribepro-magento2-ext/license)](https://packagist.org/packages/subscribepro/subscribepro-magento2-ext)\n\nThis is the official Magento 2 extension for Subscribe Pro.\n\nTo learn more about Subscribe Pro you can visit us at https://www.subscribepro.com/.\n\n## Getting Started\n\nPlease visit our documentation website and start with our step by step integration guide for Magento 2: https://docs.subscribepro.com/display/spd/Install+Subscribe+Pro+for+Magento+2\n\n## Installation via Composer\n\nYou can install our Subscribe Pro Magento 2 extension via [Composer](http://getcomposer.org/). Please run these commands at the root of your Magento install:\n ```bash\n composer require subscribepro/subscribepro-magento2-ext\n php bin/magento module:enable Swarming_SubscribePro\n php bin/magento setup:upgrade\n ```\n\n## Coding Standards\n\nSubscribe Pro team follows the standards described in https://devdocs.magento.com\n - https://devdocs.magento.com/guides/v2.4/coding-standards/bk-coding-standards.html - this document's purpose is to explain how the code should be formatted and the main idea for PHP developers is **\"use codesniffer\"**. Helpful and concise instructions on how to set it up are provided. The rules imposed by codesniffer are based on **PSR12** standard (see https://www.php-fig.org/psr/psr-1/ https://www.php-fig.org/psr/psr-2/ https://www.php-fig.org/psr/psr-12/) and are arguably too numerous for humans to remember and consistently apply, so official Magento team does not provide a human-readable description anyway\n - https://devdocs.magento.com/guides/v2.4/coding-standards/technical-guidelines.html - this document describes semantic requirements and best coding practices\n - https://devdocs.magento.com/guides/v2.4/coding-standards/code-standard-javascript.html - JS coding standard\n - https://devdocs.magento.com/guides/v2.4/coding-standards/code-standard-less.html - less coding standard\n - https://devdocs.magento.com/guides/v2.4/coding-standards/code-standard-html.html - HTML coding standard\n \n### Subscribe Pro's internal coding standards\n - Use fully-qualified class names in PHPDoc, e.g.,\n    ```\n    /**\n     * @param \\Magento\\Framework\\App\\RequestInterface $request\n     * @return bool\n     */\n     ```\n    This is expected to make the code more clear when skimming through, leaves less ambiguity when dealing with classes that are named similarly but belong to different namespaces, in IDE there is no need to ctrl+click twice to actually see the class if an alias is used. This also eradicates the situations when an unnecessary use operator is included only for the sake of writing a phpdoc/comment.\n - No space after type cast, e.g.,\n    ```\n    (int)$variable\n    ```\n      None of the existing PHP standards stipulates this at the moment of writing, so \"no space\" was elected.\n\n### To confirm project is compliant with standards PHP_CodeSniffer (`phpcs`)\n\nRun PHP_CodeSniffer:\n\n```bash\nvendor/bin/phpcs -s \\\n  --standard=Magento2 app/code/Swarming/SubscribePro \\\n  --extensions=phtml \\\n  --error-severity=10 \\\n  --ignore-annotations \\\n  --exclude=Magento2.Annotation.MethodAnnotationStructure \\\n  app/code/Swarming/SubscribePro\n```\n\nTo automatically fix certain issues with PHP Code Beautifier and Fixer:\n\n```bash\nbin/phpcbf --standard=Magento2 \\\n  --extensions=phtml \\\n  --error-severity=10 \\\n  --ignore-annotations \\\n  --exclude=Magento2.Annotation.MethodAnnotationStructure \\\n  app/code/Swarming/SubscribePro\n```\n\n### Run `phpstan`\n\n```bash\nbin/analyse app/code/Swarming/SubscribePro --level=1 -c app/code/Swarming/SubscribePro/phpstan.neon\n```\n\n### Run PHP Coding Standards Fixer (`php-cs-fixer`)\n\n```bash\nphp-cs-fixer fix src/app/code/Swarming/SubscribePro\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubscribepro%2Fsubscribepro-magento2-ext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubscribepro%2Fsubscribepro-magento2-ext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubscribepro%2Fsubscribepro-magento2-ext/lists"}