Skip to content

mastercoding/conquest-php

Repository files navigation

conquest-php

A Conquest PHP implementation for www.theaigames.com.

Installation

The fastest way to install Conquest PHP in your project is using Composer (http://getcomposer.org/).

  1. Install Composer:

    curl -s https://getcomposer.org/installer | php
    
  2. Add conquest-php as a dependency to your composer.json file:

    {
        "require": {
            "mastercoding/conquest-php": "*"
        }
    }
  3. Install:

    php composer.phar install
    

About

A Conquest PHP implementation for www.theaigames.com

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages