{"id":29146095,"url":"https://github.com/bluefinchcommerce/module-checkout-template","last_synced_at":"2026-02-25T15:36:13.821Z","repository":{"id":279412433,"uuid":"921322146","full_name":"BlueFinchCommerce/module-checkout-template","owner":"BlueFinchCommerce","description":"An open-source template for compatibility extension modules for the BlueFinch Checkout for Magento and Adobe Commerce.","archived":false,"fork":false,"pushed_at":"2025-04-22T11:09:12.000Z","size":158,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-06-30T21:11:38.737Z","etag":null,"topics":["bluefinch","bluefinchcommerce","checkout","e-commerce","ecommerce","headless","magento","magento2","open-source","opensource","storefront","vue","vuejs"],"latest_commit_sha":null,"homepage":"https://www.bluefinchcommerce.com/checkout","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/BlueFinchCommerce.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-23T18:35:20.000Z","updated_at":"2025-04-09T13:27:55.000Z","dependencies_parsed_at":"2025-02-25T12:42:43.603Z","dependency_job_id":"35975487-8324-4720-9fd0-ac3b6cbf593e","html_url":"https://github.com/BlueFinchCommerce/module-checkout-template","commit_stats":null,"previous_names":["bluefinchcommerce/module-checkout-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BlueFinchCommerce/module-checkout-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueFinchCommerce%2Fmodule-checkout-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueFinchCommerce%2Fmodule-checkout-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueFinchCommerce%2Fmodule-checkout-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueFinchCommerce%2Fmodule-checkout-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlueFinchCommerce","download_url":"https://codeload.github.com/BlueFinchCommerce/module-checkout-template/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueFinchCommerce%2Fmodule-checkout-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29827971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T14:53:59.163Z","status":"ssl_error","status_checked_at":"2026-02-25T14:53:23.002Z","response_time":61,"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":["bluefinch","bluefinchcommerce","checkout","e-commerce","ecommerce","headless","magento","magento2","open-source","opensource","storefront","vue","vuejs"],"created_at":"2025-06-30T21:10:27.950Z","updated_at":"2026-02-25T15:36:13.806Z","avatar_url":"https://github.com/BlueFinchCommerce.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CircleCI](https://dl.circleci.com/status-badge/img/gh/BlueFinchCommerce/module-checkout-template/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/BlueFinchCommerce/module-checkout-template/tree/main)\n\n[![GNU General Public License Version 3](./assets/license-GPLv3.svg)](https://github.com/BlueFinchCommerce/module-checkout-template/?tab=GPL-3.0-1-ov-file#readme)\n\n![Checkout Powered by BlueFinch](./assets/logo.svg)\n\n# BlueFinch Checkout Module - Example Extension\n\nThis module serves as an example of how to create a custom extension for the BlueFinch Checkout module.\n\n## Requirements\n\n- Magento 2.4.6 or higher\n- Node 16 or higher (for development purposes only)\n- Latest version of BlueFinch Checkout\n\n## Installation\n\nEnsure you have installed the latest version of BlueFinch Checkout, which can be found here, [BlueFinch Checkout](https://github.com/bluefinchcommerce/module-checkout).\n\nFor information about a module installation in Adobe Commerce, see [Enable or disable modules](https://experienceleague.adobe.com/en/docs/commerce-operations/installation-guide/tutorials/manage-modules).\n\nRemember to clear any appropriate caches.\n\n## Getting Started\nPlease refer to the [BlueFinch Checkout Modules docs](https://github.com/BlueFinchCommerce/module-checkout), specifically the [Custom extension guide](https://github.com/BlueFinchCommerce/module-checkout/blob/main/docs/Extensions.md) and the [how to create a checkout extension module](https://github.com/BlueFinchCommerce/module-checkout/blob/main/docs/how-to-create-a-checkout-extension-module.md) document.\n\n## Local frontend development workflow\n\nPlease refer to the local frontend development workflow section of the [BlueFinch Checkout contributing guidelines](https://github.com/BlueFinchCommerce/module-checkout/blob/main/.github/CONTRIBUTING.md), that applies to all BlueFinch Checkout extension modules, such as this one.\n\n## CircleCi\n\nCircleCi is a tool for us to use to allow for tested to be run on our modules before they are deployed.\n\nThis template comes with EsLint and PHPStan.\n\nYou can add more tests to this if you need to.\n\n\n### Testing your module locally\n\nYou can test CircleCi before you push your code.\n\nTo do this you need to install circleci locally.\n\n``` brew install circleci```\n\nThen once this has been installed in the main directory of your package then.\n\n```circleci local execute```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluefinchcommerce%2Fmodule-checkout-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluefinchcommerce%2Fmodule-checkout-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluefinchcommerce%2Fmodule-checkout-template/lists"}