{"id":20138445,"url":"https://github.com/zakirullin/pipedrive","last_synced_at":"2025-07-21T11:05:05.393Z","repository":{"id":57089190,"uuid":"87164513","full_name":"zakirullin/pipedrive","owner":"zakirullin","description":"Pipedrive API client","archived":false,"fork":false,"pushed_at":"2017-04-13T12:52:08.000Z","size":69,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-02T23:15:00.052Z","etag":null,"topics":["api","api-client","api-wrapper","crm","pipedrive"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zakirullin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-04T08:38:01.000Z","updated_at":"2017-11-01T12:25:26.000Z","dependencies_parsed_at":"2022-08-20T16:00:39.760Z","dependency_job_id":null,"html_url":"https://github.com/zakirullin/pipedrive","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zakirullin/pipedrive","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakirullin%2Fpipedrive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakirullin%2Fpipedrive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakirullin%2Fpipedrive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakirullin%2Fpipedrive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zakirullin","download_url":"https://codeload.github.com/zakirullin/pipedrive/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakirullin%2Fpipedrive/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266287824,"owners_count":23905461,"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","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","api-client","api-wrapper","crm","pipedrive"],"created_at":"2024-11-13T21:38:10.948Z","updated_at":"2025-07-21T11:05:05.374Z","avatar_url":"https://github.com/zakirullin.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# API client for [Pipedrive](https://pipedrive.com)\n# Installation\n You can install the [package](https://packagist.org/packages/zakirullin/pipedrive) via ```composer require``` command:\n \n```$ composer require zakirullin/pipedrive```\n# Usage\n```php\n\u003c?php\n\nrequire __DIR__ . '/../vendor/autoload.php';\n\nuse Zakirullin\\Pipedrive\\Pipedrive;\n\n$pipedrive = new Pipedrive('token');\n\n// Get by id\n$organization = $pipedrive-\u003eorganizations-\u003efindOne(1);\n\n// Create\n$id = $pipedrive-\u003enotes-\u003ecreate(['content' =\u003e 'Note']);\n\n// Update\n$pipedrive-\u003epersons-\u003efind(1)-\u003eupdate(['name' =\u003e 'New name']);\n\n// Find person with phone '777' for organization with name 'Github'\n$person = $pipedrive-\u003eorganizations-\u003efind(['name' =\u003e 'Github'])-\u003epersons-\u003efindAll(['phone' =\u003e '777']);\n\n// Update all notes for matched organizations whole name is 'Github'\n$notes = $pipedrive-\u003eorganizations-\u003efind(['name' =\u003e 'Github'])-\u003enotes;\nforeach ($notes as $note) {\n    $note-\u003econtent = 'Good news!';\n    $this-\u003epipedrive-\u003enotes-\u003eupdate($note);\n}\n```\n# API Docs can be found [here](https://developers.pipedrive.com/v1)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakirullin%2Fpipedrive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzakirullin%2Fpipedrive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakirullin%2Fpipedrive/lists"}