1. PHP WordPress Plugin Tutorial using Object Oriented Programming Part 1: Basic Example
Updated on: 2015-12-15
Posted on: 2015-12-15
Blog: Pak PHP Micro Framework package blog
Package: Pak PHP Micro Framework
One drawback of WordPress development is that WordPress was released before PHP 5, so much of the WordPress code is procedural and can be difficult to organize.
Read this article to learn how to create a Wordpress plugin using OOP based on the Pak PHP Framework.



335. Is Wordpress Dropping PHP for JavaScript? - Lately in PHP podcast episode 66
Updated on: 2015-12-14
Posted on: 2015-12-14
That was one of the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 66 of the Lately in PHP podcast hangout.
They also commented about the final release of PHP 7.0, the results of the PHP 7 adoption survey, as well proposals for PHP 7.1 like the friend/package modifier, compiling PHP into opcode binary files, the immutable modifier, native annotations, using multiple CPU cores to accelerate PHP, and the PHP HashDOS security protection.
Listen to the podcast, or watch the hangout video to learn more about these interesting PHP topics.



334. Google Search API PHP Example Tutorial with Demo to Get the First Web Pages and Images as a JSON Array
Updated on: 2017-02-25
Posted on: 2015-12-09
Finding if you are ranking with the right keywords is very difficult. You need to take every keyword and test it against a search, then look for your site in the search results list. However, Google blocks scripts that scrape the search result pages.
Fortunately there is an official API from Google that lets you search for certain keywords and you can use it from PHP or any other language.
Read this article to learn how to use the Google Search API from PHP to automate searches and find your site in the results.



1. PHP Phone Number Validation with Country Code
Updated on: 2017-03-26
Posted on: 2015-12-08
Blog: Free Phone Number Verification in PHP package blog
Package: Free Phone Number Verification in PHP
For businesses it is even more important to verify phone numbers that users enter in their Web sites or mobile apps because they need to make sure the user is supplying the correct number. If a user makes a mistake, the verification SMS will never arrive and the user may give up.
Read this article to learn how to verify a phone number that is calling you using the PHP Phone Number Verification package.



2. Interacting with Your PHP Site Users with the Telegram CLI Wrapper
Updated on: 2015-12-31
Posted on: 2015-12-07
Blog: PHP Telegram CLI Wrapper package blog
Package: PHP Telegram CLI Wrapper
Read this article to learn how to notify Telegram in practice using the PHP Telegram CLI Wrapper class with some PHP code examples.



333. PHP 7 Release Date Arrived: Will Developers Adopt PHP 7?
Updated on: 2015-12-03
Posted on: 2015-12-03
Read this article to learn about a brief story of PHP 7, the major new features of PHP 7, the results of a survey carried in the last weeks to evaluate the intentions of the PHP developer to adopt PHP 7, and what to expect for future PHP versions.



2. PHP Automated SMS Gateway for Request and Response Service Part 2: Automatic Responses
Updated on: 2015-12-01
Posted on: 2015-12-01
Blog: PHP dotGo Engine package blog
Package: PHP dotGo Engine
Read this article to learn how to how to use the PHP DOTGo Engine package to handle more complex responses using DOTGO Web service's terminating nodes.



332. How to Use Queue To Speedup PHP Processing Tasks Part 1: Queueing Slow Tasks
Updated on: 2015-11-30
Posted on: 2015-11-30
This is the case for instance of sending newsletter email messages to many users.
Read this article to learn how queues work and how you can implement one in PHP using a simple database.



331. PHP Articles and Book Reviews Report November 2015 Edition
Updated on: 2015-11-26
Posted on: 2015-11-26
They commented on articles about creating Microsoft Word DOCX documents from HTML, PHP 7 Anonymous classes and nested classes, tracking accesses to your site API using Google Analytics, and reading and writing Microsoft Excel files using PHP stream handlers.
They also commented on the review of the Hack and HHVM book.
Listen to the podcast, or watch the hangout video to learn more about these PHP articles and book reviews.



1. How to Create a PHP Utilities Framework
Updated on: 2016-01-16
Posted on: 2015-11-25
Blog: PHP Utilities Framework package blog
Package: PHP Utilities Framework
Read this article to learn how to build a PHP utilities framework to address general PHP application needs that you can use or take ideas to build your own general purpose framework.


