A couple months ago a friend and I did a live coding demo for a local developer meetup group. The project we took on was building a simple tool to allow users to schedule tweets to be sent a specific time in the future. I created a backend REST API in PHP using Laravel 5.2 ...
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 ...
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. ...
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 ...
To help myself understand more of how the MVC architecture works I decided to create my own. I am most familiar with the Yii framework so some parts of it may seem similar. You can view the repo at: https://bitbucket.org/pitchinnate/eboomvc