Mock API Tool

I few months ago a friend of mine was doing some frontend development and need to mock out some API calls. In the past I’ve used tools like apiary or swagger to document APIs and even mock out endpoints. He was in a rush so neither were a great option. Both of these tools require ...

BraintreeAPI Version 1.2

Thanks to a comment from Todd, I realized the API for Braintree has been updated since I last published this extension. Due to the release of PHP 5.5 some of the functions used in Braintree’s API code have been deprecated and were causing warnings. I have updated the Yii extension and also updated the repo. ...

BraintreeApi Version 1.1

I have updated the repo and the extension on Yii with version 1.1. Here are some of the updates in the newest version: Created a new model BraintreeCCForm that extends CFormModel for managing form input Added default types for widget. Reduced required inputs for widget $this->values can be pulled from $this->model $this->form_id can be pulled ...