Download the PHP package camspiers/silverstripe-classifierbridge without Composer
On this page you can find all versions of the php package camspiers/silverstripe-classifierbridge. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package silverstripe-classifierbridge
SilverStripe Classifier Bridge
This library helps integrate classification services within SilverStripe sites.
Installation (with composer)
$ composer require camspiers/silverstripe-classifierbridge:dev-master
Usage
Integration via DataList and DataObject
-
Implement the Document interface on your DataObject
- Use a DataList to retrieve the existing DataObjects and classify a new DataObject
Integration via SQLQuery
Using SQLQuery can improve memory usage and execution time, because it bypasses the creation of DataObjects for each record
See PHP Classifier for documentation around caching and more advanced topics.
All versions of silverstripe-classifierbridge with dependencies
PHP Build Version
Package Version
Requires
camspiers/statistical-classifier Version
~0.8.0
The package camspiers/silverstripe-classifierbridge contains the following files
Loading the files please wait ....