PHPackages                             johansatge/workflowy-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. johansatge/workflowy-php

ActiveLibrary[API Development](/categories/api)

johansatge/workflowy-php
========================

An unofficial WorkFlowy API

0.2.3(6y ago)139861↓100%15[3 issues](https://github.com/johansatge/workflowy-php/issues)[1 PRs](https://github.com/johansatge/workflowy-php/pulls)MITPHP

Since Jan 1Pushed 5y ago14 watchersCompare

[ Source](https://github.com/johansatge/workflowy-php)[ Packagist](https://packagist.org/packages/johansatge/workflowy-php)[ Docs](https://github.com/johansatge/workflowy-php)[ RSS](/packages/johansatge-workflowy-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (8)Used By (0)

[![Version](https://camo.githubusercontent.com/a4bd6d1e5057742a38180274d3e74e7c2d1630a422041a9a33d290417d64897a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6f68616e73617467652f776f726b666c6f77792d7068702e737667)](https://camo.githubusercontent.com/a4bd6d1e5057742a38180274d3e74e7c2d1630a422041a9a33d290417d64897a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6f68616e73617467652f776f726b666c6f77792d7068702e737667)

[![WorkflowyPHP](logo.png)](logo.png)

An unofficial WorkFlowy API written in PHP.

---

- [Disclaimer](#disclaimer)
- [Installation](#installation)
- [Usage](#usage)
    - [Login API](#login-api)
    - [Lists API](#lists-api)
        - [Get the informations of a list](#get-the-informations-of-a-list)
        - [Edit the informations of a list](#edit-the-informations-of-a-list)
    - [Account API](#account-api)
- [Changelog](#changelog)
- [License](#license)
- [Credits](#credits)

Disclaimer
----------

[](#disclaimer)

The aim of the API is to keep things simple. Please keep in mind that it is an unofficial tool, and it may stop working at any time.

So, I strongly recommend you not to manipulate sensitive data with this API, and be sure to make regular backups of your lists.

Installation
------------

[](#installation)

By using [Composer](https://getcomposer.org/):

```
{
    "require": {
        "johansatge/workflowy-php": "0.1"
    }
}
```

If you do not use Composer, you can download the source files, install them anywhere on your project, and call the providden autoloader file:

```
