0

I want to write (in PHP) a custom web interface over a CMIS repository.

Rather than writing it from scratch (or near-scratch using this library), is there an open source CMIS browsing app written in PHP that I could reuse?

Just need browsing in folders and download files.

Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373

1 Answers1

0

Not an independent package as I would have hoped, but Drupal has a CMIS extension that does the work:

http://drupal.org/project/cmis

Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373