2017 © Pedro Peláez
 

library class-finder

Find classes in PHP source code.

image

adagio/class-finder

Find classes in PHP source code.

  • Wednesday, July 25, 2018
  • by Keven
  • Repository
  • 1 Watchers
  • 2 Stars
  • 56 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 19 % Grown

The README.md

pepper/class-finder Build Status

Installation

The recommended way to install pepper/class-finder is through Composer., (*1)

$ composer require pepper/class-finder

Usage

use Pepper\ClassFinder\ClassFinder;

$classes = (new ClassFinder)->find('
<?php

namespace Polite;

class Person
{
    function sayHello() {
        echo "Hello world!";
    }
}
');

print_r($classes);

// Array
// (
//     [0] => Polite\Person
// )

The Versions

25/07 2018

dev-master

9999999-dev https://github.com/adagio/class-finder

Find classes in PHP source code.

  Sources   Download

MIT

The Requires

 

The Development Requires

  • php ^7.0

code class parse finder source

25/07 2018

1.0.3

1.0.3.0 https://github.com/adagio/class-finder

Find classes in PHP source code.

  Sources   Download

MIT

The Requires

 

The Development Requires

  • php ^7.0

code class parse finder source

16/04 2017

1.0.2

1.0.2.0 https://github.com/adagio/class-finder

Find classes in PHP source code.

  Sources   Download

MIT

The Requires

 

The Development Requires

  • php ^7.0

code class parse finder source

16/04 2017

1.0.1

1.0.1.0 https://github.com/adagio/class-finder

Find classes in PHP source code.

  Sources   Download

MIT

The Requires

 

The Development Requires

  • php ^7.0

code class parse finder source

15/04 2017

1.0.0

1.0.0.0 https://github.com/adagio/class-finder

Find classes in PHP source code.

  Sources   Download

MIT

The Requires

 

The Development Requires

  • php ^7.0

code class parse finder source