PHPackages                             darkterminal/turso-syncd - 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. darkterminal/turso-syncd

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

darkterminal/turso-syncd
========================

v1.0.1(2y ago)63PHPPHP &gt;=7.4

Since Mar 15Pushed 2y ago1 watchersCompare

[ Source](https://github.com/darkterminal/turso-syncd)[ Packagist](https://packagist.org/packages/darkterminal/turso-syncd)[ Fund](https://paypal.me/lazarusalhambra)[ GitHub Sponsors](https://github.com/darkterminal)[ RSS](/packages/darkterminal-turso-syncd/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

[![](Turso-Syncd.gif)](Turso-Syncd.gif)

~ TursoSyncd ~
==============

[](#-tursosyncd-)

Turso Dabatabase Background Sync in the Background

Installation
------------

[](#installation)

**Globally Install**

```
composer global require darkterminal/turso-syncd
```

or you can install locally within your porject:

```
composer require darkterminal/turso-syncd
```

Usage
-----

[](#usage)

```
turso-syncd --database= --organization= --token= [--file_recorder=] [--action_log_file=] [--errors_log_file=]
```

Options
-------

[](#options)

- `--database=` or `-d`: The name of the database.
- `--organization=` or `-o`: The name of the organization.
- `--token=` or `-t`: The token for authentication.
- `--file_recorder=`: Specify file recorder.
- `--action_log_file=`: Specify action log file.
- `--errors_log_file=`: Specify errors log file.
- `--help`: Display this help message.

Extend in Your Own Daemon
-------------------------

[](#extend-in-your-own-daemon)

```
