ibanfirst/elasticrequestbundle

A bundle to help doing request on ElasticSearch database.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:symfony-bundle

pkg:composer/ibanfirst/elasticrequestbundle

dev-master / 1.0.x-dev 2019-03-21 09:12 UTC

This package is not auto-updated.

Last update: 2025-10-25 06:09:29 UTC


README

https://img.shields.io/badge/Status-unstable-red.svg?style=flat https://img.shields.io/badge/PHP-^7.1-blue.svg?style=flat https://img.shields.io/badge/Symfony-^3.4-blue.svg?style=flat https://img.shields.io/badge/Licence-MIT-green.svg?style=flat

Installation

Step 1: Download the Bundle

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

$ composer require ibanfirst/elasticrequestbundle

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.

Step 2: Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:

// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            new IbanFirst\ElasticRequestBundle\IbanFirstElasticRequestBundle(),
        ];

        // ...
    }

    // ...
}

Documentation

You can find the full documentation on the bundle here.

Licence

This bundle is under the MIT Licencing; you can find the licence file here.