PHPackages                             problematik/php-autoremote - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. problematik/php-autoremote

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

problematik/php-autoremote
==========================

PHP wrapper for AutoRemote

v1.0.2(11y ago)539MITPHPPHP &gt;=5.3.0

Since Jul 17Pushed 11y ago2 watchersCompare

[ Source](https://github.com/problematik/php-autoremote)[ Packagist](https://packagist.org/packages/problematik/php-autoremote)[ Docs](https://github.com/problematik/php-autoremote)[ RSS](/packages/problematik-php-autoremote/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (2)Versions (5)Used By (0)

PHP-AutoRemote
==============

[](#php-autoremote)

PHP-AutoRemote is a PHP wrapper for \[AutoRemote\] [1](http://joaoapps.com/autoremote/). It uses method chaning for easy setup and can set all attributes listed on the \[AutoRemoteWebInterface\] [2](http://autoremotejoaomgcd.appspot.com/).

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

[](#installation)

To include PHP-AutoRemote in your project edit your project's `composer.json` file to require `problematik/php-autoremote`

```
"require": {
    "problematik\php-autoremote": "~1.0.2"
}

```

Usage
-----

[](#usage)

PHP-AutoRemote is meant to be simple to use. To send an notification to your device all you need to do is the following:

```
