PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of WsdlToPhp   PHP Microsoft EWS Office 365   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Microsoft EWS Office 365
Access Office 365 Exchange Web Services via SOAP
Author: By
Last change:
Date: 7 years ago
Size: 391 bytes
 

Contents

Class file image Download
{ "name": "wsdltophp/package-ews365", "description": "Package generated from wsdl/services.updated.wsdl using wsdltophp/packagegenerator", "require": { "php": ">=5.3.3", "ext-soap": "*", "wsdltophp/packagebase": "~1.0" }, "autoload": { "psr-4": { "Ews\\": "./src/", "SoapClient\\": "./SoapClient/" } } }