holabs/seafile

Seafile low level API for PHP

Maintainers

Package info

github.com/Holabs/Seafile

pkg:composer/holabs/seafile

Statistics

Installs: 22

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-04-07 21:44:46 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