juoum/giaeconnect 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

juoum/giaeconnect

最新稳定版本:v2.0.1

Composer 安装命令:

composer require 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.

README 文档

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.

统计信息

  • 总下载量: 78
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-only
  • 更新时间: 2023-10-04