Download the PHP package neuronsearchlab/sdk-php without Composer
On this page you can find all versions of the php package neuronsearchlab/sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download neuronsearchlab/sdk-php
More information about neuronsearchlab/sdk-php
Files in neuronsearchlab/sdk-php
Download neuronsearchlab/sdk-php
More information about neuronsearchlab/sdk-php
Files in neuronsearchlab/sdk-php
Vendor neuronsearchlab
Package sdk-php
Short Description Official PHP SDK for NeuronSearchLab recommendations, events, catalogue sync, and search.
License MIT
Homepage https://docs.neuronsearchlab.com/sdk/php
Package sdk-php
Short Description Official PHP SDK for NeuronSearchLab recommendations, events, catalogue sync, and search.
License MIT
Homepage https://docs.neuronsearchlab.com/sdk/php
Please rate this library. Is it a good library?
Informations about the package sdk-php
neuronsearchlab/sdk-php
Official PHP SDK for the NeuronSearchLab Core API. It exposes a single NeuronSDK class for recommendation systems work: track events, sync catalogue items, patch and delete items, request personalized recommendations, run product/content search, and preserve request attribution for ranking quality analysis.
Installation
Quick start
Resources
- Docs hub: https://docs.neuronsearchlab.com
- PHP SDK guide: https://docs.neuronsearchlab.com/sdk/php
- Recommendation systems reading path: https://www.neuronsearchlab.com/blog/recommendation-systems
Notes
- The package now targets PHP 8.4+.
- PHP does not have browser lifecycle hooks, so event batching is process-local. Buffered events flush when
flushEvents()is called, when the batch limit is reached, when an older buffer exceeds the collate window on a latertrackEvent(), or automatically at shutdown. trackEvent()returns aPendingResult; call->wait()to force delivery and surface any transport error immediately.- Request ID propagation, session ID handling, array-batch fallback, and retry behavior mirror the TypeScript SDK as closely as PHP’s synchronous runtime allows.
search()posts to the public Core API/v1/searchAWS API Gateway endpoint. It does not call the console Platform API.
Release Flow
- CI runs on pushes and pull requests against PHP 8.4.
- Packagist is already connected to the GitHub repository and auto-updates from pushes.
- Pushes to
mainrefreshdev-mainon Packagist, and pushedv*git tags become installable versioned releases. .github/workflows/publish.ymlruns validation and tests on tag pushes before or alongside those releases.
License
MIT
All versions of sdk-php with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.4
The package neuronsearchlab/sdk-php contains the following files
Loading the files please wait ...