Download the PHP package darkterminal/libsql-doctrine-dbal without Composer

On this page you can find all versions of the php package darkterminal/libsql-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 libsql-doctrine-dbal

🚨 THIS REPOSITORY IS READ-ONLY 🚨

This repository is no longer under maintenance and has been moved to
the official Turso Database repository under the name 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

Latest Version on Packagist Total Downloads

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

  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.

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 — 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 is a SQLite-compatible database built on 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:


All versions of libsql-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 darkterminal/libsql-doctrine-dbal contains the following files

Loading the files please wait ....