Site News: Popular Posts for the Week of 06.26.2015
Popular posts from PHPDeveloper.org for the past week:Loosely Coupled Podcast: Episode 24: Minimum Viable Product Site News: Popular Posts for the Week of 06.19.2015 Community News: Latest PEAR...
View ArticleSitePoint PHP Blog: 4 Best Chart Generation Options with PHP Components
The SitePoint PHP blog has a new article posted sharing four of the best charting libraries they've seen for use in your PHP applications. Options include both server and client side tools, making...
View ArticleDigitalOcean Community Blog: How To Deploy a Basic PHP Application using...
Digital Ocean has continued their series about deploying "advanced PHP applications" on an Ubuntu instance via Ansible in part two of the series. If you missed the first part of the series, you can...
View ArticleNetTuts.com: Programming With Yii2: AuthClient Integration With Twitter,...
NetTuts.com has posted the latest part of their "Programming with Yii2" series today, this time with a focus on AuthClient integration allowing for easy interfacing with social services like Google or...
View ArticleFrank de Jonge: Packages vs. Components: The Dependency Problem.
In a new post to his site Frank de Jonge makes a distinction between packages versus components, pointing out that components are always packages but packages are not always components, and what it...
View ArticleCommunity News: Latest PEAR Releases for 06.29.2015
Latest PEAR Releases: PHP_CodeSniffer 2.3.3
View ArticleThat Podcast: Episode 20: The one where we don't really prefer this over that
That Podcast, hosted by PHP community members Beau Simensen and Dave Marshall has posted their latest episode: Episode #20, The one where we don't really prefer this over that. Beau and Dave get in to...
View ArticleMatt Stauffer: Sublime Text (3) for PHP Developers
Matt Stauffer has posted a set of helpful hints for developers using Sublime Text (3) to help make them more efficient and writing code much easier. A lot of folks in the PHP community have been...
View ArticleSitePoint PHP Blog: Mobile App Development with Zend Studio
On the SitePoint PHP blog they've posted a new tutorial from Daniel Berman about using Zend Studio to create mobile applications in the same interface you're using (if you're a Zend Studio user) to...
View ArticleAaron Piotrowski: Throwable Exceptions and Errors in PHP 7
Aaron Piotrowski has a new post to his site talking about a feature of the next major release of the PHP language (PHP 7) around error and exception handling: working with throwable exceptions and...
View ArticleLaravelista.com: JSON Web Token Authentication for Lumen
The Laravelista.com site has a new tutorial posted showing you how to integrate JSON Web Tokens (JWT) into a Lumen application. JWTs provide a simple, portable way to share authentication and session...
View ArticleCommunity News: Latest PECL Releases for 06.30.2015
Latest PECL Releases: SeasLog 1.2.0 - Fixed SeasLog::analyzerDetail() function compatible with MAC - Fixed memory leak - Support windows hprose 1.5.5 Use zend_ce_throwable introduce in 7.0.0alpha2. rrd...
View ArticleVoices of the ElePHPant: Interview with Sammy K. Powers
The Voices of the ElePHPant podcast, hosted by Cal Evans has posted their latest episode featuring yet another interview with a member of the PHP community. In this latest episode Cal talks with Sammy...
View ArticlePHPClasses.org: Book Review - Modernizing Legacy Applications In PHP
The PHPClasses.org site has posted a book review of Paul Jones' "Modernizing Legacy Applications" ebook today covering some of the content in the book and the reviewers own personal opinions on what...
View ArticleSitePoint WordPress Blog: The WordPress Plugin Boilerplate Part 2: Developing...
The SitePoint WordPress blog has posted the second part of their series covering the creation of a WordPress plugin with the help of the WordPress Plugin Boilerplate. In this latest article they build...
View ArticleCees-Jan Kiewiet: AWS PHP SDK Asynchronously
Cees-Jan Kiewiet has a new post today talking about some interesting trickery he was able to do with the AWS (Amazon Web Services) PHP SDK to allow requests to be made asynchronously. Just got off the...
View ArticleDavey Shafik: Changes to Engine Exceptions in PHP 7.0alpha2+
Davey Shafik has posted about some changes in engine exceptions in the latest alpha of PHP 7 (alpha2+), mainly a small change to how things are named. While updating my PHP 7 talk "What to Expect When...
View ArticleSitePoint PHP Blog: Turning a Crawled Website into a Search Engine with PHP
The SitePoint PHP blog has posted the second part of their "Powerful Custom Search Engines with Diffbot" series with part two showing how to take the Diffbot results and make them searchable. In the...
View ArticleScotch.io: Token-Based Authentication for AngularJS and Laravel Apps (continued)
Scotch.io has posted the second part of their series (here's part one) continuing their look at using tokens for authentication in an AngularJs+Laravel application. They pick up where they left off in...
View ArticleLorna Mitchell: PHP 7 Benchmarks
Lorna Mitchell has posted some preliminary PHP7 benchmarks from the current alpha release (alpha2). Good news - it's fast....very fast. If you know anything at all about PHP7, you probably know it's...
View Article