PHP_Depend 0.10.2 released
We are proud to announce release 0.10.2 of PHP_Depend. Beside two bug fixes this release implements four new software metrics:
- Efferent Coupling: The number of classes a class depends on.
- Afferent Coupling: The number of classes that depend on a class.
- Number of Public Methods: The public api/interface of a class.
- Coupling Between Objects: The coupling of a class.
A detailed CHANGELOG can be found on the project's download page and a complete, detailed description of the newly implemented software metrics in PHP_Depend's metric catalog.