PHP Classes

PHP Outlook Web Access: Access Microsoft Exchange Web services via OWA API

Recommend this page to a friend!
  Info   View files View files (8)   DownloadInstall with Composer Download .zip   Reputation   Support forum (11)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2024-01-09 (2 months ago) RSS 2.0 feedStar 11%Total: 2,290 This week: 1All time: 1,704 This week: 560Up
Version License PHP version Categories
php-owa 0.15GNU General Publi...4.0Email, Time and Date, Web services
Description 

Author

This package can access Microsoft Exchange Web services via Outlook Web Access API.

It can send HTTP requests to a Microsoft Exchange Web API Web server to perform several types of operations with Exchange accounts.

Currently it can access the Exchange users email messages and calendar appointments.

Innovation Award
PHP Programming Innovation award winner
June 2013
Winner


Prize: One copy of the Zend Studio
Outlook Web Access is a part of Microsoft Exchange that can provide access to the information and services provided by Exchange via the Web.

This class provides means to access email and calendar information for a given user with the Exchange Web API.

Manuel Lemos
Picture of Antonino
Name: Antonino <contact>
Classes: 1 package by
Country: Italy Italy
Age: 38
All time rank: 134055 in Italy Italy
Week rank: 416 Up16 in Italy Italy Up
Innovation award
Innovation award
Nominee: 1x

Winner: 1x

Details

php-Outlook-Web-Access

Licence = OSL 3.0 http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)

php-Outlook-Web-Access is not more supported for free because it is a very old proof of concept with a lot of warnings and bad programming practices

Example:

1) Set parameters in exchange_config.php

2) Create and run a PHP file with this code:

<?php
  require_once dirname(__FILE__)."/exchange.php";
  $exch = new Exchange(_EXCHSERVER_, _EXCHMAIL_, _EXCHUSER_, _EXCHPASSWORD_);
  $exch->email->getMails(10);
  foreach ($exch->email->emails as $email)
  {
    print_r($email);
  }

Outlook PHP Class

contact me at : info [at] uebix.com


  Files folder image Files  
File Role Description
Files folder imageclasses (5 files)
Plain text file exchange.php Class Class source
Plain text file exchange_config.php Conf. Configuration script
Plain text file README.md Data Auxiliary data

  Files folder image Files  /  classes  
File Role Description
  Plain text file calendar.php Class Class source
  Plain text file class_http.php Class Class source
  Plain text file class_xml.php Class Class source
  Plain text file connection.php Class Class source
  Plain text file email.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:2,290
This week:1
All time:1,704
This week:560Up
User Ratings User Comments (5)
 All time
Utility:18%Star
Consistency:18%Star
Documentation:-
Examples:-
Tests:-
Videos:-
Overall:11%Star
Rank:4444