Introduction - Helveg/phpbox GitHub Wiki

Hello there! First of all: most of the information is perfectly documented in the Box documentation and I advise you to first read up there before playing around here to understand the function of the different objects.

My package copies the definition of the Box objects and bundles them all with managers in the core PhpBox object. These managers perform actions with the following syntax

$folder = $box->Folder->create("Thailand 2017");

Start out by clicking through to the objects you need, most likely the File or Folder object, find out what core actions the managers can perform such as creating or deleting files/folders and expand toward the more exotic (and probably not yet implemented :3) features of this package.