Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/penberg/libsql-php-experimental

A PHP SQLite3 database extension compatible API for libSQL.
https://github.com/penberg/libsql-php-experimental

libsql php sqlite

Last synced: about 1 month ago
JSON representation

A PHP SQLite3 database extension compatible API for libSQL.

Awesome Lists containing this project

README

        

# 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](https://www.php.net/manual/en/book.sqlite3.php).

**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.

[MIT license]: https://github.com/penberg/libsql-php/blob/main/LICENSE