Download Latest Version v3.8.1 source code.tar.gz (4.5 MB)
Email in envelope

Get an email when there's a new version of phpDocumentor

Home / v3.8.0
Name Modified Size InfoDownloads / Week
Parent folder
phpDocumentor.phar 2025-06-16 27.1 MB
phpDocumentor.phar.asc 2025-06-16 455 Bytes
README.md 2025-06-16 2.5 kB
v3.8.0 source code.tar.gz 2025-06-16 4.5 MB
v3.8.0 source code.zip 2025-06-16 4.9 MB
Totals: 5 Items   36.6 MB 1

What's Changed

This release comes with support for asymmetric visibility on properties and support for property hooks. Property hooks were introduced in php 8.4. The system generating your documentation doesn't have to be running php 8.4 to be able to display property hooks.

by @jaapio in https://github.com/phpDocumentor/phpDocumentor/pull/3926

image

Traits using traits

Since the introduction of traits, you can use traits in traits. However this was never reflected properly in phpDocumentor. By now methods imported by a trait in a trait are shown in the documentatation of your trait.

by @jaapio in https://github.com/phpDocumentor/phpDocumentor/pull/3931

Filter private elements

Inheritance did not work as it should be, by now private elements are not longer inherited by child classes and traits.

by @jaapio in https://github.com/phpDocumentor/phpDocumentor/pull/3932

Fixes bugs

Documentation

Other changes

New Contributors

Full Changelog: https://github.com/phpDocumentor/phpDocumentor/compare/v3.7.1...v3.8.0

Source: README.md, updated 2025-06-16