CodaPHP: A library to easily use Coda API

Updated the wrapper to 0.1.0 with the Coda API Version 1.0.0.

This update includes breaking changes:

  • Sections & Folders merged to Pages. All methods like listSections() or getFolder()are now combined into listPages() and getPage()
  • All methods addressing Views are now combined with the Table methods. Just use Table or View Name or ID to perform operations.

Please read the API Update note here.

You can get the new version via Composer or via Github

Let me know if you get stuck somewhere or if anything doesn’t work as expected.

1 Like