PHPackages                             tchenu/myges - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. tchenu/myges

AbandonedArchivedLibrary

tchenu/myges
============

1.0.2(4y ago)81291PHPPHP &gt;=7.2

Since Oct 31Pushed 4y ago1 watchersCompare

[ Source](https://github.com/tchenu/myges)[ Packagist](https://packagist.org/packages/tchenu/myges)[ RSS](/packages/tchenu-myges/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

MyGes API Client Library for PHP
================================

[](#myges-api-client-library-for-php)

This library allows students to obtain information about their schooling (agenda, grades, absences, teachers, classes, students) if their school is part of the [GES organization](https://www.myges.fr/).

**NOTE** This library is unofficial, if you find a bug please feel free to contribute with a PR.

Requirements
------------

[](#requirements)

- [PHP 7.2 or higher](https://www.php.net/)

Installation
------------

[](#installation)

### Composer

[](#composer)

Execute the following command to install this library:

```
composer require tchenu/myges
```

Include the autoloader

```
require_once  'vendor/autoload.php';
```

How to connect
--------------

[](#how-to-connect)

You can connect your account with the `client-id` of the Skolae application.

```
