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 ...

Braintree Payment Gateway Yii Extension

My first extension I submitted to Yii’s Extension library. You can see the extension here: http://www.yiiframework.com/extension/braintreeapi/ I also have the code in a repo if anyone you are interested: https://bitbucket.org/pitchinnate/braintreeapi-yii-extension Feel free to leave comments here and I’ll try to help fix any bugs you may encounter.