holabs/seafile

Seafile low level API for PHP

v0.1 2017-10-12 09:12 UTC

This package is auto-updated.

Last update: 2024-04-07 17:15:24 UTC


README

This is light-weight package for communication wit Seafile server. No objects no fluent or ActiveRow access.

Installation

Requirements:

Optional:

  • tracy/tracy (Debugger panel for show your communications and better debugging)
composer require holabs/seafile
composer require tracy/tracy	# optional

Using

Read documantation for basic use or Nette Framework