Turso PHP Installer
This is the Turso/libSQL Extension for PHP installer script for Linux and MacOS. Make sure you already have PHP minimal version 8.3.
Installation
composer global require darkterminal/turso-php-installer
Laravel Sail
Copy and Paste the stubs from here
make sure the installer is available in PATH
environment variable:
export PATH="$HOME/.composer/vendor/bin;$PATH"
# or
export PATH="$HOME/.config/composer/vendor/bin;$PATH"
Usage & Overview
USAGE: <command> [options] [arguments]
install Install Turso libSQL Extension for PHP
uninstall Uninstall Turso libSQL Extension for PHP
update Update Turso libSQL Extension for PHP
version Display Turso PHP Installer version
token:create Create libSQL Server Database token for Local Development
token:delete Delete a database token
token:list Display all generated database tokens
token:show Show libSQL Server Database token for Local Development
Unix Only Command
server:ca-cert-create Generate CA certificate
server:ca-cert-delete Delete a CA certificate from the global store location
server:ca-cert-list List all
…
Hi, here is my project, it is a PHP framework with an admin panel for small and medium applications. Maybe it will suit someone.
mv-framework.com
github.com/makscraft/mv-framework