penberg / libsql-php-experimental

A PHP SQLite3 database extension compatible API for libSQL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libSQL API for PHP

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.

Getting Started

cargo build
php -d extension=./target/debug/liblibsql_php.dylib test.php

License

This project is licensed under the MIT license.

Contribution

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.

About

A PHP SQLite3 database extension compatible API for libSQL.

License:MIT License


Languages

Language:Rust 93.7%Language:PHP 6.3%