PHPackages                             sqlitecloud/sqlitecloud - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. sqlitecloud/sqlitecloud

ActiveLibrary[Database &amp; ORM](/categories/database)

sqlitecloud/sqlitecloud
=======================

A PHP package for working with SQLite databases in the cloud.

0.2.0(1y ago)4137[4 issues](https://github.com/sqlitecloud/sqlitecloud-php/issues)[1 PRs](https://github.com/sqlitecloud/sqlitecloud-php/pulls)MITPHPPHP &gt;=7.0

Since Jun 6Pushed 1y ago3 watchersCompare

[ Source](https://github.com/sqlitecloud/sqlitecloud-php)[ Packagist](https://packagist.org/packages/sqlitecloud/sqlitecloud)[ Docs](https://sqlitecloud.io/)[ RSS](/packages/sqlitecloud-sqlitecloud/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (5)Versions (5)Used By (0)

Driver for SQLite Cloud
=======================

[](#driver-for-sqlite-cloud)

 [![SQLite Cloud logo](https://camo.githubusercontent.com/69da10eab00a5c1d953d01c31db35d0a1340b2d2f92b4e472d06d2a19adc4544/68747470733a2f2f73716c697465636c6f75642e696f2f736f6369616c2f6c6f676f2e706e67)](https://camo.githubusercontent.com/69da10eab00a5c1d953d01c31db35d0a1340b2d2f92b4e472d06d2a19adc4544/68747470733a2f2f73716c697465636c6f75642e696f2f736f6369616c2f6c6f676f2e706e67)

[![Test and QA](https://github.com/sqlitecloud/sqlitecloud-php/actions/workflows/deploy.yaml/badge.svg?branch=main)](https://github.com/sqlitecloud/sqlitecloud-php/actions/workflows/deploy.yaml)[![codecov](https://camo.githubusercontent.com/432ee4f8cb684a597012aa2382bff5f917e720269dc2ad8702495dd76df70dc0/68747470733a2f2f636f6465636f762e696f2f67682f73716c697465636c6f75642f73716c697465636c6f75642d7068702f67726170682f62616467652e7376673f746f6b656e3d33464648554c47434f59)](https://codecov.io/gh/sqlitecloud/sqlitecloud-php)[![Packagist Version](https://camo.githubusercontent.com/481091154615780d94515bdfe1207144e307d6e2d93ff9176fcc7447379b383a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73716c697465636c6f75642f73716c697465636c6f7564)](https://packagist.org/packages/sqlitecloud/sqlitecloud)[![PHP](https://camo.githubusercontent.com/e7b54b14b21dadbcdd17e7929a905650ee55a5b44d1a84d5cecf6fd1fff024c6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f73716c697465636c6f75642f73716c697465636c6f75642f706870)](https://packagist.org/packages/sqlitecloud/sqlitecloud)

- [Driver for SQLite Cloud](#driver-for-sqlite-cloud)
- [Example](#example)

---

[SQLite Cloud](https://sqlitecloud.io) is a powerful PHP package that allows you to interact with the SQLite Cloud database seamlessly. It provides methods for various database operations. This package is designed to simplify database operations in PHP applications, making it easier than ever to work with SQLite Cloud.

- Documentation: [https://docs.sqlitecloud.io/docs/sdk/php](https://docs.sqlitecloud.io/docs/sdk/php/connect)
- Source:
- Site: [https://sqlitecloud.io](https://sqlitecloud.io/developers)

Example
-------

[](#example)

```
$ composer require sqlitecloud/sqlitecloud
```

```
