/Composer-Java-Bindings

Java Bindings for Composer and packagist.org

Primary LanguageJavaEclipse Public License 1.0EPL-1.0

Composer Java Bindings

Build Status

A Java API for the PHP dependency manager Composer and it's main repository packagist.org.

See the tests for usage details.

An example implementation can be found in the Eclipse Composer Plugin

Maven Usage

	<dependencies>
		<dependency>
			<groupId>com.dubture</groupId>
			<artifactId>composer-java-api</artifactId>
			<version>0.0.5</version>
		</dependency>
	</dependencies>

Contributors