Skip to content
This repository was archived by the owner on Mar 5, 2023. It is now read-only.

mrDlef/fuelelasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FuelElasticsearch package

A FuelPHP package to interact with Elasticsearch

Dependencies

To be able to use fuelelasticsearch package, you need to install elasticsearch-php via composer. Simply add the libraries to your project's composer.json then run php composer.phar install:

{
    "require": {
        "elasticsearch/elasticsearch": "1.3.*"
    }
}

About

A FuelPHP package to interact with Elasticsearch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages