clean/phpatlas

0.2.0 2019-12-06 08:40 UTC

This package is auto-updated.

Last update: 2024-07-06 20:33:25 UTC


README

Clean\PhpAtlas

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