Skip to content

Instantly share code, notes, and snippets.

@michaelstivala
michaelstivala / Elastic.php
Created February 25, 2016 11:29
Wrapper for Elasticsearch Client
View Elastic.php
<?php
namespace App\Elastic;
use Elasticsearch\Client;
class Elastic
{
protected $client;