https://github.com/web-seven/zf-to-wp
Zend Framework 3 into Wordpress integration
https://github.com/web-seven/zf-to-wp
integration wordpress wordpress-plugin zend
Last synced: about 2 months ago
JSON representation
Zend Framework 3 into Wordpress integration
- Host: GitHub
- URL: https://github.com/web-seven/zf-to-wp
- Owner: web-seven
- License: gpl-2.0
- Created: 2017-02-25T12:46:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T10:57:40.000Z (over 9 years ago)
- Last Synced: 2025-06-11T06:03:41.384Z (about 1 year ago)
- Topics: integration, wordpress, wordpress-plugin, zend
- Language: PHP
- Homepage: http://zendmaniacs.com/products/zf-to-wp-plugin
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
=== ZF to Wordpress ===
Contributors: zendmaniacs
Tags: zend framework wordpress
Requires at least: 3.7
Tested up to: 4.7
Stable tag: 3.2
License: GPLv2 or later
ZF to Wordpress allow to extend features of Wordpress using standard Zend Framework 2 Applicataion
== Description ==
ZF to Wordpress integrate Zend Framework 3 application into Wordpress transparent providing great MVC implementation into any Wordpress installation.
Major features in ZF to Wordpress include:
* Share in Wordpress admin panel widgets from ZF Application Service Manager config.
* Route URLs which not processed by Wordpress to Zend Framewok application and put content in post body area.
* Allow to create Wordpress admin panel menus right from Zend Framework Application config which processed by Zend Framework 3 controllers.
== Installation ==
Upload the ZF to Wordpress plugin to your blog, Activate it, and put Wordpress into /public directory of standard Zend Framework Application.
== Changelog ==
= 3.0 =
*Release Date - 25 February 2017*
* Upgraded plugin for Zend Framework 3 Application support.