minneola/todoist

A PHP package to use the todoist.com API.

dev-master 2015-08-22 14:27 UTC

This package is auto-updated.

Last update: 2024-03-24 03:16:45 UTC


README

Total Downloads Latest Stable Version Latest Unstable Version License

With this package you can use the API of todoist.com within your PHP-Project.

Preview


Usage

User

Project

Task

Test your application

use Minneola\Todoist\Sample\Maker;

// generates an example User.
$user = Maker::User();

// generates an example Project List.
$projectList = Maker::ProjectList();

// generates an exampe Project.
$project = Maker::Project();

License

Minneola PHP Todoist is open source software licensed under the MIT License (MIT).