{"id":35086018,"url":"https://github.com/softcommerceltd/magento-freeagent-integration","last_synced_at":"2026-03-16T09:36:52.426Z","repository":{"id":65316546,"uuid":"588583801","full_name":"softcommerceltd/magento-freeagent-integration","owner":"softcommerceltd","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-10T09:16:59.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-08-20T11:24:13.015Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/softcommerceltd.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":"2023-01-13T13:35:26.000Z","updated_at":"2023-01-13T13:35:26.000Z","dependencies_parsed_at":"2023-01-16T14:00:22.287Z","dependency_job_id":null,"html_url":"https://github.com/softcommerceltd/magento-freeagent-integration","commit_stats":null,"previous_names":[],"tags_count":1,"template":null,"template_full_name":null,"purl":"pkg:github/softcommerceltd/magento-freeagent-integration","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softcommerceltd%2Fmagento-freeagent-integration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softcommerceltd%2Fmagento-freeagent-integration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softcommerceltd%2Fmagento-freeagent-integration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softcommerceltd%2Fmagento-freeagent-integration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softcommerceltd","download_url":"https://codeload.github.com/softcommerceltd/magento-freeagent-integration/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softcommerceltd%2Fmagento-freeagent-integration/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28079315,"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","status":"online","status_checked_at":"2025-12-27T02:00:05.897Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-12-27T13:37:58.141Z","updated_at":"2025-12-27T13:37:59.012Z","avatar_url":"https://github.com/softcommerceltd.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Magento - FreeAgent integration\nMetapackage of bundled modules.\n\n## Requirements\n* [Magento 2.4.0 - 2.4.5](https://magento.com/tech-resources/download).\n* PHP 7.4.0 or later\n\n## Installation\n\n#### Install using composer\nAdd your private repository to the composer.json and setup authenticate to access the required packages.\nAdd using composer config command:\n\n`composer config repositories.private-packagist composer https://softcommerce.repo.packagist.com/repository-name/`\n\nOr manually edit the `composer.json` file.\nAdd the following custom repository to your project's composer.json:\n\n```\n{\n    \"repositories\": [\n        {\"type\": \"composer\", \"url\": \"https://softcommerce.repo.packagist.com/repository-name/\"}\n    ]\n}\n```\n\n#### Setup Authentication\nSetup authentication in the following three ways:\n\n1. Store the authentication credentials in your global Composer auth.json with the command below.\n\n`composer config --global --auth http-basic.softcommerce.repo.packagist.com token you-access-token`\n\n2. Store the authentication credentials using the environment variable:\n\n`COMPOSER_AUTH='{\"http-basic\": {\"softcommerce.repo.packagist.com\": {\"username\": \"token\", \"password\": \"you-access-token\"}}}'`\n\n3. Interactively during composer command. Composer will automatically prompt you to enter authentication credentials\n   once you run a Composer command that tries to access Private Packagist if no authentication is configured.\n   This will then store the credentials in your global Composer auth.json.\n\n```\nAuthentication required (softcommerce.repo.packagist.com):\nUsername: your-order-number\nPassword: you-access-token\n```\n\n#### Install Extension Filesystem\nMagento Open Source:\n\n`composer require softcommerce/magento2-freeagent-integration`\n\nAdobe Commerce:\n\n`composer require softcommerce/mage2fa-ac`\n\nTo install extension compatible with specific Magento version, append appropriate version constraint.\nFor example:\n\n`composer require softcommerce/magento2-freeagent-integration ~1.1.0`\n\nReferrer to [Magento Version Compatibility](https://devdocs-m2.mage2plenty.com/docs/getting-started/magento-version-compatibility/) for a list of compatible Magento versions.\n\n#### Post Installation\nIn production mode:\n\n```\nbin/magento maintenance:enable\nbin/magento setup:upgrade\nbin/magento deploy:mode:set production\nbin/magento maintenance:disable\n```\n\nIn development mode:\n\n```\nphp bin/magento setup:upgrade\nphp bin/magento setup:di:compile\n```\n\n## Thanks for dropping by\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://magento.com\"\u003e\n        \u003cimg src=\"https://softcommerce.co.uk/pub/media/banner/logo.svg\" width=\"200\" alt=\"Soft Commerce Ltd\" /\u003e\n    \u003c/a\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://softcommerce.co.uk/\"\u003e\n        https://softcommerce.co.uk/\n    \u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftcommerceltd%2Fmagento-freeagent-integration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftcommerceltd%2Fmagento-freeagent-integration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftcommerceltd%2Fmagento-freeagent-integration/lists"}