PHP Package: typesense/typesense-php

Typesense PHP library for seamless integration with Typesense search engine

Current Version: 5.0.2
Last Updated: 2025-02-24
PHP Requirement: >=7.4
Dependencies:
typesense/typesense
guzzle/guzzle
⚠️ To ensure full functionality, the above dependencies might be required.

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.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 5.1.0

Clock Coming soon

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.