Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/penberg/libsql-php-experimental
- Owner: penberg
- License: mit
- Created: 2023-11-15T10:50:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-28T06:30:05.000Z (10 months ago)
- Last Synced: 2024-01-28T08:28:27.463Z (10 months ago)
- Topics: libsql, php, sqlite
- Language: Rust
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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