damiansb / portal-unesp-adapter
An adapter for the UNESP Portal
1.0.7
2025-03-18 17:50 UTC
Requires
- php: >=7.4
Requires (Dev)
- phpunit/phpunit: ^9.0
README
A PHP adapter for interacting with the UNESP (Universidade Estadual Paulista "Júlio de Mesquita Filho") portal system.
Overview
This project provides an adapter to simplify interactions with the UNESP portal, allowing for easier integration with the university's systems.
Features
- Simplified API for UNESP portal interactions
- Easy integration with existing PHP applications
Installation
composer require damiansb/portal-unesp-adapter
Usage
<?php require 'vendor/autoload.php'; use Damiansb\PortalUnespAdapter\Adapter; // Initialize the adapter $adapter = new Adapter([ // Configuration options ]);
Requirements
- PHP 7.4 or higher
- Composer
Configuration
Details about configuration options and environment variables needed.
Documentation
For more detailed documentation, please see the docs directory.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Author
- José Eduardo Biasioli