Skip to content

jansenfelipe/sdaps-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SDAPS for PHP

Latest Stable Version Total Downloads Latest Unstable Version License

Integration Sdaps for PHP

Quick start

Install SDAPS

See http://sdaps.org/

In the require key of composer.json file add the following

"jansenfelipe/sdaps-php": "1.0.*@dev"

Execute

$ composer update

Add autoload.php

require_once 'vendor/autoload.php';  

Call

<?php

use JansenFelipe\SdapsPHP\SdapsPHP;

$pathProject = '/path/you/want/to/create/the/project/sdaps';
$pathLaTeX = '/path/format.tex';

if(SdapsPHP::createProject($pathProject, $pathLaTeX))
{
    SdapsPHP::add($pathProject, '/images/image01.tiff');
    SdapsPHP::recognize($pathProject);
    
    $pathCSV = SdapsPHP::recognize($pathProject);
    
    //handle .csv
}

See https://github.com/sdaps/sdaps

About

Integration Sdaps with PHP - http://sdaps.org/

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages