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.



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.



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.



3. Starting Long Server PHP Scripts and Monitor their Status Part 3: Running Multiple Parallel Tasks
Updated on: 2015-10-05
Posted on: 2015-10-05
Blog: Asynchronous Long Server Tasks package blog
Package: Asynchronous Long Server Tasks
Read this article to learn how to run multiple long tasks on the server in parallel taking the most of the available server resources. You can also watch a video of the example solution in action.



9. Get Twitter Direct Message Images in PHP with the OAuth API
Updated on: 2015-12-10
Posted on: 2015-09-30
Blog: PHP OAuth Library package blog
Package: PHP OAuth Library
Direct messages are private, so there is no public URL to access the direct messages' images without using OAuth or you are a real logged user accessing Twitter via a browser.
Read this article to learn how to download images that belong to direct messages using authenticated requests with this PHP OAuth client class.



2. Starting Long Server PHP Scripts and Monitor their Status Part 2: Solving the Problem with Classes
Updated on: 2015-09-29
Posted on: 2015-09-28
Blog: Asynchronous Long Server Tasks package blog
Package: Asynchronous Long Server Tasks
Read this article to learn how to implement the solution with the PHP class package named "Asynchronous Long Server Tasks".



1. Starting Long Server PHP Scripts and Monitor their Status Part 1: The Theory
Updated on: 2015-09-22
Posted on: 2015-09-22
Blog: Asynchronous Long Server Tasks package blog
Package: Asynchronous Long Server Tasks
Read this article to learn how to start long tasks without making the user wait and still give progress information of a long task running on the server side.



2. AJAX Shopping Cart with jQuery and PHP and MySQL Part 2: How to Remove and Add to Cart in PHP code with AJAX using a Simple PHP Checkout Script
Updated on: 2017-04-15
Posted on: 2015-09-21
Blog: Shopping Cart package blog
Package: Shopping Cart
Read this part of the article to learn how to perform other important operations like removing products or empty the shopping cart and how to proceed to the checkout.



2. Improving Your PHP Code Performance Part 2: Tuning with Preemptive Caching
Updated on: 2015-09-15
Posted on: 2015-09-15
Blog: PHP Preemptive Cache package blog
Package: PHP Preemptive Cache
Read this article to learn how to apply the Preemptive Cache class in practice to optimize the performance of scripts that retrieve data from databases.


