forked from xpress-framework/xpress-mvc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
32 lines (23 loc) · 870 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
=== XPress MVC ===
Contributors: brazabr, trasgofurioso
Donate Link:
Plugin URI: https://github.com/xpress-framework/xpress-mvc
Author URI: https://github.com/xpress-framework
Tags: xpress, mvc, controller, view, rest, api
Requires at least: 4.8
Tested up to: 4.8.1
Stable tag: 0.1
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Implements a MVC-like platform in a WordPress site.
== Description ==
Extendes the concept and syntax of the WP REST API and creates the basic infrastructure to create MVC pattern programming in a WordPress site.
== Installation ==
Install from the WordPress plugin directory.
== Frequently Asked Questions ==
= Where do I start? =
Check our example of implementation at [Github](https://github.com/xpress-framework/xpress-mvc-example).
== Changelog ==
= 0.1
* Release Date: August 15, 2017
* Initial release.