clean / phpatlas
Installs: 11 381
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Requires (Dev)
- phpunit/phpunit: 5.7.27
This package is auto-updated.
Last update: 2023-05-06 17:53:56 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",