I get some error when try to check unique id, it says need stored procedure 'describe', I just trying a simple example in your documentation.
$config = ['table' => table_name, 'length' => 16, 'prefix' => 'HIP'.date('Ym')]; return IdGenerator::generate($config);