Sameer Borate: Accessing WordPress data using the new REST api
Sameer Borate has posted an article showing you how to use the WordPress REST API (set up by this plugin) to access the data housed inside your WP installation. WordPress is without doubt the most...
View ArticleFreek Lijten: Value objects
Freek Lijten has written up a post looking at value objects, how he feels they're not used enough in modern development and a few practical applications of them in action. I would like to talk about...
View ArticleMattias Noback: Refactoring the Cat API client (3 Part Series)
Mattias Noback has posted a three part series of tutorial articles around the refactoring of a "CatApi" class. These articles take the class from a jumbled mess of functionality with both direct file...
View ArticleDigital Ocean Blog: Getting Ready for PHP 7
The Digital Ocean blog has posted a guide to help you get ready for PHP7, the next major release of the PHP language. There's a lot of new functionality and changes coming with the release along with...
View ArticleSitePoint PHP Blog: WP API and OAuth - Using WordPress without WordPress
The SitePoint PHP blog has posted a tutorial showing you how to "use WordPress without WordPress" via a basic RESTish API installed via plugin. The article focuses on using the OAuth authentication...
View ArticleSite News: Popular Posts for the Week of 07.17.2015
Popular posts from PHPDeveloper.org for the past week:PHP.net: Release of PHP 5.4.43, 5.5.27 & 5.6.11 Acquia Blog: Quick Tips for Writing Object Oriented Code in PHP Site News: Popular Posts for...
View ArticleMedium.com: Laravel and Vue JS: Advanced Frontend Webapp Architecture
On Medium.com Russ Weas has posted a tutorial showing you how to get Laravel and Vue.js working together to create a well-structured, two-way application. Do you use Laravel PHP and Vue JS? Do you wish...
View ArticleLorna Mitchell: So You're Thinking Of Submitting A Talk
With another round of "conference season" and Call for Papers starting up, there's some timely advice from Lorna Mitchell with some suggestions about submitting a talk to the conference of your...
View ArticleMatt Stauffer: Using Github authentication for login with Laravel Socialite
In a tutorial posted to his site Matt Stauffer shows you how to integrate Laravel with GitHub's authentication to link a user's profile to your application, made possible through the Socialite...
View ArticleCommunity News: Latest PEAR Releases for 07.20.2015
Latest PEAR Releases: Text_Diff 1.2.0 Services_OpenStreetMap 0.4.0
View ArticleFreek Van der Herten: Speed up a Laravel app by caching the entire response
Freek Van der Herten has written up a tutorial for his site showing the Laravel users out there how to cache their entire response to speed up the overall performance of their application. A typical...
View ArticleTideways.io: 5 Ways to optimize Symfony Baseline Performance
On the Tideways.io blog there's a post sharing five performance optimizations you can make to your Symfony application that can help improve its baseline performance. We will continue our performance...
View ArticleSitePoint PHP Blog: Validating your data with Respect Validation
The SitePoint PHP blog has posted a tutorial showing you how to validate your data with Respect (well, their validation library) and ensure the data you're getting is exactly what you're expecting....
View ArticleFacebook HipHop Open Source Blog: Under the hood: Box's HHVM migration
The Facebook HipHop Open Source blog has posted a case study from Box about their migration to HHVM and some of the challenges and benefits that came along with it. Reducing latency and increasing the...
View ArticleVoices of the ElePHPant: Interview with Jacques Woodcock
The Voices of the ElePHPant podcast has posted their latest episode in their series of community interviews. In this latest show host Cal Evans talks with Jacques Woodcock, Jacques and Cal talk some...
View ArticleRob Allen: Custom OAuth2 authentication in Apiiglity
In an article posted to his site Rob Allen shows you how to hook in the OAuth2 authentication for an Apigility-based application with a pre-existing database table structure that may not match the...
View ArticleSameer Borate: Cron Expression Parser in PHP
If you've ever worked with the "cron" tool on a unix-based system, you know that there's a special syntax that comes along with defining when the commands should run. It can be difficult to get this...
View ArticleSitePoint PHP Blog: Defensive Programming in PHP
In an article from the SitePoint PHP blog author Jeff Smith walks us through some advice he has about defensive programming in PHP, that is good practices for writing code that more gracefully handles...
View ArticleSimon Holywell: PHP date localisation with setlocale
Simon Holywell as written up a tutorial for his site showing you how to use setlocale to do PHP date localization. Localising sites can be a chore, but PHP has the venerable setlocale() to use system...
View ArticleCommunity News: Recent posts from PHP Quickfix
Recent posts from the PHP Quickfix site:Reviews - Title: FuelPHP Application Development Blueprints #phpquickfix, #bookreview, #fuelphp, #blueprints, #packt Zeev Suraski: The PHP 7 Story | WordPress.tv...
View Article