Skip to content

Commit

Permalink
readme.md: added more info
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Mar 22, 2019
1 parent 5fc0e2f commit cf89671
Showing 1 changed file with 28 additions and 24 deletions.
52 changes: 28 additions & 24 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,38 @@
[Nette Framework](https://nette.org)
===================================

[![Downloads this Month](https://img.shields.io/packagist/dm/nette/nette.svg)](https://packagist.org/packages/nette/nette)
[![Latest Stable Version](https://poser.pugx.org/nette/nette/v/stable)](https://github.com/nette/nette/releases)
[![License](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://github.com/nette/nette/blob/master/license.md)
[![Join the chat at Gitter](https://img.shields.io/badge/Gitter-join%20chat-green.svg)](https://gitter.im/nette/nette)

Nette Framework is a popular tool for PHP web development. It is designed to be
[Nette Framework](https://nette.org) is a popular tool for PHP web development. It is designed to be
as usable and as friendly as possible. It focuses on security and
performance and is definitely one of the safest PHP frameworks.

If you like Nette, **[please make a donation now](https://nette.org/donate)**. Thank you!

Nette Framework speaks your language and helps you to easily build better websites.

This is meta-package. It contains these packages:
The [Quick Start tutorial](https://doc.nette.org/quickstart) gives you a first
introduction to the framework by creating a simple database driven application.


Over 10 Yrs of Development
--------------------------

We have been developing Nette for over 10 years- and counting! Libraries we provide are therefore highly mature, stable and widely used. They are trusted by a number of global corporations and many significant websites rely on us.


Catching Bronze
---------------

We aim to create Nette as a fun and easy to use framework, that programmers can fall in love with. And we seem to be doing it well! We were rated as the 3rd most popular framework in a survey [Best PHP Framework for 2015](https://www.sitepoint.com/best-php-framework-2015-sitepoint-survey-results/) by a well-know magazine SitePoint.


Security Is a Priority
----------------------

There is nothing we care about more than security. That is why we had built Nette as the safest PHP framework. It had passed many audits with flying colours, it eliminates safety traps like XSS, CSRF and brings out ground-breaking methods.


Libraries & Framework
---------------------

Nette consists of a number of handy standalone libraries, which can be used in any codebase, for example combined with WordPress or another framework. Careful, some of them are highly addictive! These are the components that Nette Framework is built on:
- [Application](https://github.com/nette/application)
- [Bootstrap](https://github.com/nette/bootstrap)
- [Caching](https://github.com/nette/caching)
Expand All @@ -37,18 +55,4 @@ This is meta-package. It contains these packages:
- and [Tester](https://tester.nette.org)


Installation
------------

The best way to install Nette Framework is to download the latest package
from https://nette.org/download or use [Composer](https://doc.nette.org/composer).

All Nette components are 100% compatible with PHP 7.3. Minimal required version of
PHP is 5.6.0 for Nette Framework 2.4 and PHP 5.3.1 for Nette Framework 2.3.


Getting started
---------------

The [Quick Start tutorial](https://doc.nette.org/quickstart) gives you a first
introduction to the framework by creating a simple database driven application.
All Nette components are 100% compatible with PHP 7.3.

0 comments on commit cf89671

Please sign in to comment.