PHPackages                             saiba/ymapi - 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. saiba/ymapi

ActiveLibrary

saiba/ymapi
===========

v1.0.5(10y ago)150PHPPHP &gt;=5.4.0

Since Nov 17Pushed 10y ago1 watchersCompare

[ Source](https://github.com/SAIBA0011/ymapi)[ Packagist](https://packagist.org/packages/saiba/ymapi)[ RSS](/packages/saiba-ymapi/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

Yourmembership PHP Api
======================

[](#yourmembership-php-api)

Install Requirements
--------------------

[](#install-requirements)

- Laravel
- Composer
- PHP 5.4 or above

Install via Composer:

```
"require": {
    "saiba/ymapi": "1.0.*"
},
```

Run Composer Update

```
composer update
```

Add YmapiServiceProvider to config/app.php:

```
'providers' => array(
    'Saiba\Ymapi\YmapiServiceProvider'
);
```

Publish the config files:

```
php artisan config:publish saiba/ymapi
```

**edit the config files under app/config/packages/saiba/ymapi/config/config.php***Note the username and password, this is used as the default authentication username and password for various methods that require authentication but not an authenticated user*

Usage
-----

[](#usage)

To get a list of all your event ids:

```
