Skip to content

tosdr/php-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

php-sdk

ToS;DR PHP SDK to interact with our API

Installation

composer require tosdr/php-sdk

Usage

Get a Service

<?php

require_once __DIR__ . '/vendor/autoload.php';

use tosdr\api\Service;

$Service = Service::get(182); # Facebook

echo $Service->getName(); # Facebook
echo $Service->getSlug(); # facebook
echo $Service->getPoints(); # array of points

About

ToS;DR PHP SDK to interact with our API

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages