php-reflection
php-reflection copied to clipboard
:mag_right: Nodejs Reflection API for PHP files based on the php-parser
- [x] Extract from AST - [x] Implement extends references - [ ] Implement references from method returns - [ ] Implement references from arguments types - [ ] Implement...
- [x] Extract from AST (methods, properties ...) - [x] Handle references between traits - [ ] Handle usage references from classes
- [ ] Implement tests with >95% code coverage, based on mocha. - [ ] Make benchmarks on parsing - [ ] Make benchmarks on memory usage - [ ]...
- [ ] Should be able to remove a file (all references should be deleted) - [ ] On refresh, all references should be deleted - [ ] On refresh,...