03 Namespace

All classes of the ReportLib are in the namespace Adi\ReportLib. You can add something like the following code at the top of your program files to access the ReportLib. You have to adjust the path to the library.

include_once "../src/Report.php";

use Adi\ReportLib as ReportLib;

After that you can access the classes by ReportLib\classname.