2017 © Pedro Peláez
 

library code-unit-reverse-lookup

Looks up which function or method a line of code belongs to

image

sebastian/code-unit-reverse-lookup

Looks up which function or method a line of code belongs to

  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 14 % Grown

The README.md

Latest Stable Version CI Status codecov, (*1)

sebastian/code-unit-reverse-lookup

Looks up which function or method a line of code belongs to., (*2)

Installation

You can add this library as a local, per-project dependency to your project using Composer:, (*3)

composer require sebastian/code-unit-reverse-lookup

If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:, (*4)

composer require --dev sebastian/code-unit-reverse-lookup

The Versions

15/05 2018

dev-master

9999999-dev https://github.com/sebastianbergmann/code-unit-reverse-lookup/

Looks up which function or method a line of code belongs to

  Sources   Download

BSD-3-Clause

The Requires

  • php ^5.6 || ^7.0

 

The Development Requires

04/03 2017

1.0.1

1.0.1.0 https://github.com/sebastianbergmann/code-unit-reverse-lookup/

Looks up which function or method a line of code belongs to

  Sources   Download

BSD-3-Clause

The Requires

  • php ^5.6 || ^7.0

 

The Development Requires

13/02 2016

1.0.0

1.0.0.0 https://github.com/sebastianbergmann/code-unit-reverse-lookup/

Looks up which function or method a line of code belongs to

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.6

 

The Development Requires