Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rollerworks-graveyard/search-symfony-di
Symfony DependencyInjection extension for RollerworksSearch (v1.x only) (DISCONTINUED)
https://github.com/rollerworks-graveyard/search-symfony-di
Last synced: about 2 months ago
JSON representation
Symfony DependencyInjection extension for RollerworksSearch (v1.x only) (DISCONTINUED)
- Host: GitHub
- URL: https://github.com/rollerworks-graveyard/search-symfony-di
- Owner: rollerworks-graveyard
- License: mit
- Archived: true
- Created: 2014-06-13T07:48:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-31T09:41:54.000Z (over 8 years ago)
- Last Synced: 2024-09-13T19:53:35.653Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 88.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RollerworksSearch Symfony DependencyInjection extension
=======================================================This package provides the 'Symfony DependencyInjection Component' extension
for [RollerworksSearch][1]. 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][1].**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][3] instead.If you'd like to contribute to this project, please see the [RollerworksSearch contributing guide lines][2]
for more information.Installation
------------To install this extension, add the `rollerworks/search-symfony-di` to your composer.json
```bash
$ 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][4]
License
-------The source of this package is subject to the MIT license that is bundled
with this source code in the file [LICENSE](LICENSE).[1]: https://github.com/rollerworks/RollerworksSearch
[2]: https://github.com/rollerworks/RollerworksSearch#contributing
[3]: https://github.com/rollerworks/RollerworksSearchBundle
[4]: https://github.com/rollerworks/rollerworks-search-symfony-di/blob/master/doc/index.md