PHP Classes

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

Recommend this page to a friend!

  Author Author  
Picture of Antonino
Name: Antonino <contact>
Classes: 1 package by
Country: Italy Italy
Age: 38
All time rank: 134155 in Italy Italy
Week rank: 568 Up24 in Italy Italy Up
Innovation award
Innovation award
Nominee: 1x

Winner: 1x


  Detailed description   Download Download .zip .tar.gz   Install with Composer Install with Composer  
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.

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


  Classes of Antonino  >  PHP Outlook Web Access  >  Download Download .zip .tar.gz  >  Support forum Support forum (11)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: PHP Outlook Web Access
Base name: php-owa
Description: Access Microsoft Exchange Web services via OWA API
Version: 0.13
PHP version: 4.0
License: GNU General Public License (GPL)
All time users: 2279 users
All time rank: 1711
Week users: 0 users
Week rank: 105 Equal
 
  Groups   Rate classes User ratings   Applications   Files Files  

  Groups  
Group folder image Email Email sending and receiving View top rated classes
Group folder image Time and Date Time and date values, formats and conversion View top rated classes
Group folder image Web services Web data clipping, SOAP or XML-RPC clients and servers View top rated classes


  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

  User ratings  
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: Bad (8%) Bad (8%) - - - - Bad (5%) 3438
Month: Not yet rated by the users

  Applications that use this package  
No pages of applications that use this class were specified.

Add link image If you know an application of this package, send a message to the author to add a link here.

  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

Install with Composer Install with Composer - Download Download all files: php-owa.tar.gz php-owa.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.
  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

Install with Composer Install with Composer - Download Download all files: php-owa.tar.gz php-owa.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.