PHPackages                             robert430404/mrp-php-sdk - 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. [API Development](/categories/api)
4. /
5. robert430404/mrp-php-sdk

ActiveLibrary[API Development](/categories/api)

robert430404/mrp-php-sdk
========================

This is a php SDK for the My Race Pass API

1.0.0(9y ago)017MITPHPPHP &gt;=5.6

Since Sep 10Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Robert430404/mrp-php-sdk)[ Packagist](https://packagist.org/packages/robert430404/mrp-php-sdk)[ RSS](/packages/robert430404-mrp-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

MyRacePass PHP SDK
==================

[](#myracepass-php-sdk)

[![Latest Stable Version](https://camo.githubusercontent.com/663077013161e0e9b06650984b92acbfb88f13fcba39a1cdf63f28e368cbdaf0/68747470733a2f2f706f7365722e707567782e6f72672f726f626572743433303430342f6d72702d7068702d73646b2f762f737461626c65)](https://packagist.org/packages/robert430404/mrp-php-sdk)[![Build Status](https://camo.githubusercontent.com/30aa49a002a1f32311287f4981fdaa669107c934ee28b22b1b103c52f8c85ee0/68747470733a2f2f7472617669732d63692e6f72672f526f626572743433303430342f6d72702d7068702d73646b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Robert430404/mrp-php-sdk)[![License](https://camo.githubusercontent.com/942e017bf0672002dd32a857c95d66f28c5900ab541838c6c664442516309c8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/Robert430404/mrp-php-sdk/blob/master/LICENSE)[![codecov](https://camo.githubusercontent.com/3aa7f92b4821ad41be06dea7e27b32c880c72ece3bff2e2b1b7d83d25a2f0eaf/68747470733a2f2f636f6465636f762e696f2f67682f526f626572743433303430342f6d72702d7068702d73646b2f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/Robert430404/mrp-php-sdk)[![Code Climate](https://camo.githubusercontent.com/0db4fd617812ae0678a301b5b0731af1637906d48a84b57a4cc4ef56dd65a2f4/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f526f626572743433303430342f6d72702d7068702d73646b2f6261646765732f6770612e737667)](https://codeclimate.com/github/Robert430404/mrp-php-sdk)

This package gives you a fluent interface to interact with the My Race Pass API V2. All endpoint's are supported and all of the request parameters are fully implemented. We return PHP Objects from the API for use inside of your application.

We are composer compatible, and are on packagist. We are open to pull requests and issues here on Github and would appreciate as much help as possible.

In order to install our package via Composer, please use the following command.

```
composer require robert430404/mrp-php-sdk

```

Or add this line to your composer.json

```
"require": {
    "robert430404/mrp-php-sdk": "1.0.0"
}

```

Information About The MRP API V2
--------------------------------

[](#information-about-the-mrp-api-v2)

We have complete compatibility with [The MRP API](http://www.myracepass.com/developers/api/). The SDK will follow the same requirements that the API documentation describes for each endpoint.

Some Basic Documentation
------------------------

[](#some-basic-documentation)

More In Depth Documentation Can Be Found [Here](https://robert430404.github.io/mrp-php-sdk/) \*\* It is currently under development \*\*

The SDK's API Documentation Can Be Found [Here](http://www.pholiophp.org/robert430404/mrp-php-sdk) \*\* Fully shows everything thats part of the SDK from traits to interfaces \*\*

Using the package in a standalone application is very simple. Instantiate an instance of the object and pass in your API key via the constructor. From there simply call methods from the object to create your call and get your data returned to you.

```
