Installation

Requirements

  • PHP 8.2 or higher
  • Composer

Via Composer

This is the recommended way to install the library.

composer require dikki/claude-sdk

Via GitHub

You can also clone the repository and install it via composer.

git clone https://github.com/namankumar80510/claude-sdk folder-name
cd folder-name # or whatever you named the folder
composer install