MySiga Docs
The MySiga API documentation
Welcome to MySiga API docs! Here you'll find all the documentation you need to get up and running with Siga 3 programmatically.
Wanna rush it?
Quick StartWhat is MySIGA?
MySiga is an unofficial personal project done by Lara Vieira, using PHP 8 and implementing concepts like Web Scraping. It is an API that acts as an intermediate, letting programmatic apps and scripts communicate easily with UFJF's Siga 3 for students.
Free & open-source
If u wanna do a personal small script? u can use the available endpoint at:
https://mysiga.laravieira.me
If you wanna go crazy and do an app for all your friends? U'll have to deploy MySiga on your own. Checkout the code repo:
Docker ready
You're a docker lover? You can have MySiga locally with just...
git clone https://github.com/laravieira/mysiga && cd mysiga
docker build -t mysiga . && docker run -p 80:80 --name mysiga mysiga
Resources
Wanna contribute?
U can leave your contributions by:
Disclaimer
This project has no partnership with UFJF, this is an unofficial personal project, and it's public to incentive students to try coding and learn. Use it on your own, I have no responsibility for what u do with it.
The MySiga name is not registered and can be changed if necessary.
Last updated