<?php error_reporting(E_ALL | E_STRICT); require dirname(__FILE__) . '/../vendor/autoload.php'; // set multibyte encoding to utf-8 to be sure. Some php configs have not utf-8 by default mb_internal_encoding('UTF-8');