assura/ogame-helper

There is no license information available for the latest version (1.0) of this package.

Formula and others for Ogame

1.0 2017-05-19 01:22 UTC

This package is not auto-updated.

Last update: 2025-05-05 19:21:56 UTC


README

Cette librairie permet de connaître les différentes informations d'un bâtiment.

Installation with Composer

require assura/ogame-helper

Usage

use Assura\Ogame\Helper\BuildingHelper;

$building = $app['ogame.building']->getBuilding(BuildingHelper::BUILDING_TYPE_METAL_MINE, 20);

echo $building->getProduction();