All Projects → WsdlToPhp → PackageEws365

WsdlToPhp / PackageEws365

Licence: MIT license
PHP SDK for Office 365 Exchange Web Services with SOAP

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to PackageEws365

braze-php-sdk
A PHP client to interact with Braze API
Stars: ✭ 15 (+7.14%)
Mutual labels:  sdk-php
PackageBase
Contains base classes from which the generated classes from PackageGenerator inherit
Stars: ✭ 19 (+35.71%)
Mutual labels:  packagegenerator
uniteller-php-sdk
PHP (7.2+) SDK for integration internet-acquiring of the Uniteller (unofficial)
Stars: ✭ 21 (+50%)
Mutual labels:  sdk-php
laravel-dadata
PHP SDK Laravel пакет работы с сервисом DaData.ru, для исправления синтаксических ошибок в информации контактных данных клиентов сайта и вывода подсказок поля форм.
Stars: ✭ 39 (+178.57%)
Mutual labels:  sdk-php
twitter-php-ads-sdk
A Twitter supported and maintained Ads API SDK for PHP.
Stars: ✭ 51 (+264.29%)
Mutual labels:  sdk-php
laravel-youtrack-sdk
Laravel wrapper for the YouTrack PHP Software Development Kit provides set of tools to interact with JetBrains YouTrack.
Stars: ✭ 17 (+21.43%)
Mutual labels:  sdk-php
Core
PHP Telegram Bot based on the official Telegram Bot API
Stars: ✭ 2,899 (+20607.14%)
Mutual labels:  sdk-php
etsy-php
Etsy API wrapper for PHP
Stars: ✭ 67 (+378.57%)
Mutual labels:  sdk-php
sp-api-sdk
Amazon Selling Partner SPI - PHP SDKs
Stars: ✭ 34 (+142.86%)
Mutual labels:  sdk-php
cdek-sdk
SDK для СДЭК
Stars: ✭ 38 (+171.43%)
Mutual labels:  sdk-php
line-pay-sdk-php
LINE Pay SDK for PHP
Stars: ✭ 68 (+385.71%)
Mutual labels:  sdk-php
codex
🤖 PHP library for building API Client SDK for PHP
Stars: ✭ 21 (+50%)
Mutual labels:  sdk-php
tcb-php-sdk
tencent cloud base sdk for php
Stars: ✭ 13 (-7.14%)
Mutual labels:  sdk-php
alpaca-trade-api-php
PHP SDK for the Alpaca trade API
Stars: ✭ 26 (+85.71%)
Mutual labels:  sdk-php

Scrutinizer Code Quality Latest Stable Version StyleCI Total Downloads SensioLabsInsight

PackageEws365

This package has been generated from the Office 365 Exchange Web Services WSDL using the PackageGenerator project.

The complete list of operations is available at the Office Dev Center.

Summary

Generating again the package

You can generate again the package's sources using the generate.sh script:

$ git clone https://github.com/WsdlToPhp/PackageEws365.git package-ews365
$ cd package-ews365
$ docker-compose up -d
$ docker exec -it package_ews365 generate.sh

To learn how to customize the generated package, please read the PackageGenerator's README.

How to use the generated package?

Install the project

$ git clone https://github.com/WsdlToPhp/PackageEws365.git package-ews365
$ cd package-ews365
$ docker exec -it package_ews365 php-7.3 /usr/bin/composer update

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:

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].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].