An open API service indexing awesome lists of open source software.

https://github.com/devaloka/devaloka-transient

:electric_plug: [Devaloka Plugin] Site-contextual Transient API. Manipulate per-Site value with a single name for Network-wide data sharing etc.
https://github.com/devaloka/devaloka-transient

Last synced: about 1 year ago
JSON representation

:electric_plug: [Devaloka Plugin] Site-contextual Transient API. Manipulate per-Site value with a single name for Network-wide data sharing etc.

Awesome Lists containing this project

README

          

# Devaloka Transient

[![Latest Stable Version][stable-image]][stable-url]
[![Latest Unstable Version][unstable-image]][unstable-url]
[![License][license-image]][license-url]
[![Build Status][travis-image]][travis-url]

A WordPress Plugin that provides Site-contextual Transient API.

## Features

* Per-Site Transient value with a single Transient name to manipulate

## Requirements

* [Devaloka](https://github.com/devaloka/devaloka)

## Installation

1. Install via Composer.

```sh
composer require devaloka/devaloka-transient
```

[stable-image]: https://poser.pugx.org/devaloka/devaloka-transient/v/stable
[stable-url]: https://packagist.org/packages/devaloka/devaloka-transient

[unstable-image]: https://poser.pugx.org/devaloka/devaloka-transient/v/unstable
[unstable-url]: https://packagist.org/packages/devaloka/devaloka-transient

[license-image]: https://poser.pugx.org/devaloka/devaloka-transient/license
[license-url]: https://packagist.org/packages/devaloka/devaloka-transient

[travis-image]: https://travis-ci.org/devaloka/devaloka-transient.svg?branch=master
[travis-url]: https://travis-ci.org/devaloka/devaloka-transient