{"id":13833375,"url":"https://github.com/FabianBeiner/Todoist-PHP-API-Library","last_synced_at":"2025-07-09T23:30:36.609Z","repository":{"id":24896721,"uuid":"28313097","full_name":"FabianBeiner/Todoist-PHP-API-Library","owner":"FabianBeiner","description":"A PHP client library that provides a native interface to the official Todoist REST API.","archived":false,"fork":false,"pushed_at":"2022-12-20T16:57:36.000Z","size":244,"stargazers_count":48,"open_issues_count":0,"forks_count":12,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-06-18T18:54:32.551Z","etag":null,"topics":["api","api-client","client","library","php","sdk","sdk-php","todoist","todoist-api","todoist-sdk"],"latest_commit_sha":null,"homepage":"","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/FabianBeiner.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-21T21:04:21.000Z","updated_at":"2025-02-10T20:37:20.000Z","dependencies_parsed_at":"2023-01-14T01:47:45.256Z","dependency_job_id":null,"html_url":"https://github.com/FabianBeiner/Todoist-PHP-API-Library","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/FabianBeiner/Todoist-PHP-API-Library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FabianBeiner%2FTodoist-PHP-API-Library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FabianBeiner%2FTodoist-PHP-API-Library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FabianBeiner%2FTodoist-PHP-API-Library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FabianBeiner%2FTodoist-PHP-API-Library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FabianBeiner","download_url":"https://codeload.github.com/FabianBeiner/Todoist-PHP-API-Library/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FabianBeiner%2FTodoist-PHP-API-Library/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264505231,"owners_count":23618906,"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","client","library","php","sdk","sdk-php","todoist","todoist-api","todoist-sdk"],"created_at":"2024-08-04T12:00:29.734Z","updated_at":"2025-07-09T23:30:36.340Z","avatar_url":"https://github.com/FabianBeiner.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/FabianBeiner/Todoist-PHP-API-Library?style=flat-square) [![GitHub stars](https://img.shields.io/github/stars/FabianBeiner/Todoist-PHP-API-Library?style=flat-square)](https://github.com/FabianBeiner/Todoist-PHP-API-Library/stargazers) [![GitHub forks](https://img.shields.io/github/forks/FabianBeiner/Todoist-PHP-API-Library?style=flat-square)](https://github.com/FabianBeiner/Todoist-PHP-API-Library/network) [![GitHub issues](https://img.shields.io/github/issues/FabianBeiner/Todoist-PHP-API-Library?style=flat-square)](https://github.com/FabianBeiner/Todoist-PHP-API-Library/issues) [![GitHub license](https://img.shields.io/github/license/FabianBeiner/Todoist-PHP-API-Library?style=flat-square)](https://github.com/FabianBeiner/Todoist-PHP-API-Library/blob/master/LICENSE) ![Codacy grade](https://img.shields.io/codacy/grade/a8cad853a2b041a896753b4dda5659ad?style=flat-square) [![StyleCI Badge](https://styleci.io/repos/28313097/shield?style=flat-square)](https://styleci.io/repos/28313097/)\n\n# PHP Client for Todoist\n\n**This repository contains a PHP client library that provides a native interface to the official \n[Todoist REST API (v2)](https://developer.todoist.com/rest/v2/).**\n\n## Requirements\n\n- [PHP](https://php.net/): \u003e=8.0\n- [Guzzle](https://github.com/guzzle/guzzle): ^7.5\n\n## Installation\n\nThe recommended way is using **[Composer](https://getcomposer.org/)**. If you don’t have Composer installed, follow the [installation instructions](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-macos).\n\nOnce you have installed Composer, execute the following command in your project root to install this library:\n\n```shell\ncomposer require fabian-beiner/todoist-php-api-library\n```\n\nFinally, include the autoloader in your project:\n\n```php\nrequire __DIR__ . '/vendor/autoload.php';\n```\n\n## Usage\n\n```php\n$Todoist = new FabianBeiner\\Todoist\\TodoistClient('YOUR_API_TOKEN');\n```\n\n[Please look at the Wiki of this project.](https://github.com/FabianBeiner/Todoist-PHP-API-Library/wiki) It contains a list of all available methods and related usage examples.\n\n## Obtain your API token\n\n[Click here](https://todoist.com/app/settings/integrations) to find your API token at the bottom of that page.\n\nIf the link doesn’t work, open the [Todoist web app](https://todoist.com/app/), click on your profile image/icon, select “Settings,” then “Integrations.”\n\n## Changelog\n\n👉 [CHANGELOG.md](https://github.com/FabianBeiner/Todoist-PHP-API-Library/blob/master/CHANGELOG.md)\n\n## Contributing\nI’d be happy if you contributed to this library. Please follow the existing coding style and use proper comments in your commit message. Thanks! 🙇\n\n## License\n\n👉 [LICENSE](https://github.com/FabianBeiner/Todoist-PHP-API-Library/blob/master/LICENSE)\n\n## Disclaimer\n\nThe project is not created by, affiliated with, or supported by Doist. 😢\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFabianBeiner%2FTodoist-PHP-API-Library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FFabianBeiner%2FTodoist-PHP-API-Library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFabianBeiner%2FTodoist-PHP-API-Library/lists"}