To get started with MindsDB, you need to either create an account at MindsDB Cloud or install MindsDB locally via pip or docker.

There are a few ways you can interact with MindsDB from the PHP code.

  1. You can connect to MindsDB using the PHP Data Objects and execute statements directly on MindsDB with the PDO::query method.

  2. You can use the REST API endpoints to interact with MindsDB directly from PHP.