yohn/phpatlas

0.3.0 2025-05-14 07:22 UTC

This package is auto-updated.

Last update: 2025-05-16 07:33:20 UTC


README

Build Status Code Climate Test Coverage Issue Count

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",