1
- ApPHP Web Development Framework
2
- ---------------------------------------------------------------------------
1
+ < p align = " center " >< img src = " http://apphpframework.com/images/light-logo.png " width = " 400 " ></ p >
2
+ < br >
3
3
4
- Thank you for choosing ApPHP - a high-performance PHP MVC framework
4
+ <p align =" center " >
5
+ <a href =" https://github.com/apphp/php-mvc-framework " ><img src =" https://github.com/apphp/php-mvc-framework/workflows/build/badge.svg " alt =" Build Status " ></a >
6
+ </p >
7
+
8
+ ## About ApPHP Framework
9
+
10
+ Thank you for choosing ApPHP - a high-performance PHP MVC framework.
11
+
12
+ ApPHP MVC Framework is designed to provide modern and rapid development of websites, web applications and web services.
13
+
14
+ It implements the the Model-View-Controller (MVC) design pattern and principles, including separation of display, logic,
15
+ and data layers. It provides an architecture, components and tools for developers to build a complex web applications
16
+ faster and safer.
17
+
18
+ ## Installation
5
19
6
- INSTALLATION
7
- ---------------------------------------------------------------------------
8
20
Please make sure the release file is unpacked under a web-accessible directory.
9
21
You will see the following files and directories:
10
22
@@ -21,23 +33,19 @@ You will see the following files and directories:
21
33
README this file
22
34
UPDATE updating instructions
23
35
24
- REQUIREMENTS
25
- ------------
36
+ ## Requirements
37
+
26
38
The minimum requirement by ApPHP is that your Web server supports PHP 5.4.0 or
27
39
above. ApPHP has been tested with Apache HTTP server on Windows and Linux
28
40
operating systems.
29
41
30
- WHAT 's NEXT
31
- ------------
42
+ ## What 's next
43
+
32
44
Please visit the project website for tutorials, class reference and join
33
45
discussions with other ApPHP users.
34
46
35
- The ApPHP Developer Team
36
- ------------
47
+ ## The ApPHP Developer Team
48
+
37
49
- [ Official Website] ( http://www.apphpframework.com )
38
50
- [ Website] ( https://www.apphp.com/php-framework/ )
39
- - [ GitHub Repository] ( https://github.com/apphp/php-mvc-framework )
40
-
41
-
42
- Status of last deployment:
43
- ![ build] ( https://github.com/apphp/php-mvc-framework/workflows/build/badge.svg )
51
+ - [ GitHub Repository] ( https://github.com/apphp/php-mvc-framework )
0 commit comments