clean/phpatlas

0.2.0 2019-12-06 08:40 UTC

This package is auto-updated.

Last update: 2024-09-06 20:52:50 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",