juoum/giaeconnect

This PHP class provides an unofficial API for the GIAE platform (Gestão Integrada para Administração Escolar), widely used on Portuguese public schools, on behalf of a given user.

Installs: 78

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 1

Open Issues: 0

pkg:composer/juoum/giaeconnect

v2.0.1 2025-12-19 11:08 UTC

This package is auto-updated.

Last update: 2026-01-19 11:26:15 UTC


README

This PHP class provides an unofficial API for the GIAE platform (Gestão Integrada para Administração Escolar), widely used on Portuguese public schools, on behalf of a given user.

Installation

To utilize this class, first import giaeConnect.php into your project, and require it.

require_once('./src/GiaeConnect.php');

With Composer (recommended)

Run the following commands inside your project directory

composer require juoum/giaeconnect
composer install

Now just include the composer autoloader:

require_once(__DIR__ . "/vendor/autoload.php");

Requirements

  • PHP 8.5+

Getting Started

Check the wiki for a detailed guide on how to set up GIAEConnect

Contributions

I appreciate any improvements or enhancements you can bring to this project. If you have ideas, bug fixes, or new features to propose, please don't hesitate to submit a pull request.

🔧 Developed on v.5.0.55.6.

✔️ Last tested on v5.0.60.4.