Skip to content

Cacauu/librejo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Librejo

Librejo is a work-in-progress PHP-Tent-Library using Composer.

Librejo is compatible with Tent 0.3 only, older versions of the Tent protocol are not compatible.

##Installation

If you already have Composer:

composer install --dev

If you need Composer:

curl -sS https://getcomposer.org/installer | php

php composer.phar install --dev

Require the autoloader in your php file

require_once __DIR__.'/vendor/autoload.php'

As Librejo is still work in progress, there is no documentation or API reference, that is to be done once all the basic functions work as one would expect. For the meantime you can have a look at the example directory which contains example for most of the implemented features.

##To Do

##Apps

Do you develop and app that uses Librejo to communicate with a Tent server? Create an issue and I will list it here.

Librejo is released under BSD 3.0 license, see LICENSE.txt for more information.

About

Librejo is a work-in-progress PHP-Tent-Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages