euskadi31/search-service-provider

A Search Service Provider for Silex 2.0

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

This package is not auto-updated.

Last update: 2024-03-16 14:41:16 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.