Skip to content

Commit

Permalink
Updating the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Arman committed Sep 11, 2020
1 parent 3ba70c1 commit 6041167
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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/)

0 comments on commit 6041167

Please # to comment.