mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-22 06:26:57 +01:00
13 lines
350 B
PHP
13 lines
350 B
PHP
<?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
|