Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devaloka/devaloka
:sun_with_face: Brings DI Container, Symfony Event Dispatcher and Interface/Trait to the WordPress world.
https://github.com/devaloka/devaloka
symfony wordpress
Last synced: about 1 month ago
JSON representation
:sun_with_face: Brings DI Container, Symfony Event Dispatcher and Interface/Trait to the WordPress world.
- Host: GitHub
- URL: https://github.com/devaloka/devaloka
- Owner: devaloka
- License: gpl-2.0
- Created: 2015-12-07T17:45:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-12T02:05:19.000Z (over 7 years ago)
- Last Synced: 2024-12-05T09:29:38.495Z (about 2 months ago)
- Topics: symfony, wordpress
- Language: PHP
- Homepage:
- Size: 288 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
# Devaloka
[![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]
[![Coverage Status][coveralls-image]][coveralls-url]A WordPress plugin that brings DI Container, Event Dispatcher to WordPress.
## Features
* DI Container ([Pimple](https://github.com/silexphp/Pimple))
* Event Dispatcher ([Symfony EventDispatcher Component](https://github.com/symfony/event-dispatcher))## Requirements
* [Pimple](https://github.com/silexphp/Pimple)
* [Symfony EventDispatcher Component](https://github.com/symfony/event-dispatcher)## Installation
1. Install via Composer.
```sh
composer require devaloka/devaloka
```## Composer Installer
* [MU Plugin Installer](https://github.com/devaloka/mu-plugin-installer)
## Components
* [DependencyInjection](https://github.com/devaloka/dependency-injection)
* [EventDispatcher](https://github.com/devaloka/event-dispatcher)
* MetaBox
* [NavMenu](https://github.com/devaloka/nav-menu)
* [PostType](https://github.com/devaloka/post-type)
* [Shortcode](https://github.com/devaloka/shortcode)
* [Sidebar](https://github.com/devaloka/sidebar)
* [Taxonomy](https://github.com/devaloka/taxonomy)
* [Widget](https://github.com/devaloka/widget)## Component Plugins
* [Event Converter](https://github.com/devaloka/devaloka-event-converter)
* [Plugin](https://github.com/devaloka/devaloka-plugin)
* [Templating](https://github.com/devaloka/devaloka-templating)
* [Theme](https://github.com/devaloka/devaloka-theme)
* [Transient](https://github.com/devaloka/devaloka-transient)
* [Translation](https://github.com/devaloka/devaloka-translation)
* View Component
* [WordPress](https://github.com/devaloka/devaloka-wp)## Plugins
* [Query Exporter](https://github.com/devaloka/devaloka-query-exporter)
[stable-image]: https://poser.pugx.org/devaloka/devaloka/v/stable
[stable-url]: https://packagist.org/packages/devaloka/devaloka[unstable-image]: https://poser.pugx.org/devaloka/devaloka/v/unstable
[unstable-url]: https://packagist.org/packages/devaloka/devaloka[license-image]: https://poser.pugx.org/devaloka/devaloka/license
[license-url]: https://packagist.org/packages/devaloka/devaloka[travis-image]: https://travis-ci.org/devaloka/devaloka.svg?branch=master
[travis-url]: https://travis-ci.org/devaloka/devaloka[coveralls-image]: https://coveralls.io/repos/devaloka/devaloka/badge.svg?branch=master&service=github
[coveralls-url]: https://coveralls.io/github/devaloka/devaloka?branch=master