euskadi31/search-service-provider

A Search Service Provider for Silex 2.0

Installs: 434

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/euskadi31/search-service-provider

v1.0.0 2015-06-26 09:58 UTC

This package is not auto-updated.

Last update: 2025-09-27 23:10:25 UTC


README

Build Status SensioLabsInsight

A Search Service Provider for Silex 2.0

Install

Add euskadi31/search-service-provider to your composer.json:

% php composer.phar require euskadi31/search-service-provider:~1.0

Usage

Configuration

<?php

$app = new Silex\Application;

$app->register(new \Euskadi31\Silex\Provider\SearchServiceProvider);

License

SearchServiceProvider is licensed under the MIT license.