You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing the extension should be not complecated, it's easy and like using Composer Package Installer. Or, if you belive with this quotes:
If there is a hard way, why choose the easy way?
— Me
So you need to go with the Manual Installation.
Auto Installerturso-php-installer is a Composer package capable of executing various commands related to libSQL, simplifying the development process, and making it easier to simulate in a local environment.
composer global require darkterminal/turso-php-installer
# Clone
git clone git@github.com:<username>/turso-client-php.git
# Move to project directorycd turso-client-php
# Make sure you have rust nightly toolchain
rustup toolchain install nightly
rustup default nightly
# Build the binary
cargo build # or cargo build --release for production
Or using Develop inside Docker Container
# Clone
git clone git@github.com:<username>/turso-client-php.git
# Move to project directorycd turso-client-php
# Build the binary
make compose/up
if using arm64 then use this command:
make compose-arm64/up
For all make command check make help
Contributors
License
The MIT License (MIT). Please see License File for more information.
About
Turso + PHP - libSQL Extension for PHP (Community SDK)