{"id":19427172,"url":"https://github.com/apphp/activecampaign-api-wrapper","last_synced_at":"2026-06-08T21:31:21.555Z","repository":{"id":81701533,"uuid":"183881538","full_name":"apphp/activecampaign-api-wrapper","owner":"apphp","description":"Super simple wrapper for ActiveCampaign API 3.0","archived":false,"fork":false,"pushed_at":"2019-04-28T09:18:46.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-23T02:33:04.514Z","etag":null,"topics":["api","avtivecampaign","php","wrapper"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apphp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","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":"2019-04-28T08:43:59.000Z","updated_at":"2024-11-08T23:11:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"17e2fce2-b34f-440d-8357-4d6ad182d8c7","html_url":"https://github.com/apphp/activecampaign-api-wrapper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/apphp/activecampaign-api-wrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apphp%2Factivecampaign-api-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apphp%2Factivecampaign-api-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apphp%2Factivecampaign-api-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apphp%2Factivecampaign-api-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apphp","download_url":"https://codeload.github.com/apphp/activecampaign-api-wrapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apphp%2Factivecampaign-api-wrapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34082130,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":["api","avtivecampaign","php","wrapper"],"created_at":"2024-11-10T14:10:41.671Z","updated_at":"2026-06-08T21:31:21.518Z","avatar_url":"https://github.com/apphp.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"ApPHP ActiveCampaign API Wrapper\n===============================\n\nThank you for choosing ApPHP ActiveCampaign API Wrapper\nActiveCampaign website: https://www.activecampaign.com/\nActiveCampaign API: https://developers.activecampaign.com/reference\n\nINSTALLATION\n------------\nPlease make sure the release file is unpacked under a web-accessible directory.\nYou will see the following files and directories:\n\n    ActiveCampaign.php  API wrapper classdemo applications\n\texample.php         file with code example\n    CHANGELOG           describing changes in every ApPHP release\n\tLICENSE             license file\n    README              this file\n\nREQUIREMENTS\n------------\nThe minimum requirement by this class is that your Web server supports PHP 5.4.0 or\nabove. It has been tested with Apache HTTP server on Windows and Linux\noperating systems.\n\nThe ApPHP Developer Team\n------------\n- https://www.apphp.com/\n- http://www.apphpframework.com\n- https://github.com/apphp/activecampaign-api-wrapper\n\n\n\nUSAGE (example):\n------------\n```PHP\n\u003c?php\n\nuse \\Apphp\\ActiveCampaign\\ActiveCampaign;\n\nrequire_lib('vendors/active_campaign/ActiveCampaign');\n\n# Create new object\n$config = array(\n\t'api_url'\t=\u003e '\u003cAPI-URL\u003e',\n\t'api_key'\t=\u003e '\u003cAPI-KEY\u003e',\n);\t\t\n$activeCampaign = new ActiveCampaign($config);\n\n$id = 3;\n$contacts = $activeCampaign-\u003egetContact($id);\n\n?\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapphp%2Factivecampaign-api-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapphp%2Factivecampaign-api-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapphp%2Factivecampaign-api-wrapper/lists"}