libSQL is an open source, open contribution fork of SQLite. This source repository contains libSQL API bindings for PHP, which aims to be compatible with the SQLite3 database extension.
Please note that this is work-in-progress. If you are looking for a libSQL PHP SDK to us in production, this is not it.
cargo build
php -d extension=./target/debug/liblibsql_php.dylib test.php
This project is licensed under the MIT license.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in libSQL by you, shall be licensed as MIT, without any additional terms or conditions.