yohn / phpatlas
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
pkg:composer/yohn/phpatlas
Requires (Dev)
- phpunit/phpunit: 5.7.27
This package is auto-updated.
Last update: 2025-09-16 08:09:51 UTC
README
PhpAtlas allow to access description of all PHP methods used in the PHP manual
Installation
via Composer
"require": { "clean/phpatlas": "dev-master" }
Usage
$method = \Clean\PhpAtlas\ClassName('ArrayAccess::offsetExists'); echo $method->getMethodShortDescription(); // => "Whether an offset exists",