Download the PHP package wsdltophp/package-ews365 without Composer
On this page you can find all versions of the php package wsdltophp/package-ews365. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wsdltophp/package-ews365
More information about wsdltophp/package-ews365
Files in wsdltophp/package-ews365
Package package-ews365
Short Description Package generated from wsdl/services.updated.wsdl using wsdltophp/packagegenerator
License
Informations about the package package-ews365
PackageEws365
This package has been generated from the PackageGenerator project.
The complete list of operations is available at the Office Dev Center.
Summary
- Generating again the package
- How to use the generated package?
- Install the project
- Learn from the tutorial
- Start from the samples
- Need support or having a question?
Generating again the package
You can generate again the package's sources using the generate.sh script:
To learn how to customize the generated package, please read the PackageGenerator's README.
How to use the generated package?
Install the project
Learn from the tutorial
Start looking into the auto-generated tutorial.php file. This file contains the starting code to use this package. In addition it contains all the operations provided by the Exchange Web Services and the way to call them.
Determine your Office 365 endpoint action location
Determining the Office 365 endpoint action location can be tricky so below is indicated 2 ways to do it. This location must be defined in the setLocation
call into the sample files.
The default location has been defined so it might work fine with you too. If not, you should try determining it. If you don't understand, don't hesitate to contact me at [email protected].
Manually from the endpoint itself
You should be able to get the endpoint action location from the services.wsdl by opening your browser and browsing to outlook.office365.com/EWS/Exchange.asmx.
You must enter your Office 365 credentials then it should display a page where it indicates something such as svcutil.exe https://**.outlook.com/EWS/Services.wsdl
.
This is in the https://**.outlook.com/EWS/Services.wsdl
that you can find at the end the endpoint action location such as <soap:address location="**https://outlook.office365.com/EWS/Exchange.asmx**" />
.
From your Office 365 account
Following this Tech Blog article, I simply used the endpoint location action indicated in the article as https://pod51036.outlook.com/ews/services.wsdl and it worked :).
Start from the samples
Sample scripts are available under the samples folder:
- GetServerTimeZones
- Inbox
- FindItems
- FindUnreadItems
- GetItem
- Contact
- FindItems
- GetItem
- Calendar
- FindItems
- GetItem
- Task
- CreateItem
- FindItems
- GetItem
Need support or having a question?
We can help you understand how to use it and how to customize it. Feel free to contact us at [email protected].
All versions of package-ews365 with dependencies
ext-soap Version *
ext-mbstring Version *
wsdltophp/packagebase Version ~2.0