{"id":23278653,"url":"https://github.com/nderousseaux/tps-php","last_synced_at":"2026-04-16T03:33:08.367Z","repository":{"id":171056017,"uuid":"647251654","full_name":"nderousseaux/tps-php","owner":"nderousseaux","description":"Tps de l'UE de PHP","archived":false,"fork":false,"pushed_at":"2023-05-30T21:51:31.000Z","size":12710,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-25T07:52:34.675Z","etag":null,"topics":["dut-informatique","education","laravel","tps","ue-php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nderousseaux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-30T11:35:40.000Z","updated_at":"2024-11-26T15:44:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"41c416bd-2f9d-468d-9f13-710a143dae49","html_url":"https://github.com/nderousseaux/tps-php","commit_stats":null,"previous_names":["nderousseaux/tps-php"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nderousseaux/tps-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nderousseaux%2Ftps-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nderousseaux%2Ftps-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nderousseaux%2Ftps-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nderousseaux%2Ftps-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nderousseaux","download_url":"https://codeload.github.com/nderousseaux/tps-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nderousseaux%2Ftps-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31870509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["dut-informatique","education","laravel","tps","ue-php"],"created_at":"2024-12-19T22:32:46.983Z","updated_at":"2026-04-16T03:33:08.350Z","avatar_url":"https://github.com/nderousseaux.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"W31 - Programmation web côté serveur\n====================================\n\n#### IMPORTANT : Il sera impératif de savoir utiliser ce dépôt pour le TP noté.\n\nPour démarrer, vous devez :\n1. Mettre en place une clé SSH en suivant le tuto [GITLABSSH.md](GITLABSSH.md)\n2. Mettre en place votre environnement de travail en suivez les instructions ci-dessous.\n\nEnsuite, pour **utiliser** de votre dépôt, regardez la page [HOWTO.md](HOWTO.md).\n\n#### Les diapos des cours :\n\n- [CM n°1 : Introduction à PHP](http://adrien.krahenbuhl.fr/courses/IUTRS/W31/CM1)\n- [CM n°2 : POO et PDO](http://adrien.krahenbuhl.fr/courses/IUTRS/W31/CM2)\n- [CM n°3 : Laravel](http://adrien.krahenbuhl.fr/courses/IUTRS/W31/CM3)\n\n1 - Créer un **clône distant** sur Gitlab\n-----------------------------------------\n\nIl suffit de cliquer sur le bouton \"Fork\" en haut de la page, à côté du bouton bleu \"Clone\".\n\n**À FAIRE** : Ajouter votre enseignant de TP en tant que \"Reporter\" de votre dépôt (menu \"Settings\" =\u003e \"Members\").\n\n2 - Créer un **clône local** sur votre ordinateur\n-------------------------------------------------\n\n1. Installer git sur votre ordinateur personnel (rien à faire sur les postes de l'IUT) :\n```sh\n$ sudo apt install git\n```\n\n2. Configurer vos informations d'utilisateur :\n```sh\n$ git config --global user.name \"[Prenom] [Nom]\"\n$ git config --global user.email \"[login]@unistra.fr\"\n```\n\n3. Cloner :\n```sh\n$ git clone git@git.unistra.fr:[username]/W31.git\n```\n\n3 - Ajouter le **remote \"prof\"**\n--------------------------------\n\nEn trois commandes :\n```sh\n$ cd W31\n$ git remote add prof git@git.unistra.fr:W31/W31.git\n$ git fetch prof\n```\n\nSi tout s'est bien passé, la commande :\n```sh\n$ git remote\n```\naffiche :\n```sh\norigin\nprof\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnderousseaux%2Ftps-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnderousseaux%2Ftps-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnderousseaux%2Ftps-php/lists"}