Skip to content

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.

License

Notifications You must be signed in to change notification settings

itsjuoum/GIAEConnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Installation

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

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

With Composer

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");

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 and tested on v.5.0.55.6.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Languages