rollerworks / search-symfony-di
Symfony DependencyInjection extension for RollerworksSearch
Requires
- php: >=5.4
- rollerworks/search: ^1.0.1
- symfony/config: ~2.3|~3.0
- symfony/dependency-injection: ~2.3|~3.0
Requires (Dev)
This package is not auto-updated.
Last update: 2022-02-01 12:37:11 UTC
README
This package provides the 'Symfony DependencyInjection Component' extension
for RollerworksSearch. Adding lazy loading of field-types and accessing
the SearchFactory
and related using provided services.
RollerworksSearch is a powerful open-source Search system, if you are new to RollerworksSearch, please read the documentation in the main repository of RollerworksSearch.
Note:
This extension is provided for frameworks/libraries using the Symfony DependencyInjection component, if you are looking for a way to integrate RollerworksSearch with the Symfony Framework (FrameworkBundle) please use the RollerworksSearchBundle instead.
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 rollerworks/search-symfony-di
to your composer.json
$ php composer.phar require rollerworks/search-symfony-di
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.