PHP Classes

PHP Classes blog

Recommend this page to a friend!

Latest PHP Classes blog posts

  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article  
  1934 - 1925   ...   434 - 425   424 - 415   414 - 405   404 - 395   394 - 385   384 - 375   374 - 365   364 - 355   354 - 345   344 - 335   334 - 325   324 - 315   ...   4 - 1  

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:

Blog: PHP Telegram CLI Wrapper package blog
Package: PHP Telegram CLI Wrapper

Nowadays many sites need to interact with Web users. The best way to do it is to use the instant messaging system that each user prefers.

Read this article to learn how to implement instant message based user interactions in your PHP Web site using SMS, WhatsApp, Facebook or Telegram.


Blog More ...   Post a comment Post a comment   See comments See comments (9)   Trackbacks (0)

1. Automatic PHP Regular Expression Building Part 1: Introduction to the PHP Regex Advanced Package

Updated on: 2015-11-17

Posted on:

Blog: PHP Regex Advanced package blog
Package: PHP Regex Advanced

Regular expressions are very useful and powerful, but for many PHP developers they are also hard to understand and hard to build to match text that applications need to process.

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

328. Preview of PHP 7 Adoption Survey Results and the New PHP 7 Release Date - Lately in PHP podcast episode 65

Updated on: 2015-11-17

Posted on:

Recently it was started a survey in the PHP community to ask if and when the developers plan to adopt PHP 7. The results were meant to be published this month when PHP 7.0 was supposed to be released, but since PHP 7.0 release was postponed, this podcast/hangout presents a preview of the results so far.

The PHP 7 adoption survey and the new PHP 7.0 release date are some of the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 65 of the Lately in PHP podcast hangout.

They also commented about Zend acquisition by Rogue Wave and how it may affect the future of PHP, some RFC feature proposals for PHP 7.1, and how you can optimize the PHP build for specific applications using PGO.

Listen to the podcast, or watch the hangout video to learn more about these interesting PHP topics.


Blog More ...   Post a comment Post a comment   See comments See comments (2)   Trackbacks (0)

1. PHP Automated SMS Gateway for Request and Response Service - Part 1 - The Basics

Updated on: 2015-11-11

Posted on:

Blog: PHP dotGo Engine package blog
Package: PHP dotGo Engine

Would you like to set up an automated service on your web site that can interact with SMS text messages sent by your users?

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.


Blog More ...   Post a comment Post a comment   See comments See comments (17)   Trackbacks (0)

327. How to make a PHP PDF Search Engine as well Read DOCX, DOC, PDF Document File or Content String to Convert to Text

Updated on: 2017-02-25

Posted on:

In the last decades, the massive digitalization of processes has made companies and individuals produce a lot of rich text documents in the DOCX, DOC and PDF formats.

This caused a problem because when we need to search the contents of these documents we need to look at the text content that they contain.

Read this article to learn how to solve the problem of searching and indexing these documents using a PHP class that can easily extract the text contents.


Blog More ...   Post a comment Post a comment   See comments See comments (12)   Trackbacks (0)

2. Improving Your PHP Project Structure With Dependency Injection Part 2: Implementing It in Practice

Updated on: 2015-11-09

Posted on:

Blog: PHP Dependency Injection Container package blog
Package: PHP Dependency Injection Container

In the previous article, we talked about Dependency Injection, the Single Responsibility Principle, and the various ways it can be implemented.

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.


Blog More ...   Post a comment Post a comment   See comments See comments (4)   Trackbacks (0)

1. Improving the Security of Your User Passwords in PHP with Ultra Paranoid Computing

Updated on: 2015-11-04

Posted on:

Blog: PHP Paranoid Passcode package blog
Package: PHP Paranoid Passcode

Usernames are distributed, passwords are weak and can be broken, personal information can be stolen and bio-metrics can be faked. What devices can you trust to keep you secure? Ultra-Paranoid Computing says none.

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.


Blog More ...   Post a comment Post a comment   See comments See comments (14)   Trackbacks (0)

1. Improving Your PHP Project Structure with Dependency Injection Part 1: How it Works?

Updated on: 2015-11-03

Posted on:

Blog: PHP Dependency Injection Container package blog
Package: PHP Dependency Injection Container

Dependency injection is a design pattern that is implemented in many of the modern PHP frameworks because it helps organizing better the code of multiple components that depend on the same service of information or behavior.

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.


Blog More ...   Post a comment Post a comment   See comments See comments (9)   Trackbacks (0)

326. PHP Articles and Book Reviews Report October 2015 Edition

Updated on: 2015-10-29

Posted on:

This is the October edition of the podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the latest outstanding PHP Articles and Book Reviews published recently.

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

325. PHP 7 Nested Anonymous Classes Tutorial

Updated on: 2015-10-28

Posted on:

PHP 7 has introduced a new class feature called the Anonymous Class which will allow us to create objects without the need to name them. Anonymous classes can be nested, i.e. defined inside other classes.

Read this article to learn how to defined and use anonymous classes nested inside other classes.


Blog More ...   Post a comment Post a comment   See comments See comments (4)   Trackbacks (0)

  1934 - 1925   ...   434 - 425   424 - 415   414 - 405   404 - 395   394 - 385   384 - 375   374 - 365   364 - 355   354 - 345   344 - 335   334 - 325   324 - 315   ...   4 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article