aesonus / parse-use-statements
Parse use statements for a reflection object
This package's canonical repository appears to be gone and the package has been frozen as a result.
v1.1
2020-04-05 22:09 UTC
Requires
- php: >=5.4
Requires (Dev)
- nette/tester: ~1.7
This package is auto-updated.
Last update: 2024-09-06 08:54:01 UTC
README
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.