- Notifications
You must be signed in to change notification settings - Fork12
A PHP client library that provides a native interface to the official Todoist REST API.
License
FabianBeiner/Todoist-PHP-API-Library
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repository contains a PHP client library that provides a native interface to the officialTodoist REST API (v2).
The recommended way is usingComposer. If you don’t have Composer installed, follow theinstallation instructions.
Once you have installed Composer, execute the following command in your project root to install this library:
composer require fabian-beiner/todoist-php-api-library
Finally, include the autoloader in your project:
require__DIR__ .'/vendor/autoload.php';
$Todoist =newFabianBeiner\Todoist\TodoistClient('YOUR_API_TOKEN');
Please look at the Wiki of this project. It contains a list of all available methods and related usage examples.
Click here to find your API token at the bottom of that page.
If the link doesn’t work, open theTodoist web app, click on your profile image/icon, select “Settings,” then “Integrations.”
I’d be happy if you contributed to this library. Please follow the existing coding style and use proper comments in your commit message. Thanks! 🙇
The project is not created by, affiliated with, or supported by Doist. 😢
About
A PHP client library that provides a native interface to the official Todoist REST API.
Topics
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.