PHPackages                             uegmobile/arduino-ota-server-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. uegmobile/arduino-ota-server-bundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

uegmobile/arduino-ota-server-bundle
===================================

This Bundle provides a HTTP Server to manage OTA arduino binary files

v2.0.3(7y ago)8572MITPHPPHP &gt;=5.6

Since Sep 24Pushed 7y ago4 watchersCompare

[ Source](https://github.com/UEGMobile/ArduinoOTAServerBundle)[ Packagist](https://packagist.org/packages/uegmobile/arduino-ota-server-bundle)[ RSS](/packages/uegmobile-arduino-ota-server-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (5)Dependencies (15)Versions (8)Used By (0)

ArduinoOTAServerBundle
======================

[](#arduinootaserverbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/755299d5629c452838722738b0a32124c542ebd1a31923648f494cbb6d4b3f00/68747470733a2f2f706f7365722e707567782e6f72672f7565676d6f62696c652f61726475696e6f2d6f74612d7365727665722d62756e646c652f762f737461626c65)](https://packagist.org/packages/uegmobile/arduino-ota-server-bundle)[![Total Downloads](https://camo.githubusercontent.com/979081fe8fcf4e33f691f8b7b053553119a8fc30845e7de014ebbb0a8adef71e/68747470733a2f2f706f7365722e707567782e6f72672f7565676d6f62696c652f61726475696e6f2d6f74612d7365727665722d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/uegmobile/arduino-ota-server-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/c68dbe9b819ed3fa778843cec9d2e240151cdac33da028571dd5e77d01a64641/68747470733a2f2f706f7365722e707567782e6f72672f7565676d6f62696c652f61726475696e6f2d6f74612d7365727665722d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/uegmobile/arduino-ota-server-bundle)[![License](https://camo.githubusercontent.com/d9d47eb5c24bd90ab43fec853799e32047018649f9b401a8619e1cb88f2b53d9/68747470733a2f2f706f7365722e707567782e6f72672f7565676d6f62696c652f61726475696e6f2d6f74612d7365727665722d62756e646c652f6c6963656e7365)](https://packagist.org/packages/uegmobile/arduino-ota-server-bundle)

The **ArduinoOTAServerBundle** provides a HTTP Server to manage OTA for Arduino with ESP8266 wifi chip.

Documentation
-------------

[](#documentation)

This plugin is developer for [Arduino core for ESP8266 WiFi chip](https://github.com/esp8266/Arduino/). See section [https://github.com/esp8266/Arduino/tree/master/doc/ota\_updates#http-server](https://github.com/esp8266/Arduino/tree/master/doc/ota_updates#http-server)

Include in version 2:

- New 'Program' Entity
- New 'ArduinoOTAServerService' Service
- New concole commands

Since v.1.2.0 compatible with \[Arduino core for ESP32 WiFi chip\] ().

For documentation, see:

```
Resources/doc/

```

Installation
------------

[](#installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require uegmobile/arduino-ota-server-bundle

```

This command requires you to have Composer installed globally, as explained in the `installation chapter`\_ of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
