Xapian PHP5 Wrapper

Tuesday, 4 April 2006, 14:04 | Category : Software Development
Tags :

As mentioned in an earlier post, I’ve been playing around with Xapian and PHP5, but the nice object oriented API of Xapian is flattened into 240 functions using the PHP bindings.
To make it easier to work with I’ve created a set of wrapper classes for PHP5 which allow you to use the API just as [...]