PHPackages                             dadapush/dadapush-php-client - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. dadapush/dadapush-php-client

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

dadapush/dadapush-php-client
============================

DaDaPush: Real-time Notifications AppSend real-time notifications through our API without coding and maintaining your own app for iOS or Android devices.

00PHP

Since Jul 30Pushed 6y ago1 watchersCompare

[ Source](https://github.com/dadapush/dadapush-php-client)[ Packagist](https://packagist.org/packages/dadapush/dadapush-php-client)[ RSS](/packages/dadapush-dadapush-php-client/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

DaDaPushClient
==============

[](#dadapushclient)

DaDaPush: Real-time Notifications App

Send real-time notifications through our API without coding and maintaining your own app for iOS or Android devices.

This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: v1
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.PhpClientCodegen For more information, please visit

Requirements
------------

[](#requirements)

PHP 5.5 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
    "require": {
        "dadapush/dadapush-php-client": "1.0.0"
    }
}
```

or use git repo

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/dadapush/dadapush-php-client.git"
    }
  ],
  "require": {
    "dadapush/dadapush-php-client": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/DaDaPushClient/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit
```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
