Skip to content

prince-mishra/crocodoc-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

##crocodoc-php : Crocodoc for Humans.##

a simple php wrapper over Crocodoc WEB API. It uses the recently released v2 of the API.

###What is supported?###

  • upload (both url and server)
  • Get Status of uploaded document
  • Create a session if its ready to be rendered
  • Delete a file

###How to use?###

sample code would go something like this :

  require_once('index.php');
  $croco = new Crocodoc();
  /* for a publicly available file */
  $uuid = $croco->upload('http://web.crocodoc.com/files/test-simple.pdf');
  /* if uploading from file system as multi-part post */
  $uuid = $croco->upload('C:\samplefile.doc', false);

For further reference, refer test.php.

About

a simple php wrapper over Crocodoc WEB API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages