Skip to content

Commit 1fd90ca

Browse files
author
Samuel Akopyan
committed
~ preparing to release
1 parent f99d8e0 commit 1fd90ca

File tree

1 file changed

+20
-7
lines changed

1 file changed

+20
-7
lines changed

README.md

+20-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
<p align="center">
55
<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-
<a href="http://apphpframework.com/license/"><img src="http://apphpframework.com/license/license.svg" alt="License"></a>
6+
<a href="https://opensource.org/licenses/lgpl-3.0.html"><img src="http://apphpframework.com/images/badges/license.svg" alt="License LGPL"></a>
7+
<a href="http://apphpframework.com/"><img src="http://apphpframework.com/images/badges/stable.svg" alt="Stable Version"></a>
78
</p>
89

910
## About ApPHP Framework
@@ -16,17 +17,26 @@ It implements the the Model-View-Controller (MVC) design pattern and principles,
1617
and data layers. It provides an architecture, components and tools for developers to build a complex web applications
1718
faster and safer.
1819

19-
## Installing ApPHP Framework via Composer
20+
## Installing ApPHP Framework
21+
22+
#### via Git
23+
24+
``` bash
25+
git clone https://github.com/apphp/php-mvc-framework.git
26+
```
27+
28+
#### via Composer
29+
30+
You can install ApPHP into your project using [Composer](https://getcomposer.org).
2031

21-
You can install ApPHP into your project using [Composer](https://getcomposer.org).
2232
If you're starting a new project, we recommend using the [Directy CMF](https://github.com/apphp/directy-cmf) as
2333
a starting point. For installing new version in existing applications you can run the following:
2434

2535
``` bash
26-
composer require phpunit/phpunit --dev
36+
composer require apphp/php-mvc-framework
2737
```
2838

29-
## Manual installation of ApPHP Framework
39+
#### Manual installation
3040

3141
Please make sure the release file is unpacked under a web-accessible directory.
3242
You will see the following files and directories:
@@ -53,8 +63,7 @@ tests for ApPHP Framework by doing the following:
5363
1. Install composer on your server.
5464
2. After Composer is installed, install PHPUnit by
5565
``` bash
56-
composer remove phpunit/phpunit --dev
57-
composer update
66+
composer require phpunit/phpunit --dev
5867
```
5968
2. Make sure you added following to <strong>composer.json</strong> file:
6069
``` bash
@@ -75,6 +84,10 @@ The minimum requirement by ApPHP is that your Web server supports PHP 5.4.0 or
7584
above. ApPHP has been tested with Apache HTTP server on Windows and Linux
7685
operating systems.
7786

87+
## License
88+
89+
The Laravel framework is open-sourced software licensed under the [LGPL3 license](https://opensource.org/licenses/lgpl-3.0.html).
90+
7891
## What's next
7992

8093
Please visit the project website for tutorials, class reference and join discussions with other ApPHP users.

0 commit comments

Comments
 (0)