2017 © Pedro Peláez
 

library classfinder

A utility for obtaining fully qualified class names from a directory.

image

classfinder/classfinder

A utility for obtaining fully qualified class names from a directory.

  • Thursday, October 19, 2017
  • by dallinc
  • Repository
  • 1 Watchers
  • 0 Stars
  • 457 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

ClassFinder

This is a class adapted from the old Illuminate\FileSystem\ClassFinder class that was in the Laravel source once upon a time., (*1)

Call ClassFinder::findClasses($path) to obtain a list of fully qualified class names from the given directory. By default this will match any file with an extension of .php, but a second optional parameter can be passed in to provide a different matching pattern (eg *Service.php), (*2)

If the directory is potentially non-existent, ClassFinder::findClassesSafely($path) can be called, which will return an empty array if the directory does not exist., (*3)

A fully qualified class name for a single class may also be obtained through ClassFinder::findClass($pathToClass), (*4)

The Versions

19/10 2017

dev-master

9999999-dev

A utility for obtaining fully qualified class names from a directory.

  Sources   Download

The Requires

 

The Development Requires

18/10 2017

1.4

1.4.0.0

A utility for obtaining fully qualified class names from a directory.

  Sources   Download

The Requires

 

The Development Requires

27/09 2017

1.3

1.3.0.0

A utility for obtaining fully qualified class names from a directory.

  Sources   Download

The Requires

 

The Development Requires

22/09 2017

1.2

1.2.0.0

A utility for obtaining fully qualified class names from a directory.

  Sources   Download

The Requires

 

The Development Requires

23/05 2017

1.1

1.1.0.0

A utility for obtaining fully qualified class names from a directory.

  Sources   Download

The Requires

 

The Development Requires

23/05 2017

1.0

1.0.0.0

A utility for obtaining fully qualified class names from a directory.

  Sources   Download

The Requires

 

The Development Requires