slu000uls / lexica

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lexica API

⚙️ Download the Lexica.php

Note: Make sure to add the class to your project and include it. If you are unsure how to use it, refer to the example provided below.

Example Usage

<?php
//include Lexica
include 'Lexica.php';

$lexica = new Lexica("dog");
//put the text you want to search in Lexica

$lexica->json_data(); //You can Get your Data With This
?>

Now You Have Json Data And You Can Use It To Build Telegram Robot Or Other Thing...

About


Languages

Language:PHP 100.0%