kdyby/parse-use-statements

Parse use statements for a reflection object

v0.2 2016-09-07 21:22 UTC

This package is auto-updated.

Last update: 2024-04-22 02:19:02 UTC


README

Build Status Downloads this Month Latest stable Coverage Status Join the chat at https://gitter.im/Kdyby/Help

This library is extracted from PhpReflection class from nette/di. The original class is marked as internal and therefore BC can be broken at any time. Also installing whole nette/di package means installing a lot of unnecessary boilerplate for just this feature - hence this package.

Go say thank you to the original author and contributors for me.

Installation

$ composer require kdyby/parse-use-statements

Homepage http://www.kdyby.org and repository http://github.com/Kdyby/ParseUseStatements.