Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alevikzs committed Mar 18, 2017
1 parent 6c3f8fc commit e744ee6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
##Use Statements Reflection API
## Use Statements Reflection API

[![License](http://poser.pugx.org/alevikzs/reflection/license)](https://packagist.org/packages/alevikzs/reflection)
[![Latest Stable Version](http://poser.pugx.org/alevikzs/reflection/v/stable)](https://packagist.org/packages/alevikzs/reflection)
Expand All @@ -9,16 +9,16 @@
[![Build Status](https://scrutinizer-ci.com/g/alevikzs/reflection/badges/build.png?b=master)](https://scrutinizer-ci.com/g/alevikzs/reflection/build-status/master)
[![Code Coverage](https://scrutinizer-ci.com/g/alevikzs/reflection/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/alevikzs/reflection/?branch=master)

###About
### About
This package provides reflection API for retrieve use statements by some class.

###Requirements
### Requirements
* PHP >= 7.1

###Installation
### Installation
Require the package with composer: ```$ composer require alevikzs/reflection```

###How to use
### How to use
First, you need to create reflection object:
```
$reflection = new \Reflection\ClassUseStatements(Tree::class);
Expand All @@ -34,7 +34,7 @@ $reflection->getUseStatements()->getFullClassName('Some\Namespace\Class');
```
The best way to see how it works is to look at tests.

###MIT License
### MIT License
**Copyright (c) 2017 Alexey Novikov <alekseeey@gmail.com>**

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down

0 comments on commit e744ee6

Please sign in to comment.