<?php namespace tw\lib; /** * Meilisearch API for twong. */ class Meili { public function indexProduct($product) { } public function unIndexProduct($productId) { } public function query() { } }