Plugin info

Total downloads: 1,009
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 2/27/2020 (2133 days ago)
Added to WordPress: 2/27/2020 (5 years old)
Minimum WordPress version: 4.0
Tested up to WordPress version: 5.3.20
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2133 days ago

20/100

Is RosarioSIS REST API abandoned?

Possibly abandoned (last update 2133 days ago).

Compatibility

Requires WordPress: 4.0
Tested up to: 5.3.20
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

SIS Handball
Rating 5.0/5 (4 reviews)Active installs 30
eduTrac Authentication
Rating 0.0/5 (0 reviews)Active installs 0

Description

WordPress plugin helper to connect to the RosarioSIS REST API. Connect to RosarioSIS through the REST API to send / retrieve your students, or any data that fits in your SIS.
This plugin has got no interface. You will only get notified in case the RosarioSIS API is not correctly configured from the WordPress admin “Plugins” screen.
This plugin provides a simple tool for developers to use in their own plugin to connect to the RosarioSIS REST API.

Installation

Installing “RosarioSIS REST API” can be done either by searching for “RosarioSIS REST API” via the “Plugins > Add New” screen in your WordPress dashboard, or by using the following steps:

  1. Download the plugin via WordPress.org
  2. Upload the ZIP file through the ‘Plugins > Add New > Upload’ screen in your WordPress dashboard
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

RosarioSIS configuration steps:

  1. Install and activate the REST API plugin for RosarioSIS.
  2. Copy the admin user API token: go to menu School > Configuration > Plugins. Click on the Configuration link next to REST API. Copy the User Token (see screenshot).

WordPress configuration steps:
1. Add the RosarioSIS URL and your admin user API token to the wp-config.php file. Here is an example:
define( 'ROSARIOSIS_REST_API_URL', 'https://my-rosariosis.com/' );
define( 'ROSARIOSIS_REST_API_USER_TOKEN', 'M1e57FZ69D0ophaizqTRsNB6lQ3d0EA6' );

Frequently Asked Questions

Does this plugin depend on any others?

No, but it depends on a working instance of RosarioSIS, accessible from the network, plus its REST API plugin.

Does this create new database tables?

No. There are no new database tables with this plugin.

Does this load additional JS or CSS files ?

No. This plugin does not load additional CSS or JS files.

What does this plugin do?

This plugin is useless on its own. It should be combined with another plugin that actually interacts with the RosarioSIS REST API (agenda, contacts, third parties, expense, clients, products, etc.).

How can I disable the request cache?

GET requests can be cached if explicitely stated (see the controller PHP code). Call the page adding &disable_cache=1 to the URL to disable cache.

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.0.0

  • 2020-02-22
  • Initial release