{"id":19450903,"url":"https://github.com/morning-train/pipedrive-api","last_synced_at":"2026-02-08T23:34:44.301Z","repository":{"id":57019862,"uuid":"46497208","full_name":"Morning-Train/pipedrive-api","owner":"Morning-Train","description":"A complete native php interface for the Pipedrive API v1","archived":false,"fork":false,"pushed_at":"2015-11-19T14:38:34.000Z","size":40,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-03T15:44:23.129Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Morning-Train.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}},"created_at":"2015-11-19T14:25:03.000Z","updated_at":"2020-11-06T20:33:20.000Z","dependencies_parsed_at":"2022-08-22T20:31:13.653Z","dependency_job_id":null,"html_url":"https://github.com/Morning-Train/pipedrive-api","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morning-Train%2Fpipedrive-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morning-Train%2Fpipedrive-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morning-Train%2Fpipedrive-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morning-Train%2Fpipedrive-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Morning-Train","download_url":"https://codeload.github.com/Morning-Train/pipedrive-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250748111,"owners_count":21480781,"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":[],"created_at":"2024-11-10T16:39:25.067Z","updated_at":"2026-02-08T23:34:44.243Z","avatar_url":"https://github.com/Morning-Train.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP Pipedrive Api\n\n\n[![Software License](https://img.shields.io/badge/licence-%20GNU%20General%20Public%20License%20v3.0-brightgreen.svg)](LICENSE.md)\n![](https://img.shields.io/badge/version-1.0.0-brightgreen.svg)\n\nA complete native php wrapper for the [Pipedrive API](https://developers.pipedrive.com/v1)\n\n## Install\n\nVia Composer\n\n``` bash\n$ composer require morningtrain/pipedrive-api\n```\n\n## Usage\n\n``` php\nrequire 'vendor/autoload.php';\nuse MorningTrain\\PipedriveApi\\PipedriveApi;\n\ndefine('PIPEDRIVE_API_KEY', 'YOUR-PIPEDRIVE-API-KEY');\n\n$pipedrive_client = new PipedriveApi(PIPEDRIVE_API_KEY);\n\n$result = $pipedrive_client-\u003eupdateActivityType(1, [\n\t'name' =\u003e 'type_1',\n\t'icon_key' =\u003e 'task',\n\t'color' =\u003e 'red',\n\t'order_nr' =\u003e 1\n    ]);\n```\n\n## Security\n\nIf you discover any security related issues, please email mail@morningtrain.dk instead of using the issue tracker.\n\n## Credits\n\n- [morningtrain.dk](http://morningtrain.dk/)\n- [Mohamed Bouallegue](https://github.com/MohamedBoualleg)\n\n## License\n\n GNU General Public License v3.0. Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorning-train%2Fpipedrive-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorning-train%2Fpipedrive-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorning-train%2Fpipedrive-api/lists"}