redreams / class-finder
Util for find classes in strings
Installs: 2 162
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^7.1|^7.2
Requires (Dev)
- phpunit/phpunit: 6.5.*
This package is not auto-updated.
Last update: 2024-11-10 06:12:33 UTC
README
class-finder composer package
Install
Via Composer
$ composer require redreams/class-finder
Usage
use Redreams\ClassFinder\ClassFinder; $className = ClassFinder::find($phpSourceCode);
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email dev@gennadyx.tech instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.