Skip to content
This repository was archived by the owner on Feb 21, 2019. It is now read-only.

Commit 5f6fbb2

Browse files
committed
readme.md: added badges
1 parent 104ac48 commit 5f6fbb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Nette PHP Reflection
33

44
[![Downloads this Month](https://img.shields.io/packagist/dm/nette/reflection.svg)](https://packagist.org/packages/nette/reflection)
55
[![Build Status](https://travis-ci.org/nette/reflection.svg?branch=v2.3)](https://travis-ci.org/nette/reflection)
6+
[![Latest Stable Version](https://poser.pugx.org/nette/reflection/v/stable)](https://github.com/nette/reflection/releases)
7+
[![License](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://github.com/nette/reflection/blob/master/license.md)
68

79
If you need to find every information about any class, reflection is the right tool to do it. You can easily find out which methods does any class have, what parameters do those methods accept, etc. `Nette\Object` simplifies access to class' self-reflection with method `getReflection()`, returning a [ClassType | api:Nette\Reflection\ClassType]) object:
810

0 commit comments

Comments
 (0)