# README
Shared
A library for creating laraboot buildpacks
Contributing
Simply create an issue or a pull request.
# Functions
NewContributor creates a new Contributor instance.
NewFromFile :Reads JSON data from file and returns the parsed map.
NewFromString : Reads JSON data from string and returns the parsed map.
NewGlobalContributor creates a Contributor instance and set global = true.
NewLogEmitter .
RunCommand runs a composer command .
# Structs
Contributor represents a PHP contribution by the buildpack.
LarabootStruct : Laraboot file schema.
LogEmitter .