holabs/seafile

Seafile low level API for PHP

Installs: 22

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/holabs/seafile

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

This package is auto-updated.

Last update: 2025-10-07 20:39:13 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