Download the PHP package hearot/argoscuolanext without Composer

On this page you can find all versions of the php package hearot/argoscuolanext. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package argoscuolanext

ArgoScuolaNext per Python

Un'implementazione in Python dei servizi restful di ArgoScuolaNext.

Se prediligi Node.js e vuoi documentarti meglio per quanto riguardo i metodi della libreria, ReLoia/ArgoScuolaNext-NodeJS potrebbe fare al caso tuo.

Disclaimer

Sebbene ad oggi questo progetto sia uno di quelli a cui sono più affezionato, purtroppo questa libreria non riceve né riceverà più alcun tipo di aggiornamento. L'impiego di questa libreria, inoltre, è contrario ai termini di servizio della piattaforma ArgoScuolaNext. Questo repository, non aggiornato, rimane tuttavia archiviato pubblicamente per scopi informativi.

Il token di autenticazione e i servizi restful invocati mediante esso, possono essere utilizzati solo dall'applicazione "DidUP - Famiglia" della Argo Software SRL per l’erogazione dei propri servizi o da fornitori saas e relative applicazioni appositamente preautorizzate, in conformità alla vigente normativa in maniera di protezione dei dati personali ed alle misure richieste dall’AgID per gli applicativi SaaS delle PA.

Installazione

Per installare questa libreria, è sufficiente utilizzare pip:

Importare la libreria

Per importare la libreria, è sufficiente inserire nel codice il seguente preambolo:

Login

Per effettuare il login e creare la sessione, è necessario inizializzare la classe argoscuolanext.Session con schoolCode (il codice della scuola), username e password come parametri.

Richiamare un metodo

Le API contemplano numerosi metodi, tra i quali i più importanti sono i seguenti:

Per richiamare un metodo è sufficiente trattarlo come un metodo della classe Session.

Alcuni metodi ammettono come parametro una data nel formato yyyy-mm-dd (o come istanza della classe datetime.datetime). Per esempio, per richiamare il metodo oggi nella data 2019-10-06 è sufficiente il seguente codice:


All versions of argoscuolanext with dependencies

PHP Build Version
Package Version
Requires php Version >=7
ext-curl Version *
ext-json Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package hearot/argoscuolanext contains the following files

Loading the files please wait ....