Arno Slatius explains Yii 2.0's ActiveRecord, listing the features, novelties, upgrades and usage examples.
Tag: BrunoS
OctoberCMS is a Laravel-based CMS that aims to make content management simple and user friendly. Nick explains how dead easy it is to get started with it!
In part 2, Moshe wraps up the MVC quiz app by implementing models, mappers, controllers and views, in a SOLID manner.
Matthew Beaumont explains transparent redirects by means of Braintree - the service that helps get rid of PCI compliance when dealing with payments online
In part 1 of this series on building a SOLID MVC quiz app with Slim, Moshe Teutsch bootstraps and explains the project.
Gemfury is a PaaS solution for private Composer packages (among other things). Lukas White guides you through building and hosting your own package!
Alireza Rahmani Khalili re-introduces FuelPHP by guiding your through the construction of a simple authentication application in just a few steps.
Younes Rafie upgrades his previous demo application by extending the Google Analytics implementation with filters and charts from Highcharts.js
Thien Tran Duy explains how you can run multiple versions of PHP on one server actively, each with its own extensions environment.
Nicolas Scolari will explain how to get started with Symfony2 Route Annotations for routing in your controllers rather than using YML config files.
Francesco Malatesta shows us how we can implement user log-in via OAuth through PayPal's services, drastically improving our ecommerce apps' UX
Facebook recently released OSQuery - a way to inspect your operating system's state with SQL as if it were a relational database. See how!
Aldo Ziflaj lists five easy-to-use alternatives for your Vagrant needs. Get started using VMs for your PHP development TODAY!
Hugo Giraudel steps away from SASS for a minute to show you how to build a YAML powered non-developer-friendly ad manager in Symfony 2.
Arno Slatius explores the GeoCoder PHP library and shows you how to implement normal and reverse geolocation in your own app. Live demo included!
Danny Sipos continues his epic series on building Drupal 8 modules, this time focusing on Event Dispatcher from Symfony and its effect on Drupal hooks
Bruno reviews Brandon Savage's book "Practical Design Patterns in PHP" - a book of in depth explanations of over a dozen software design patterns
Miguel Ibarra Romero continues his RabbitMQ series by demonstrating its use on two more advanced examples, after having covered the basics in part 1.
Miguell Ibarra Romero explains the theory of AMQP and RabbitMQ before demonstrating its use with PHP on a simple example.
Matthew Beaumont lists seven great reasons to consider the newly released Yii 2 for your next project's framework
George speaks from experience when he explains how one can be a good developer, or even, a professional.
Francesco Malatesta implements a sample application with Coinbase's API for receiving Bitcoin
A guide to using PHPbrew and VirtPHP to achieve perfectly fast virtual environments for development and testing on multiple PHP versions
Francesco shows you how to use the basic functions of Coinbase's Bitcoin PHP API SDK
Younes continues his series by showing readers how to fetch Google Analytics data for their properties via the Google Analytics V3 API
Learn how to combine various independent Symfony components to build your own PHP framework
Younes Rafie shows us how we can log into the Google Analytics API from PHP to start querying it for analytics data
Miguel Romero demonstrates interactive debugging with PsySH - a REPL for PHP you can embed in your apps!
Thien explains how you can install custom PHP extensions on Heroku - in this example, we install the Phalcon Framework
Matthew Setter explains the basics of LDAP and how you can use it with PHP to store structured contact data