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.
- Host: GitHub
- URL: https://github.com/devaloka/devaloka-transient
- Owner: devaloka
- License: gpl-2.0
- Created: 2015-12-12T08:43:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-12T02:18:46.000Z (almost 9 years ago)
- Last Synced: 2025-03-22T00:35:03.883Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: MIT-LICENSE.txt
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