Skip to content

Fluidinfo client in PHP - Use HTTP pipelining optimization

Notifications You must be signed in to change notification settings

florin0x01/fluidinfo.php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 

Repository files navigation

fluidinfo.php
=============

Fluidinfo (http://www.fluidinfo.com/) client for PHP
based on the original library from PA Parent (https://github.com/paparent/fluidinfo.php)

Uses HTTP Pipelining for tagging objects, dramatically improving speed
especially when you need to tag a lot of information.

Dependencies
============

You need PHP's pecl_http extension which can be installed via PECL.
CURL has been removed.
This uses the HttpRequestPool, HttpMessage and HttpRequest classes.
You need PHP's JSON extension which is bundled by default with
PHP 5.2.x. It can be installed too via PECL. 


About

Fluidinfo client in PHP - Use HTTP pipelining optimization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%