10 points | by asmodios 2 hours ago ago
3 comments
Zend used to maintain a PHP port of Lucene 15 years ago that I used, but not sure what happened to it.
code looks pretty clean. is small and compact, decent benchmarks. might want to consider using an autoloader for classes.
The PSR-4 definition is properly defined in composer. There's no need to include an autoloader. Any project pulling this in would have it's own.
Zend used to maintain a PHP port of Lucene 15 years ago that I used, but not sure what happened to it.
code looks pretty clean. is small and compact, decent benchmarks. might want to consider using an autoloader for classes.
The PSR-4 definition is properly defined in composer. There's no need to include an autoloader. Any project pulling this in would have it's own.