{"id":19936891,"url":"https://github.com/dooml/fantacalcio-tools","last_synced_at":"2025-03-01T12:23:40.425Z","repository":{"id":130856551,"uuid":"122421974","full_name":"doomL/fantacalcio-tools","owner":"doomL","description":"Libreria PHP che raccoglie alcuni strumenti utili per chi gioca a Fantacalcio","archived":false,"fork":false,"pushed_at":"2015-01-17T16:01:36.000Z","size":160,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-12T02:58:33.133Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doomL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-22T02:41:57.000Z","updated_at":"2020-03-11T08:18:42.000Z","dependencies_parsed_at":"2023-03-10T17:06:30.188Z","dependency_job_id":null,"html_url":"https://github.com/doomL/fantacalcio-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doomL%2Ffantacalcio-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doomL%2Ffantacalcio-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doomL%2Ffantacalcio-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doomL%2Ffantacalcio-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doomL","download_url":"https://codeload.github.com/doomL/fantacalcio-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241363169,"owners_count":19950703,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T23:29:41.006Z","updated_at":"2025-03-01T12:23:40.387Z","avatar_url":"https://github.com/doomL.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Fantacalcio Tools\n=================\n\n[![Build Status](https://travis-ci.org/dlondero/fantacalcio-tools.svg?branch=master)](https://travis-ci.org/dlondero/fantacalcio-tools)\n\nFantacalcio Tools è una libreria in PHP che raccoglie alcuni strumenti utili per chi gioca a Fantacalcio e magari\namministra qualche lega tra amici.\n\nStrumenti disponibili:\n\n- Convertitore da file voti Fantagazzetta a file csv\n\nComing soon:\n\n- Scraper classifica serie A da Gazzetta\n\n## Install\n\nNella tua applicazione crea un file `composer.json`. Nel caso non conoscessi [Composer](https://getcomposer.org/)\nti consiglio di dare un'occhiata a [composer.json Schema](https://getcomposer.org/doc/04-schema.md).\n\nNella sezione `require` o alternativamente in `require-dev` aggiungi la seguente dipendenza:\n\n```json\n\"dlondero/fantacalcio-tools\": \"dev-master\"\n```\n\n## Usage\n\nConvertire il file dei [voti Fantagazzetta](http://www.fantagazzetta.com/voti-fantagazzetta-serie-A) in un file CSV\n\n```php\nuse FantacalcioTools\\Fantagazzetta\\PointsExtractor;\n\n$pointsExtractor = new PointsExtractor('file_voti_fantagazzetta.xls');\n$pointsExtractor-\u003esaveToCSV('file_voti_convertiti.csv');\n```\n\nConvertire lo stesso file dei voti Fantagazzetta in un array per eseguire ulteriori operazioni\n\n```php\nuse FantacalcioTools\\Fantagazzetta\\PointsExtractor;\n\n$pointsExtractor = new PointsExtractor('file_voti_fantagazzetta.xls');\n$pointsExtractor-\u003eparse();\n$array = $pointsExtractor-\u003egetAsArray();\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdooml%2Ffantacalcio-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdooml%2Ffantacalcio-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdooml%2Ffantacalcio-tools/lists"}