https://github.com/devaloka/devaloka-plugin
:warning: [WILL-BE-DEPRECATED][Devaloka Plugin] Interfaces/Traits/Classes for WordPress plugin.
https://github.com/devaloka/devaloka-plugin
Last synced: 5 months ago
JSON representation
:warning: [WILL-BE-DEPRECATED][Devaloka Plugin] Interfaces/Traits/Classes for WordPress plugin.
- Host: GitHub
- URL: https://github.com/devaloka/devaloka-plugin
- Owner: devaloka
- License: gpl-2.0
- Created: 2015-12-09T12:52:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-04T16:54:22.000Z (about 10 years ago)
- Last Synced: 2025-03-06T10:43:24.512Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
# Devaloka Plugin
[![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 Interfaces, Traits, and Classes for Plugin
development.
## Features
* Interfaces/Traits/Classes for Plugin development
* Text Domain/Locale file loader
* Providing translation methods via [Devaloka Translation Component](https://github.com/devaloka/devaloka-translation)
## Requirements
* [Devaloka](https://github.com/devaloka/devaloka)
* [Devaloka Translation Component](https://github.com/devaloka/devaloka-translation)
## Installation
1. Install via Composer.
```sh
composer require devaloka/devaloka-plugin
```
[stable-image]: https://poser.pugx.org/devaloka/devaloka-plugin/v/stable
[stable-url]: https://packagist.org/packages/devaloka/devaloka-plugin
[unstable-image]: https://poser.pugx.org/devaloka/devaloka-plugin/v/unstable
[unstable-url]: https://packagist.org/packages/devaloka/devaloka-plugin
[license-image]: https://poser.pugx.org/devaloka/devaloka-plugin/license
[license-url]: https://packagist.org/packages/devaloka/devaloka-plugin
[travis-image]: https://travis-ci.org/devaloka/devaloka-plugin.svg?branch=master
[travis-url]: https://travis-ci.org/devaloka/devaloka-plugin