2017 © Pedro Peláez
 

library function-discovery

Discover and remember functions in the filesystem using annotations

image

crodas/function-discovery

Discover and remember functions in the filesystem using annotations

  • Friday, May 5, 2017
  • by crodas
  • Repository
  • 1 Watchers
  • 0 Stars
  • 625 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 13 Versions
  • 1 % Grown

The README.md

Function Discovery

Discover PHP functions/methods in any directory using annotations. It walks throught the file system looking for annotations and builds a map to reuse later., (*1)

How to use


require __DIR__ . '/vendor/autoload.php'; /** @API my_name */ function foobar(Array $args) { return $args[0]; } $apis = new FunctionDiscovery(__DIR__); $functions = $apis->getFunctions('@api'); echo $functions['my_name']($arg1, $arg2);

The Versions

05/05 2017

dev-develop

dev-develop

Discover and remember functions in the filesystem using annotations

  Sources   Download

BSD-4-Clause

The Requires

 

The Development Requires

by Cesar Rodas

11/11 2016

dev-master

9999999-dev

Discover and remember functions in the filesystem using annotations

  Sources   Download

BSD-4-Clause

The Requires

 

by Cesar Rodas

11/11 2016

v0.7.1

0.7.1.0

Discover and remember functions in the filesystem using annotations

  Sources   Download

BSD-4-Clause

The Requires

 

by Cesar Rodas

19/03 2016

v0.6.1

0.6.1.0

Discover and remember functions in the filesystem using annotations

  Sources   Download

BSD-4-Clause

The Requires

 

The Development Requires

by Cesar Rodas

17/03 2016

v0.5.3

0.5.3.0

Discover and remember functions in the filesystem using annotations

  Sources   Download

BSD-4-Clause

The Requires

 

The Development Requires

by Cesar Rodas

11/03 2016

v0.5.2

0.5.2.0

Discover and remember functions in the filesystem using annotations

  Sources   Download

BSD-4-Clause

The Requires

 

The Development Requires

by Cesar Rodas

11/03 2016

v0.5.1

0.5.1.0

Discover and remember functions in the filesystem using annotations

  Sources   Download

BSD-4-Clause

The Requires

 

The Development Requires

by Cesar Rodas

06/03 2016

v0.4.3

0.4.3.0

Discover and remember functions in the filesystem using annotations

  Sources   Download

BSD-4-Clause

The Requires

 

The Development Requires

by Cesar Rodas

05/01 2016

v0.4.2

0.4.2.0

Discover and remember functions in the filesystem using annotations

  Sources   Download

BSD-4-Clause

The Requires

 

The Development Requires

by Cesar Rodas

30/12 2015

v0.4.1

0.4.1.0

Discover and remember functions in the filesystem using annotations

  Sources   Download

BSD-4-Clause

The Requires

 

The Development Requires

by Cesar Rodas

29/11 2015

v0.3.1

0.3.1.0

Discover and remember functions in the filesystem using annotations

  Sources   Download

BSD-4-Clause

The Requires

 

The Development Requires

by Cesar Rodas

12/11 2015

v0.2.1

0.2.1.0

Discover and remember functions in the filesystem using annotations

  Sources   Download

BSD-4-Clause

The Requires

 

The Development Requires

by Cesar Rodas

12/11 2015

v0.1.1

0.1.1.0

Discover and remember functions in the filesystem using annotations

  Sources   Download

BSD-4-Clause

The Requires

 

The Development Requires

by Cesar Rodas