PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ahmed Khan   PHP Elastic Search for MySQL   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Elastic Search for MySQL
Index and search MySQL records with Elastic Search
Author: By
Last change: Finalizing 2nd release of MySQL with elasticsearch
Updating repository with an updated design patter easy to understand and apply
Date: 6 years ago
Size: 886 bytes
 

Contents

Class file image Download
{ "name": "ahmedkhan847/mysqlwithelasticsearch", "description": "A small package to connect MySQL with Elasticsearch", "keywords": ["mysql with elasticsearch","search in mysql with elasticsearch","connect mysql with elasticsearch"], "type": "library", "require": { "elasticsearch/elasticsearch": ">=2", "phpunit/phpunit": "5.*" }, "license": "MIT", "authors": [ { "name": "Ahmed Khan", "email": "ahmedkhan_847@hotmail.com" } ], "autoload": { "psr-4": { "SearchElastic\\" : "src/SearchElastic/", "ElasticSearchClient\\" : "src/ElasticSearchClient/", "SyncMySql\\" : "src/SyncMySql/", "MySQLWithElasticsearchExceptions\\" : "src/MySQLWithElasticsearchExceptions/" } }, "version": "2.0.0", "minimum-stability" : "dev" }