To get started with MindsDB, you need to install MindsDB locally via Docker or Docker Desktop. There are a few ways you can interact with MindsDB from the PHP code.Documentation Index
Fetch the complete documentation index at: https://docs.mindsdb.com/llms.txt
Use this file to discover all available pages before exploring further.
-
You can connect to MindsDB using the PHP Data Objects and execute statements directly on MindsDB with the
PDO::querymethod. - You can use the REST API endpoints to interact with MindsDB directly from PHP.