Skip to content

HobieCat/BoxPHPAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP API library for box.com.

Unofficial BoxPHPAPI v3 based on the API documentations located here.

THIS REPOSITORY IS BASED ON THE FORKED REPO, AND MERGES ALL CONTRIBUTIONS FROM OTHER GITHUB USERS, AS FOLLOWS:

Forked from golchha21/BoxPHPAPI

Merged contributions from:


Features

  • Fetches the user details
  • Folder:
    • List the items
    • List the collaborators
    • List the folders/files
    • Update folder details
    • Create Folder
    • Delete Folder & its content
    • Share Folder
  • Files:
    • Fetches the file details
    • Upload file
    • Update file details
    • Delete file
    • Share file

Install

Via Composer

$ composer require hobiecat/boxphpapi

Using a Box Application Config File and JWT authentication

// build an istance, it will get its access_token
$box = BoxAPI::getPreconfiguredInstance($jsonConfigPath);

// use it
$box->getUser();

Changelog

You can see the changelog here.

License

You can see the license here.

About

Unofficial BoxPHPAPI v2

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%