/go-composer

Basic replacement of Composer, the Dependency Manager for PHP

Primary LanguageGoMIT LicenseMIT

go-composer Build Status

Basic replacement of Composer, the Dependency Manager for PHP.

This is not more than a proof of concept to try to build a faster dependency manager for PHP

The constrains version parsing is handled by go-version a port of the PHP version_compare function and Version comparsion classes from original Composer project