PHP light-weight library

Hi,
I implemented light-weight Seafile PHP library. There are some things which are not implemented yet but now its working and you can try it. I did it for implement own file manager and there you need something light and fast. I’m going to keep this topic up-to-date. So try, ask, say your ideas and of course if you can contribute.

  • What’s implemented
  • Authentication
  • Getting user and server account
  • Basic File/Folder/Library operation/function
  • TO-DO
  • Add rest of API methods
  • Unit tests
  • Create first release

In future I want to write Holabs/Seafile-Fluent which is for ActiveRow access aka $seafile->getLibrary('12')->getList()[0]->rename('seafile.log);

https://github.com/Holabs/Seafile

2 Likes