Skip to content
/ phpatlas Public

PhpAtlas allow to access description of all PHP methods used in the PHP manual

License

Notifications You must be signed in to change notification settings

clean/phpatlas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PhpAtlas allow to access description of all PHP methods used in the PHP manual

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages