PHP Package: typesense/typesense-php
Typesense PHP library for seamless integration with Typesense search engine
Package Description
The Typesense PHP library provides developers with an efficient way to interact with Typesense search engine, offering advanced search capabilities and seamless integration. With comprehensive API support and robust functionality, this library streamlines the process of integrating Typesense into PHP applications, ensuring optimal search performance and user experience.
Download Latest Version: 5.1.0

Previous Versions
Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/typesense/typesense-php/5.1.0/loader.php';
require_once 'libs/typesense/typesense/{lib_version}/loader.php';
require_once 'libs/guzzle/guzzle/7.9.3/loader.php';
use Typesense\Client;
$obj = new Client();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.