Skip to content

Syncroton is a PHP based implementation of the Exchange ActiveSync protocol, which is licensed under the LGPL V3

License

Notifications You must be signed in to change notification settings

tine20/syncroton

Folders and files

NameName
Last commit message
Last commit date
Sep 19, 2022
Oct 17, 2013
Oct 8, 2024
Sep 19, 2022
Sep 7, 2016
May 15, 2018
Feb 10, 2012
Sep 20, 2021
Oct 17, 2013
Oct 17, 2013
May 3, 2023
May 3, 2023
Jul 27, 2012

Repository files navigation

[Build Status]

Syncroton

Syncroton is a PHP based implementation of the Exchange ActiveSync protocol, which is licensed under the LGPL V3.

Supported devices

  • iOS based devices
  • Android based devices which use the stock Android Exchange client
  • Samsung Android based devices
  • HTC Android based devices
  • Windows Mobile phones
  • Nokia Mail for Exchange
  • Microsoft Outlook (>= Outlook 2013)

Which projects are using Syncroton?

Following projects are using Syncroton to provide synchronisation of contacts, events, tasks and emails to their users.

Getting Syncroton

Syncroton is available via Composer. Install Composer and create a file called composer.json in the main directory of your project:

{
   "require": {
       "syncroton/syncroton": "1.*"
   }
}

Next execute following command in the main directory of your project to download Syncroton:

/path/to/composer update This command will download all needed files and places them in the vendor directory.

Now you just have to include the Composer autoloader in your code and your are ready to use Syncroton.

require 'vendor/autoload.php';

About

Syncroton is a PHP based implementation of the Exchange ActiveSync protocol, which is licensed under the LGPL V3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages