Better Reflection
:crystal_ball: Better Reflection is a reflection API that aims to improve and provide more features than PHP's built-in reflection API. (by Roave)
PHPCPD
Copy/Paste Detector (CPD) for PHP code. (by sebastianbergmann)
| Better Reflection | PHPCPD | |
|---|---|---|
| 1 | 2 | |
| 1,232 | 2,218 | |
| 0.4% | - | |
| 9.4 | 7.0 | |
| 8 days ago | almost 3 years ago | |
| PHP | PHP | |
| MIT License | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Better Reflection
Posts with mentions or reviews of Better Reflection. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-21.
- I made a library that allows reflection on files through static analysis
If I get it correctly, it's same use case as for https://github.com/Roave/BetterReflection
PHPCPD
Posts with mentions or reviews of PHPCPD. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-22.
- Twelve-factor app módszer a gyakorlatban / 1. rész
- PHP Static Analysis Tools Review
PHPCPD is a small tool created by Sebastian Bergmann to detect clones in your project. Here is a short example:
What are some alternatives?
When comparing Better Reflection and PHPCPD you can also consider the following projects:
UBench - Micro PHP benchmark library
GrumPHP - A PHP code-quality tool
PHP Parser - A PHP parser written in PHP
PHP Refactoring Browser
PHP Mess Detector - PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD. PHPMD can be seen as an user friendly frontend application for the raw metrics stream measured by PHP Depend.