2017 © Pedro Peláez
 

composer-plugin composer-install-library-of-functions

A Composer plugin to handle the "functionmap" autoload section.

image

boenrobot/composer-install-library-of-functions

A Composer plugin to handle the "functionmap" autoload section.

  • Thursday, April 26, 2018
  • by boen_robot
  • Repository
  • 1 Watchers
  • 0 Stars
  • 783 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 189 % Grown

The README.md

composer-install-library-of-functions

A Composer plugin to handle the "functionmap" in "extra"., (*1)

This property is an object where each key is the name of an autoload section (either autoload or autoload-dev). Each value is an object. Within each object, each key is the fully qualified name of a function, and each value is the path to a file where this function is defined., (*2)

If the function exists already during an install/update (either because it is built in, or because it is declared during an auto_prepend_file PHP file), it won't be added to the autoloader. If it doesn't exist, it will be added to the autoloader "files" section., (*3)

Note also that a file already present in the "files" section will be removed from it if the function exists. This allows you to include all files in your files section, so that your package works with or without this plugin (but will be better optimized with this plugin)., (*4)

The Versions

26/04 2018

dev-master

9999999-dev

A Composer plugin to handle the "functionmap" autoload section.

  Sources   Download

LGPL-2.1-only

The Requires

  • composer-plugin-api ^1.0

 

The Development Requires

by Vasil Rangelov

26/04 2018

1.0.1

1.0.1.0

A Composer plugin to handle the "functionmap" autoload section.

  Sources   Download

LGPL-2.1-only

The Requires

  • composer-plugin-api ^1.0

 

The Development Requires

by Vasil Rangelov

24/04 2018

1.0.0

1.0.0.0

A Composer plugin to handle the "functionmap" autoload section.

  Sources   Download

LGPL-2.1-only

The Requires

  • composer-plugin-api ^1.0

 

The Development Requires

by Vasil Rangelov