I’ve been fairly busy lately writing a few new PHP extensions. Here is a short introduction of each one of them and what they can do:
1. tokyo_tyrant
This is an extension to connect to the Tokyo Tyrant key value store. It supports the normal key value API and the table API. The feature-set should match quite closely what Tokyo Tyrant client libraries expose. The first version of this extension has been released in PECL.
2. zbarcode
This is the latest extension under works: it wraps ImageMagick and ZBar libraries and provides an OO API for scanning barcodes from images. It is currently under heavy development but hopefully it will be in PECL later on.
3. dmtx
Another barcode extension. Reads and writes data matrices (2D barcode). The API would need some refactoring but it seems to be working fine as it is.
Pingback: Tech Blog » Vecchie e nuove estensioni
#1 by mysh on October 21, 2009 - 10:57 pm
Quote
Hi Mikko,
your tokyo_tyrant extension seems impressive. Do you have by any chance a windows DLL you could share ? PECL installer fails and i can’t find a way around :/
> pecl install channel://pecl.php.net/tokyo_tyrant-0.1.1
> downloading tokyo_tyrant-0.1.1.tgz …
> Starting to download tokyo_tyrant-0.1.1.tgz (22,480 bytes)
> ……..done: 22,480 bytes
> 16 source files, building
> ERROR: The DSP tokyo_tyrant.dsp does not exist.
thanks !
#2 by Mikko Koppanen on October 21, 2009 - 11:33 pm
Quote
Hello,
tokyo tyrant itself is not available for Windows so I would see very little chance getting client libraries to work.
#3 by Cody on November 6, 2009 - 1:46 pm
Quote
Hi.Mikko.
I install the tokyo tyrant, but i don’t know how use query function with “B tree” Database.
Can you answer me? Thanks.