GithubHelp home page GithubHelp logo

alecpl / syncroton Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tine20/syncroton

0.0 1.0 1.0 2.53 MB

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

License: GNU Lesser General Public License v3.0

PHP 99.96% Dockerfile 0.04%

syncroton's Introduction

[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';

syncroton's People

Contributors

alecpl avatar ccheng-dev avatar corneliusweiss avatar emersonfaria avatar msphn avatar paulmhh avatar pschuele avatar

Watchers

 avatar

Forkers

7swiss

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.