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  
  1987 - 1978   ...   637 - 628   627 - 618   617 - 608   607 - 598   597 - 588   587 - 578   577 - 568   567 - 558   557 - 548   547 - 538   537 - 528   527 - 518   ...   7 - 1  

1. Secure PHP Login Script 2022 - Tutorial for a Complete Secure PHP Login System using MySQL with PDO Solution and a PHP Login Form to Set a PHP Login Session

Updated on: 2022-01-03

Posted on:

Blog: PHP Secure Login and Registration package blog
Package: PHP Secure Login and Registration

Over time PHP has been adding features that promote the development of secure applications, as well deprecated or removed features that made it easy to write insecure code.

Read this tutorial to learn how to create a modern login and registration system that takes advantage of PHP security-focused features and uses jQuery to send AJAX requests and Bootstrap to provide a fast and nice user interface that can work regardless if you use other frameworks or not.


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

499. Notable PHP package: PHP Convert Words to Numbers

Updated on: 2016-12-20

Posted on:

Very often applications need to be able to spell numbers using words in a given language. There are many solutions for that because it is a relatively easy problem.

However, there are not many solutions that do the opposite, i.e. take text written in a given language that represents a certain amount and return the number value of the amount that.

This class does precisely that. It takes a text representing an amount in English and returns the number that is spelled.

It is pretty smart to the point of understanding the different ordering that an amount can be spelled as well when the amount is spelled using Indian word variants like lakh and crore instead of millions and billions.

Read this article to learn more details about how this notable PHP package works.


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

498. PHP 7.1 Performance Benchmark Shows it is 27 Times Faster than PHP 5 - 5 Minutes Lately in PHP podcast episode 78

Updated on: 2016-12-23

Posted on:

Now that PHP 7.1 was released pure CPU benchmarks reveal it is 27 times faster than PHP 5.0. This was one of the main topics discussed by Manuel Lemos and Arturs Sosins on the episode 78 of the Lately in PHP podcast now also being streamed using livecoding.tv.

In this episode they also talk about the upcoming PHP 5.6 end of life, features being deprecated and more being proposed for PHP 7.2 like interval comparison, type locked variables, function overloading by extensions, the latest PHP modern practices evolution steps, etc..

This article also contains a 5 minute video and the transcript of the podcast summary.

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 (0)   Trackbacks (0)

497. PHP Articles Report November 2016 Edition

Updated on: 2016-12-15

Posted on:

This is the November edition of the podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the latest outstanding PHP articles published recently.

In the edition they discuss articles about how to encrypt form data without SSL in PHP, how to use PHP iterators, how to extract text and images from PDF, how to get investors for your software product business, how to stream your PHP coding on LiveCoding.tv, and how to validate email addresses blacklisting disposable temporary email addresses.

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


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

496. Notable PHP package: PHP Number To Words Conversion

Updated on: 2016-12-14

Posted on:

Many PHP applications need to spell numbers or money amounts using words in a given language. There are many separate PHP packages to spell numbers in each language.

This package provides a solution that can spell numbers in many idioms including English, Spanish, French, Hungarian, Italian, Portuguese, Romanian, Turkish, Bulgarian, Czech, German, Danish, Estonian, French, Hebrew, Indonesian, and Lituanian.

Read this article to learn more details about how this notable PHP package works.


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

495. Developing for PHP Scalability using Web Application Performance Testing of a Load

Updated on: 2016-12-13

Posted on:

If your web site project is expected to handle many concurrent requests, then you must develop with scalability in mind, so you can eliminate or minimize down time.

While there are many facets to scalability, load testing is how you prove your concept in development instead of crossing your fingers and hoping everything works out in production.

Learn some of the basic concepts behind load testing, like bottlenecks, scaling, concurrent virtual users and instantaneous peak.

Read this article learn how to perform proper Web site load testing with the WAPT tool.


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

494. Notable PHP package: PHP Stanford Core NLP Adapter

Updated on: 2016-12-08

Posted on:

Natural language processing is field of computer science that focus on tasks like understanding the meaning of sentences written by humans and do something useful with it.

This package provides the possibilities of Natural Language Processing by making API call to a copy of the Stanford Natural Language Processing server installed locally on the same network that PHP is running.

Read this article to learn more details about how this notable PHP package works.


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

493. PHP Performance Comparison 2018 and 2017 - PHP Benchmark Script to Figure How Each PHP Version Compare in Speed Improvements between PHP 5 vs PHP 7.0 vs 7.1 with OpCache vs PHP 8 or PHP 7.2 with a PHP JIT Features

Updated on: 2018-03-17

Posted on:

Since its creation in 1994 by Rasmus Lerdorf, the PHP language has gone through many improvements. Performance is one of the main criteria developers consider when they evaluate upgrading to a newer version.

Read this article to learn how performance improved across the latest PHP versions starting from PHP 5 up to the latest developments, including the recent version 7.1 with opcache optimizations, as well as the experimental JIT branch that will be become part of PHP 8 or PHP 7.2 the next version.


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

492. Notable PHP package: PHP Server Sent Events Library

Updated on: 2016-12-06

Posted on:

Server sent events are events that happen on the server side and are notified immediately to the browser accessing the current page.

This package makes it easy to dispatch server side events to the browser by calling functions with the name of the events you want to dispatch.

On the browser side it handles the events with JavaScript handler functions that are called when the a server side event notification is received.

Read this article to learn more details about how this notable PHP package works.


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

491. Notable PHP package: PHP WordPress Login

Updated on: 2016-12-01

Posted on:

Nowadays many sites use WordPress. WordPress has its own user account system.

This package can be used to authenticate users with login and password in a remote WordPress installation.

It sends a HTTP request to a script in this package to be installed in the remote WordPress site and it verifies if the given user login and password are correct.

This way you can implement Web applications with an existing user system from a given WordPress site you control.

Read this article to learn more details about how this notable PHP package works.


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

  1987 - 1978   ...   637 - 628   627 - 618   617 - 608   607 - 598   597 - 588   587 - 578   577 - 568   567 - 558   557 - 548   547 - 538   537 - 528   527 - 518   ...   7 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article