Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theradioguy/kfuparser


https://github.com/theradioguy/kfuparser

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# Документация

### Инициализация
```php
$parser = new Parser();
```

### Функции:

**Получение токена:**
```php
$token = $parser->auth('логин', 'пароль');
```

**Получение баллов:**
```php
$stats = $parser->parse_menu_7('токен');
```

**Получение информации о студенте:**
```php
$info = $parser->parse_student('токен');
```