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.



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.



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.



3. How to Convert MySQL to MySQLi PHP Code to Upgrade to PHP7 Doing the PHP MySQL MySQLi Migration Using PHP with MySQLi Extension
Updated on: 2023-11-25
Posted on: 2015-11-23
Blog: PHP MySQL to MySQLi package blog
Package: PHP MySQL to MySQLi
Read this article to avoid having your code instantly labeled legacy code and learn how to migrate to use the MySQLi extension quickly. It is not going to be as difficult as you may think.



1. How to Send Message and Interact with PHP Web Site Users using SMS, WhatsApp, Facebook or Telegram Using their Web API with Example
Updated on: 2017-02-07
Posted on: 2015-11-18
Blog: PHP Telegram CLI Wrapper package blog
Package: PHP Telegram CLI Wrapper
Read this article to learn how to implement instant message based user interactions in your PHP Web site using SMS, WhatsApp, Facebook or Telegram.



1. Automatic PHP Regular Expression Building Part 1: Introduction to the PHP Regex Advanced Package
Updated on: 2015-11-17
Posted on: 2015-11-17
Blog: PHP Regex Advanced package blog
Package: PHP Regex Advanced
The PHP Regex Advanced package was created to avoid the pain of dealing with regular expressions. It uses meta-matching for building regular expressions automatically for you from samples of text that your PHP applications need to match.
Read this article to learn more about the PHP Advanced Regex package works with a real problem example so you can see how you can start using it in your PHP projects.



1. A Solution by Dave Smith
Updated on: 2015-11-12
Posted on: 2015-11-12
Blog: PHP Ghost Crypt package blog
Package: PHP Ghost Crypt



1. PHP Automated SMS Gateway for Request and Response Service - Part 1 - The Basics
Updated on: 2015-11-11
Posted on: 2015-11-11
Blog: PHP dotGo Engine package blog
Package: PHP dotGo Engine
Setting up your own interactive web based text messaging service can be a daunting and expensive undertaking. Fortunately for us, there is a web service that can do the heavy lifting for us and the best part... it is free.
Read this article to learn how to use the dotGo gateway service to receive and respond to requests sent via SMS using PHP Web scripts.



2. Improving Your PHP Project Structure With Dependency Injection Part 2: Implementing It in Practice
Updated on: 2015-11-09
Posted on: 2015-11-09
Blog: PHP Dependency Injection Container package blog
Package: PHP Dependency Injection Container
Read this article all the various ways Dependency Injection can be used to improve your project structure, how Dependency Injection containers work, and how to build a Dependency Injection Container from scratch looking at a real Dependendency Injection Container package that autoload dependency classes only when they are needed.



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.


