rollerworks / search-jms-metadata
JMS Metadata extension for RollerworksSearch
Requires
- php: >=5.3.3
- doctrine/annotations: ~1.1
- jms/metadata: ^1.5.1
- rollerworks/search: >1.0.0-beta4@dev
Requires (Dev)
- phpunit/phpunit: ~4.4
This package is not auto-updated.
Last update: 2022-02-01 12:37:12 UTC
README
This package provides a compatible Metadata reader for RollerworksSearch.
This package is deprecated and will not be updated anymore!! Use rollerworks-search-metadata instead.
The Metadata reader uses the JMS Metadata component for loading Metadata from e.g. an XML document, a YAML file or PHP Annotations.
RollerworksSearch is a powerful open-source Search system, if you are new to RollerworksSearch, please read the documentation in the main repository of RollerworksSearch.
If you'd like to contribute to this project, please see the RollerworksSearch contributing guide lines for more information.
Installation
To install this extension, add the search-jms-metadata
to your composer.json
$ php composer.phar require rollerworks/search-jms-metadata
Documentation
The bulk of the documentation is stored in the doc/index.md
file in this package:
Read the Documentation for master
License
The source of this package is subject to the MIT license that is bundled with this source code in the file LICENSE.
The JMS Metadata component is subject to the Apache2.0 license. And is incompatible with GNU GPLv2 and up.