Skip to content

daniegarcia254/comuniazo-uk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comunio UK Points

Description

Webapp that shows information about a Comunio's player lineup.

Comunio is a football manager where you can manage your Premier League team and create a virtual league with your friends. You will be in charge of the lineup, tactics and transfers. Financial and strategic skills based on reality Premier League are decisive for winning the competition.

Player ratings for a matchday are get from the WhoScored webpage and transformed to a personalized Comunio ratings. So, it takes to much time to calculate your lineup rating manually during a matchday.

With this webapp, you'll have this automatized!

Run the project

  • Dependencies needed: PHP

  • Download Composer

    Go to the api/ folder and run this in your terminal to get the latest Composer version:

    curl -sS https://getcomposer.org/installer | php

    Or if you don't have curl:

    php -r "readfile('https://getcomposer.org/installer');" | php

    This installer script will simply check some php.ini settings, warn you if they are set incorrectly, and then download the latest composer.phar in the current directory

  • Installing dependencies with Composer

    Run the next command to install the dependencies specified in the api/composer.json file:

    php composer.phar install

    Two dependencies will be installed:

    • Goutte: a screen scraping and web crawling library for PHP
    • Slim: PHP micro framework that helps you quickly write a simple API.