Download the PHP package tursodatabase/turso-doctrine-dbal without Composer

On this page you can find all versions of the php package tursodatabase/turso-doctrine-dbal. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package turso-doctrine-dbal

Turso + TypeScript

Turso + Doctrine DBAL

SQLite for Production. Powered by libSQL and libSQL Extension for PHP.

Turso · Quickstart · Examples · Docs · Discord · Blog & Tutorials


A LibSQL Driver for Doctrine DBAL

Shows a black logo in light color mode and a white one in dark color mode.

LibSQL is a fork of SQLite and this package is **#1 LibSQL Driver** that run natively using LibSQL Native Extension/Driver/Whatever and support Doctrine DBAL. ## Requirement **Before using this package**, you need to install and configure **LibSQL Native Extension for PHP**. You can download from **[LibSQL Extension - Release](https://github.com/darkterminal/libsql-extension)** 1. 📦 Extract the archive 2. 🗃 Locate somewhere in your machine 3. 💽 Copy a relative path that address that extension/driver 4. 📂 Open `php.ini` search `;extension` if you using nano (ctrl+w) then searching for it 5. 📝 add in the next-line `extension=liblibsql_php.so` (in Linux) without `;` at the begining ## Package Installation ## Configuration LibSQL has 4 types of connections to interact with the database: In-Memory Connection, Local Connection, Remote Connection, and Remote Replica Connection (Embedded Replica). ### In-Memory Connection ### Local Connection If you want to create Remote Connection or Remote Replica (Embedded Replica) Connection, you will need an existing database to continue. If you don’t have one, **[create one](https://docs.turso.tech/quickstart)**. Get the database URL: Get the database authentication token: If you use `.env` file, assign credentials to the environment variables inside `.env`. ### Remote Connection ### Remote Replica (Embedded Replica) Connection ## Usage --- ## Documentation 1. [Turso Quickstart](https://docs.turso.tech/quickstart) — Learn how create and connect your first database. 2. [SDK Quickstart](#) — Learn how to install and execute queries using the libSQL client. 3. [SDK Reference](#) — Dive deeper with the libSQL SDK reference and examples. ### What is Turso? [Turso](https://turso.tech) is a SQLite-compatible database built on [libSQL](https://docs.turso.tech/libsql), the Open Contribution fork of SQLite. It enables scaling to hundreds of thousands of databases per organization and supports replication to any location, including your own servers, for microsecond-latency access. Learn more about what you can do with Turso: - [Embedded Replicas](https://docs.turso.tech/features/embedded-replicas) - [Platform API](https://docs.turso.tech/features/platform-api) - [Data Edge](https://docs.turso.tech/features/data-edge) - [Branching](https://docs.turso.tech/features/branching) - [Point-in-Time Recovery](https://docs.turso.tech/features/point-in-time-recovery) - [Scale to Zero](https://docs.turso.tech/features/scale-to-zero)

All versions of turso-doctrine-dbal with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
doctrine/dbal Version ^4.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package tursodatabase/turso-doctrine-dbal contains the following files

Loading the files please wait ....