SitePoint PHP Blog: PHP Authorization with JWT (JSON Web Tokens)
On the SitePoint PHP blog today there's a tutorial posted showing you how to handle authorization with JWTs, JSON Web Tokens. These tokens provide a bit more context around the current session...
View ArticleLuciano Mammino: Symfony security: authentication made simple (well, maybe!)
Luciano Mammino has a quick post to his site with information that tries to help make Symfony authentication simple (well, maybe). The Symfony2 security component has the fame of being one of the most...
View ArticleSite News: Popular Posts for the Week of 06.05.2015
Popular posts from PHPDeveloper.org for the past week:NetTuts.com: The Ternary Operator in PHP Laravel News: Everything we know about Laravel 5.1 - Updated Site News: Popular Posts for the Week of...
View ArticleCommunity News: Pacific Northwest PHP Conference 2015 Speakers Posted
The Pacific Northwest PHPConference, happening later this year in Seattle, Washington, has officially announced their speakers for this inaugural event. Thank you so much for your submissions to our...
View ArticleMatt Stauffer: Installing Sendy (for emails) on Laravel Forge
In Matt Stauffer's latest post he shows you how to integrate Sendy for sending emails into your Laravel application. This is the first part of a new series. Last week I decided to finally bite the...
View ArticleCommunity News: PHPUnit 5.6 Drops Support for PHP 5.3, 5.4 and 5.5
According to a wiki announcement made on the PHPUnint GitHib repository, the next major version of the popular unit testing tool will only support PHP 5.6 and above. According to our release process,...
View ArticleNetTuts.com: Using the Digital Ocean API to Manage Cloud Instances
In a new tutorial on the NetTuts.com site they show you how to use a Digital Ocean PHP SDK to manage your cloud instances from a PHP-based application. The Digital Ocean API allows you to manage...
View ArticleCommunity News: Latest PEAR Releases for 06.08.2015
Latest PEAR Releases: Date_Holidays_Austria 0.1.6 FSM 1.4.0
View ArticleCommunity News: 20 Years of PHP
Today marks the 20th anniversary of the language we all know and love (or love to hate) - PHP. Rasmus Lerdorf started the language to "scratch an itch" he needed to make a more dynamic web site. It's...
View ArticleThePHP.cc: PHPUnit 4.7 and Three Shades of Green
Sebastian Bergmann has posted a guide to PHPUnit 4.7 and some of the changes/new features it introduces. PHPUnit 4.7 introduces a couple of small improvements. For instance, PHPUnit's PHPT test runner...
View ArticleSitePoint PHP Blog: Building a Custom Twig Filter the TDD Way
The SitePoint PHP blog has a new tutorial posted showing you how to create your own Twig template following a TDD (test-driven development) mentality. Twig is a powerful, yet easy to master template...
View ArticleSitePoint PHP Blog: Re-introducing Vagrant: The Right Way to Start with PHP
The SitePoint PHP blog has a new tutorial posted showing you the right way to start with PHP using Vagrant. Vagrant allows for the easy creation and management of local virtual machines that work as...
View ArticleVegabit.com: Build A Link Sharing Website With Laravel
The Vegatbit.com site has posted a tutorial today showing you how to build a link sharing site with Laravel, a simple application that lets you create "shortlinks" to make it easier to pass along URLs...
View ArticleSmartTutorials.com: Install CakePHP 3 using Composer
On the SmartTutorials.com site there's an article posted showing how to install CakePHP 3 with Composer, the popular PHP package management tool. Installation of CakePHP 3 somewhat tricky/difficult...
View ArticleDev Discussions: Episode 7 - Domain-Driven Design
The Dev Discussions podcast has posted their latest episode (#7), hosted by Shawn McCool, talking about domain driven design with guests Ross Tuck and Mathias Verraes. Shawn speaks to two consultants,...
View ArticleCommunity News: Recent posts from PHP Quickfix
Recent posts from the PHP Quickfix site:A Walkthrough on Conditional Tags in WordPress: 53 to 65 - Tuts Code Tutorial #phpquickfix, #conditional, #tags, #list, #series PHP Integration with Embedded...
View ArticleHHVM Blog: Lockdown Results and HHVM Performance
The HHVM blog has a new post today sharing the results of their first open source lockdown. During this time they worked to improve not only HHVM itself but how well it supports other open source...
View ArticleNetTuts.com: Programming With Yii2: Working With Asset Bundles
NetTuts.com is back with another part in their "Programming with Yii2" series today. In this new post they focus on asset bundles, pieces of functionality that let you easily manage things like...
View ArticleSitePoint PHP Blog: Real-time Apps with Laravel 5.1 and Event Broadcasting
SitePoint's PHP Blog has a new tutorial posted showing you how to use event broadcasting in Laravel 5 to perform actions based on events the application issues. In Laravel 5.1, the framework includes...
View ArticleSite News: Blast from the Past - One Year Ago in PHP
Here's what was popular in the PHP community one year ago today:Gonzalo Ayuso: Token based authentication with Silex and AngularJS Snipe.net: Why You Should Stop Stalling and Start Presenting Matthew...
View Article