libpairtwo/res/boilerplate.php

13 lines
350 B
PHP
Raw Normal View History

2019-06-17 15:23:26 +02:00
<?php
use JeroenED\Libpairtwo\IOFactory;
require_once 'vendor/autoload.php';
$reader = IOFactory::createReader('Pairtwo-6');
$reader->read('your pairing-file.sws');
// From here on you can start. Please use the examples on https://github.com/jeroened/libpairtwo/wiki
// You can also use the doc/api folder to get all possible methods and fields