Skip to content

Commit 7a4cb83

Browse files
committed
readme: updated
1 parent cf1587c commit 7a4cb83

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

readme.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,28 @@ Nette PHP Generator
77
[![Latest Stable Version](https://poser.pugx.org/nette/php-generator/v/stable)](https://github.com/nette/php-generator/releases)
88
[![License](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://github.com/nette/php-generator/blob/master/license.md)
99

10+
11+
Introduction
12+
------------
13+
1014
Generate PHP code, classes, namespaces etc. with a simple programmatical API.
1115

12-
Usage is very easy. In first, install it using Composer:
16+
Documentation can be found on the [website](https://doc.nette.org/php-generator).
17+
18+
19+
Installation
20+
------------
21+
22+
The recommended way to install is via Composer:
1323

1424
```
1525
composer require nette/php-generator
1626
```
1727

18-
Examples
19-
--------
28+
Usage
29+
-----
30+
31+
Usage is very easy. Let's start with a straightforward example of generating class:
2032

2133
```php
2234
$class = new Nette\PhpGenerator\ClassType('Demo');

0 commit comments

Comments
 (0)