PHPackages                             aerex/baikal-storage-plugin - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. aerex/baikal-storage-plugin

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

aerex/baikal-storage-plugin
===========================

A Baikal plugin to sync iCal objects into storages such as taskwarrior and todist

0.2.4(2y ago)28PHPPHP ^7.2 || ^8.0

Since Jun 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Aerex/baikal-storage-plugin)[ Packagist](https://packagist.org/packages/aerex/baikal-storage-plugin)[ RSS](/packages/aerex-baikal-storage-plugin/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (12)Versions (11)Used By (0)

baikal-storage-plugin
=====================

[](#baikal-storage-plugin)

Note
----

[](#note)

Plugin is still a work in progress

Install
-------

[](#install)

```
composer require aerex/baikal-storage-plugin

```

Configuration
-------------

[](#configuration)

You can use the CLI to help you generate a config file or use the example configuration provided in the project. Make sure the file is *writable* by your webserver (e.g Apache, Nginx).

### Use the CLI

[](#use-the-cli)

Run the command `./vendor/bin/baikalstorage` and follow the instructions

### Manual

[](#manual)

Copy the `example-config.yaml` file and rename it to `config.yaml`.

Usage
-----

[](#usage)

- Add the plugin to the end of the `Server.php` file located under `Core/Frameworks/Baikal/Core/Server.php`. For example

```
$this->server->addPlugin(new \Aerex\BaikalStorage\Plugin(
