From 60411678766bcd9a4563fdab1321c3c750ec65aa Mon Sep 17 00:00:00 2001 From: Arman Date: Fri, 11 Sep 2020 14:23:35 +0400 Subject: [PATCH] Updating the README.md --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 818437b..f77d667 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ -# Quantum PHP Framework +# Quantum PHP Framework (project) -[![Build Status](https://travis-ci.org/softberg/quantum-php-project.svg?branch=master)](https://travis-ci.org/softberg/quantum-php-project) -[![GitHub](https://img.shields.io/github/license/softberg/quantum-php-core)](https://github.com/softberg/quantum-php-project/blob/master/LICENSE) -[![Packagist Version](https://img.shields.io/packagist/v/quantum/framework)](https://packagist.org/packages/quantum/project) +- [Website](https://quantum.softberg.org) +- [Blog](http://blog.softberg.org/category/quantum-php-framework/) -Very fast and extremely simple PHP MVC framework of the next generation with a modular structure that allows you to create any kind of projects. +[![Build Status](https://travis-ci.org/softberg/quantum-php-core.svg?branch=master)](https://travis-ci.org/softberg/quantum-php-core) +[![GitHub](https://img.shields.io/github/license/softberg/quantum-php-core)](https://github.com/softberg/quantum-php-core/blob/master/LICENSE) +[![Scrutinizer code quality](https://shields.cdn.bka.li/scrutinizer/quality/g/softberg/quantum-php-core)](https://scrutinizer-ci.com/g/softberg/quantum-php-core) +[![Packagist Version](https://img.shields.io/packagist/v/quantum/framework)](https://packagist.org/packages/quantum/framework) + +Very fast and extremely simple, next generation PHP MVC framework with modular structure, which allows you to create projects of any complexity. ## Installation @@ -15,10 +19,10 @@ composer create-project quantum/project {project-name} #### 2. Run built-in PHP server ```bash -$ php -S localhost:8080 -t public +$ php -S localhost:8080 -t {project-name}/public ``` ## Learn More -- [Website](https://quantum.softberg.org) +- [Website](https://quantumphp.io/) - [Blog](http://blog.softberg.org/category/quantum-php-framework/)