Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

till/Services_Scrim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation?

The installation requires the PEAR installer, which keeps track of the rest.

git clone git://github.com/till/Services_Scrim.git
cd Services_Scrim
pear package
pear install -f Services_Scrim-0.1.0.tgz

Running tests?

phpunit tests/Services_ScrimTestCase.php

Example?

$service = new Services_Scrim;
$service->setEmail('your@email');
$scrim = $service->generate();

echo $scrim;

var_dump($scrim->getUrl(), $scrim->getEmail(), $scrim->isOld());

About

A service wrapper for scr.im's HTTP API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages