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   ...   634 - 625   624 - 615   614 - 605   604 - 595   594 - 585   584 - 575   574 - 565   564 - 555   554 - 545   544 - 535   534 - 525   524 - 515   ...   4 - 1  

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)

1. Analyzing Site Attacks with the PHP Web Application Firewall Proxy

Updated on: 2016-11-30

Posted on:

Blog: PHP Web Application Firewall package blog
Package: PHP Web Application Firewall

PHP Web Application Firewall is a package than can block malicious requests by acting as a proxy script. It uses a white list to let Webmasters determine which requests are valid or not for their applications.

Read this short tutorial to quickly learn how this package can help protect your site against unexpected malicious requests.


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

490. Notable PHP package: PHP HTML Minify Class

Updated on: 2016-11-29

Posted on:

Compressing the HTML of the pages is one way to increase the speed of serving Web pages.

Most packages that perform this task, simply try to remove whitespaces and comments, but this is only one way to reduce the the size of the final HTML.

This package goes father by performing less obvious compression approaches like default removing attributes, changing anchor names to id, removing script and document charset attributes, removing types from script tags and style sheet link, empty attributes, removing http prefix from attributes, and removing values from empty input.

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)

489. PHP and JavaScript Innovation Award Report November 2016 Edition - August 2016 nominees

Updated on: 2016-11-28

Posted on:

This is the November edition of the Innovation Award podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the outstanding features of all the past month nominees and winners PHP and JavaScript packages, the prizes that the authors earned, starting with the nominees from the month of August 2016.

Listen to the podcast, or watch the hangout video to learn why the nominated packages were considered to be innovative, as well the current rankings of the Innovation Award Championship by author and by country.


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

  1934 - 1925   ...   634 - 625   624 - 615   614 - 605   604 - 595   594 - 585   584 - 575   574 - 565   564 - 555   554 - 545   544 - 535   534 - 525   524 - 515   ...   4 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article