Download the PHP package open20/amos-proposte-collaborazione-een without Composer

On this page you can find all versions of the php package open20/amos-proposte-collaborazione-een. 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 amos-proposte-collaborazione-een

Een Partnership Proposal

Questo documento specifica in dettaglio lo script di importazione een

Configure Tag

insert in backend/config/main

and enable the technlogic tags on the plugin configuration tags

Configure Comments

Insert in backend/config/modules-amos

Import EEN (Console command)

Lo script di importazione è in grado di gestire la risposta del WS soap, mappando tutti le proprietà ritornate per ogni proposta (profile) gestendono:

Lo script una volta avviato scrive su un log (@console/runtime/een/call) questi dati:

Si consiglia di eliminare il contenuto della cartella @console/runtime/een/call ogni X chiamate (oppure effettuare un rotate)

Inoltre

Si consiglia di salvare l'output dello script all'interno di un file di log.

Base route

Command Note
yii amos-een/import/start Importa le proposte di collaborazione

Options

Le options sono i parametri che il WDSL può gestire.

Option Note Esempio
--Username Username Già impostato nell'env
--Password Password Già impostato nell'env
--ContractId Id contratto Stringa: Mai utilizzato
--CountriesForDissemination Diffusa negli stati Array: Mai utilizzato
--DeadlineDateAfter Scadenza dopo la data Stringa: AAAAMMDD
--DeadlineDateBefore Scadenza prima la data Stringa: AAAAMMDD
--IncludeImages Includere allegati Boolean: 1/true
--OrganisationCountryName ?
--OrganisationIdentifier ?
--OrganisationName ?
--ProfileTypes Tipologia di EEN Array: Tr, To, Br, Bo, Rdr
--PublishedDateAfter Pubblicata dopo la data Stringa: AAAAMMDD
--PublishedDateBefore Pubblicata prima la data Stringa: AAAAMMDD
--SubmitDateAfter Inviata dopo la data Stringa: AAAAMMDD
--SubmitDateBefore Inviata prima la data Stringa: AAAAMMDD
--UpdateDateAfter Aggiornata dopo la data Stringa: AAAAMMDD
--UpdateDateBefore Inviata prima la data Stringa: AAAAMMDD

Esempi di chiamate

Proposte di collaborazione EEN di tipo Tr con data di scadenza dopo il 2017-07-07(Compreso)

php yii amos-een/import/start --DeadlineDateAfter="2017-07-07" --ProfileTypes="Tr"

Proposte di collaborazione EEN di tipo Br aggiornate dopo il 2017-11-01 (Compreso) , con allegati

php yii amos-een/import/start --UpdateDateAfter="2017-11-01" --ProfileTypes="Tr" --IncludeImages=1

Proposte di collaborazione EEN di tipo Tr,To,Br,Bo,Rdr aggiornate dopo il 2017-11-01 (Compreso)

php yii amos-een/import/start --UpdateDateAfter="2017-11-01" --ProfileTypes="Tr,To,Br,Bo,Rdr"

Web Service

è possibile recuperare le proposte di collaborazione EEN tramite WS.

Per poter accedere al servizio è necessario:

Il sistema di autenticazione è BASIC AUTHENTICATION perciò username e password saranno sempre presenti nella chiamata

ulteriore parametro necessario è date nel fomato Y-m-d

URL esempio

#DOMINIO#/een/api/get-een?date=2018-07-01

Saranno restituite tutte le proposte EEN la cui data di ultimo aggiornamento cadrà nell'intervallo tra la data ricevuta tramite parametro date* e 7 giorni che lo precedono


All versions of amos-proposte-collaborazione-een with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
open20/amos-attachments Version ^1.9.0
open20/amos-core Version ^1.9.60
open20/amos-dashboard Version ^1.5
open20/amos-notify Version ^1.4.16
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 open20/amos-proposte-collaborazione-een contains the following files

Loading the files please wait ....