{"id":20349201,"url":"https://github.com/mage2pro/blackbaud-netcommunity","last_synced_at":"2026-01-20T16:02:01.611Z","repository":{"id":62521899,"uuid":"86947133","full_name":"mage2pro/blackbaud-netcommunity","owner":"mage2pro","description":"Blackbaud NetCommunity integration with Magento 2","archived":false,"fork":false,"pushed_at":"2024-09-24T07:14:08.000Z","size":85,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-23T12:43:56.682Z","etag":null,"topics":["authentication","blackbaud","blackbaud-netcommunity","fundraising","mage2pro","mage2pro-authentication","mage2pro-module","mage2pro-module-ready","mage2pro-module-reusable","magento","magento-extension","magento2","magento2-extension","magento2-module"],"latest_commit_sha":null,"homepage":"https://upwork.com/fl/mage2pro","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mage2pro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-04-01T22:39:41.000Z","updated_at":"2024-09-24T07:14:12.000Z","dependencies_parsed_at":"2024-11-15T01:00:46.694Z","dependency_job_id":null,"html_url":"https://github.com/mage2pro/blackbaud-netcommunity","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/mage2pro/blackbaud-netcommunity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fblackbaud-netcommunity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fblackbaud-netcommunity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fblackbaud-netcommunity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fblackbaud-netcommunity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mage2pro","download_url":"https://codeload.github.com/mage2pro/blackbaud-netcommunity/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fblackbaud-netcommunity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28606292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T14:45:23.139Z","status":"ssl_error","status_checked_at":"2026-01-20T14:44:16.929Z","response_time":117,"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":["authentication","blackbaud","blackbaud-netcommunity","fundraising","mage2pro","mage2pro-authentication","mage2pro-module","mage2pro-module-ready","mage2pro-module-reusable","magento","magento-extension","magento2","magento2-extension","magento2-module"],"created_at":"2024-11-14T22:24:37.157Z","updated_at":"2026-01-20T16:02:01.593Z","avatar_url":"https://github.com/mage2pro.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"The module integrates Magento 2 with the [Blackbaud NetCommunity](https://www.blackbaud.com/online-marketing/netcommunity) online fundraising software.  \nThe module is **free** and **open source**.\n\n## Screenshots\n### 1. The «Create New Customer Account» screen\n![](https://mage2.pro/uploads/default/original/2X/8/8248d7a64df5eb4f14cce3825a62c33cdb5627f3.png)\n\n### 2. The «Customer Login» screen\n![](https://mage2.pro/uploads/default/original/2X/4/43e5f43b4b2fe4881a6fddd4f85964c1dd480ece.png)\n\n### 3. The login button at the header\n![](https://mage2.pro/uploads/default/original/2X/1/1398a9541959cb6f169786119f7aab4990e4335e.png)\n\n### 4. The backend settings\n![](https://mage2.pro/uploads/default/original/2X/b/bacd420de4e5bf7db9777f8167fe6ebf2e182cb1.png)\n\n## How to install\n[Hire me in Upwork](https://upwork.com/fl/mage2pro), and I will: \n- install and configure the module properly on your website\n- answer your questions\n- solve compatiblity problems with third-party checkout, shipping, marketing modules\n- implement new features you need \n\n### 2. Self-installation\n```\nbin/magento maintenance:enable\nrm -f composer.lock\ncomposer clear-cache\ncomposer require mage2pro/blackbaud-netcommunity:*\nbin/magento setup:upgrade\nbin/magento cache:enable\nrm -rf var/di var/generation generated/code\nbin/magento setup:di:compile\nrm -rf pub/static/*\nbin/magento setup:static-content:deploy -f en_US \u003cadditional locales\u003e\nbin/magento maintenance:disable\n```\n\n## How to update\n```\nbin/magento maintenance:enable\ncomposer remove mage2pro/blackbaud-netcommunity\nrm -f composer.lock\ncomposer clear-cache\ncomposer require mage2pro/blackbaud-netcommunity:*\nbin/magento setup:upgrade\nbin/magento cache:enable\nrm -rf var/di var/generation generated/code\nbin/magento setup:di:compile\nrm -rf pub/static/*\nbin/magento setup:static-content:deploy -f en_US \u003cadditional locales\u003e\nbin/magento maintenance:disable\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmage2pro%2Fblackbaud-netcommunity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmage2pro%2Fblackbaud-netcommunity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmage2pro%2Fblackbaud-netcommunity/lists"}