1. Improving the Security of Your User Passwords in PHP with Ultra Paranoid Computing
Updated on: 2015-11-04
Posted on: 2015-11-04
Blog: PHP Paranoid Passcode package blog
Package: PHP Paranoid Passcode
Read this article to learn what is Ultra-Paranoid Computing and how can you implement it in PHP to make your users use more secure password entry method.



1. Improving Your PHP Project Structure with Dependency Injection Part 1: How it Works?
Updated on: 2015-11-03
Posted on: 2015-11-03
Blog: PHP Dependency Injection Container package blog
Package: PHP Dependency Injection Container
Read this article to learn what is dependency injection and inversion of control and how it can be implemented in PHP to benefit your projects' structure.



326. PHP Articles and Book Reviews Report October 2015 Edition
Updated on: 2015-10-29
Posted on: 2015-10-29
They commented on articles about improving your PHP code performance, creating an AJAX based PHP shopping cart, get Twitter direct message images in PHP with the OAuth API, and starting long server PHP scripts and monitor their status.
They also commented on reviews of a video named "Up to Speed with PHP 7" and the books "WooCommerce Cookbook" and "Learning PHP Design Patterns".
Listen to the podcast, or watch the hangout video to learn more about these PHP articles and book reviews.



325. PHP 7 Nested Anonymous Classes Tutorial
Updated on: 2015-10-28
Posted on: 2015-10-28
Read this article to learn how to defined and use anonymous classes nested inside other classes.



2. Tracking PHP API Accesses using Google Analytics Part 2: Recording API Accesses
Updated on: 2015-10-27
Posted on: 2015-10-27
Blog: PHP Google Analytics API Metrics Tracker package blog
Package: PHP Google Analytics API Metrics Tracker
This can be useful to record accesses to a PHP API that you are providing in your site.
Read this article to learn how to use Google Analytics PHP to track the accesses to a PHP API of your own.



324. Read and Write Microsoft Excel Files in PHP Part 2: Writing XLS files
Updated on: 2015-10-29
Posted on: 2015-10-26
Read this article to learn how to do the opposite, writing an Excel file using Ignatius Teo's XLS stream handler class to write spreadsheet rows as arrays to files.



323. PHP and JavaScript Innovation Award Report October 2015 Edition - July 2015 nominees
Updated on: 2015-10-29
Posted on: 2015-10-22
Listen to the podcast, or watch the hangout video to learn why the nominated packages were considered to be innovative.



322. Read and Write Microsoft Excel Files in PHP Part 1: Reading XLS files for Download
Updated on: 2015-10-21
Posted on: 2015-10-21
In general reading and writing Excel files is not a trivial task. However Ignatius Teo had a brilliant idea of using PHP streams to read and write Excel files just and simple and reading and writing arrays of data.
Read this article to learn how to use the MS-Excel Stream Handler class to read and write Excel files from the xls:// stream.



1. Tracking PHP API Accesses using Google Analytics Part 1: Retrieving Access Statistics
Updated on: 2015-10-20
Posted on: 2015-10-20
Blog: PHP Google Analytics API Metrics Tracker package blog
Package: PHP Google Analytics API Metrics Tracker
However, it also provides an API that lets you do more than that, like for instance keeping track of the accesses to the APIs of your own sites, as well building custom user user interfaces to view the access statistics in the way that is most convenient for the site managers.
Read this part of the article to learn how to use the Google Analytics API to retrieve and display your site statistics that you need to generate custom reports.



321. PHP 7 Performance Improvements May Increase if You Optimize it to Your Application using to PGO
Updated on: 2015-10-19
Posted on: 2015-10-18
However, a little known fact is that PHP 7 performance can be increased further by optimize itself for specific applications using Profile-Guided Optimization (PGO) support.
In a recent article Intel researchers announced that PHP 7 built with PGO support may run WordPress about 7% or 8% faster when compared to PHP 7 built the using default way.
Read this article to learn more about PGO and how you can benefit from this optimization to make PHP 7 run even faster than it already runs.


