Skip to content

Commit b0f9bdf

Browse files
author
Samuel Akopyan
committed
~ prepare to release
1 parent 3a58e2d commit b0f9bdf

File tree

1 file changed

+24
-16
lines changed

1 file changed

+24
-16
lines changed

README.md

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
1-
ApPHP Web Development Framework
2-
---------------------------------------------------------------------------
1+
<p align="center"><img src="http://apphpframework.com/images/light-logo.png" width="400"></p>
2+
<br>
33

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
519

6-
INSTALLATION
7-
---------------------------------------------------------------------------
820
Please make sure the release file is unpacked under a web-accessible directory.
921
You will see the following files and directories:
1022

@@ -21,23 +33,19 @@ You will see the following files and directories:
2133
README this file
2234
UPDATE updating instructions
2335

24-
REQUIREMENTS
25-
------------
36+
## Requirements
37+
2638
The minimum requirement by ApPHP is that your Web server supports PHP 5.4.0 or
2739
above. ApPHP has been tested with Apache HTTP server on Windows and Linux
2840
operating systems.
2941

30-
WHAT's NEXT
31-
------------
42+
## What's next
43+
3244
Please visit the project website for tutorials, class reference and join
3345
discussions with other ApPHP users.
3446

35-
The ApPHP Developer Team
36-
------------
47+
## The ApPHP Developer Team
48+
3749
- [Official Website](http://www.apphpframework.com)
3850
- [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

Comments
 (0)