{"id":36987896,"url":"https://github.com/nekromoff/pipedrive-api-php","last_synced_at":"2026-01-13T23:14:13.583Z","repository":{"id":57024813,"uuid":"109279231","full_name":"nekromoff/pipedrive-api-php","owner":"nekromoff","description":"PHP API client library for the PipeDrive CRM (forked \u0026 updated)","archived":true,"fork":true,"pushed_at":"2020-11-13T11:15:07.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-24T10:02:41.552Z","etag":null,"topics":["api-client","php","pipedrive","pipedrive-api"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"TTRGroup/pipedrive-api-php","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nekromoff.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}},"created_at":"2017-11-02T14:57:50.000Z","updated_at":"2023-09-13T22:03:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nekromoff/pipedrive-api-php","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nekromoff/pipedrive-api-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekromoff%2Fpipedrive-api-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekromoff%2Fpipedrive-api-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekromoff%2Fpipedrive-api-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekromoff%2Fpipedrive-api-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nekromoff","download_url":"https://codeload.github.com/nekromoff/pipedrive-api-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekromoff%2Fpipedrive-api-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28403851,"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":["api-client","php","pipedrive","pipedrive-api"],"created_at":"2026-01-13T23:14:12.810Z","updated_at":"2026-01-13T23:14:13.577Z","avatar_url":"https://github.com/nekromoff.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"PipeDrive-api-php\n============\n\nPHP API client library for the PipeDrive CRM\n\nBased on Ben Hawker's PipeDrive API that has been not actively developed since 2014.\n\nOnly some basic functionality required for my current project has been added. However the basic blocks are to make use of the whole API including file uploading.\n\nRecommend you install this library through composer. https://packagist.org/packages/nekromoff/pipedrive\n\nAPI Docs can be found here: https://developers.pipedrive.com/v1\n\nExample:\n\n```php\nuse Nekromoff\\Pipedrive\\Pipedrive;\n\n$pipedrive = new Pipedrive(YOUR_API_KEY);\n\n//add user\n$person['name'] = 'John Smith';\n\n$person = $pipedrive-\u003epersons()-\u003eadd($person);\n\n//add note to user\n$note['content']   = 'example note';\n$note['person_id'] = $person['data']['id'];\n\n$pipedrive-\u003enotes()-\u003eadd($note);\n\n//add deal to user\ndeal['title']      = 'example title';\n$deal['stage_id']  = 8;\n$deal['person_id'] = $person['data']['id'];\n\n$pipedrive-\u003edeals()-\u003eadd($deal);\n\n//add activity\n$activity = array(\n                    'subject' =\u003e 'Example send brochure',\n                    'type' =\u003e 'send-brochure',\n                    'person_id' =\u003e 17686,\n                    'user_id' =\u003e 190870,\n                    'deal_id' =\u003e 88,\n                    'due_date' =\u003e date('Y-m-d')\n                    );\n\n$pipedrive-\u003eactivities()-\u003eadd($activity);\n\n/*\nAPI endpoints available (see /Library under /src):\nActivities\nDeals\nDealFields\nMailThreads\nNotes\nOrganizations\nOrganizationFields\nPersons\nProducts\nPipelines\nStages\nUsers\n*/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnekromoff%2Fpipedrive-api-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnekromoff%2Fpipedrive-api-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnekromoff%2Fpipedrive-api-php/lists"}