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  
  1989 - 1980   ...   649 - 640   639 - 630   629 - 620   619 - 610   609 - 600   599 - 590   589 - 580   579 - 570   569 - 560   559 - 550   549 - 540   539 - 530   ...   9 - 1  

508. Notable PHP package: PHP Secure Chat

Updated on: 2017-01-12

Posted on:

When you want to implement a chat system between users of your application or site, there is always the concern that the messages may be viewed by people that manage the site, or even by spies and secret services because messages may have to be stored in the server before delivering them to the other users in the chat.

One way to avoid this problem is to implement end to end cryptography. This means that messages are encrypted before sent from the origin user and only decrypted by the destination users.

This package provides a solution to implement such approach in PHP. It uses some JavaScript to encrypt messages before sending from the origin user browser using the Blowfish algorithm.

It uses a secret key that only the origin and destination users know about. This way messages may be securely stored on the server database to be able to deliver to the recipient later when he is not online, without the risk of a third party viewing the messages without knowing the secret password.

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)

2. PHP Site Gamification Using a Secret Path

Updated on: 2017-01-11

Posted on:

Blog: PHP Secret URL Path package blog
Package: PHP Secret URL Path

The main purpose of gamification is to keep our users entertained in game like activities, so that they stay around longer and come back more often, for instance to your site or your app.

We can accomplish this by setting up a sequence of page visits and rewarding our users if they complete the sequence correctly using the Secret Path class.

Read this article to learn how you can use the PHP Secret Path class to implement a neat game like experience for your users.


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

507. Notable PHP package: PHP Phonetic Transcriber

Updated on: 2017-01-10

Posted on:

Pronouncing words depends on the language of each word, as well on the variant of the language that you may want to spell the words.

The International Phonetic Alphabet (IPA) was created to the define a standard for pronouncing the many phonemes that are used in different languages to pronounce the words.

The package can convert the phonemes of a word in a given language variant to the IPA phonemes using the Lingorado API. This way you can use a generic phoneme audio generation tool to pronounce any word in any language.

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)

506. Notable PHP package: Geographer

Updated on: 2017-01-05

Posted on:

There are many countries in the world that we all know their names but in different languages they have different names.

This package provides a solution that can return the names of countries, states and cities in different languages like English, Russian, German, French, Spanish, Italian, etc..

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)

2. PHP Tutorial on How to Convert English Words to Numbers

Updated on: 2017-01-04

Posted on:

Blog: PHP Convert Words to Numbers package blog
Package: PHP Convert Words to Numbers

There are many solutions for spelling numbers using words in English or other language. However, doing the opposite is not so easy.

The PHP Words to Numbers package does that. It takes number expressed in English works and returns the number value that it represents.


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

505. Notable PHP package: NASA Near Earth Orbit API Client

Updated on: 2017-01-03

Posted on:

Near Earth objects can be comets or asteroids that came of the outer space and have been attracted to the planet Earth.

NASA keeps track of these objects and makes the known information about them available via an API.

This way you may be informed of known near Earth objects that are coming close to the planet.

This class provides means to extract the known information of near Earth objects using this NASA API.

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)

504. Notable PHP package: Burge CMF

Updated on: 2016-12-29

Posted on:

Many sites use content management systems like WordPress, Drupal or others to publish their content.

However, sometimes you need a simple but still powerful solution to implement in your site without turning it into a WordPress or Drupal instance.

This package provides a content management framework that you can adapt to add content management features to an existing site like multi-user access with support for different languages for each user, custom page views for different languages, management of posts, categories and files, etc..

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. Using the PHP RTF Parser to Process Word Processing Documents Part 1: the RTF File Format

Updated on: 2016-12-28

Posted on:

Blog: PHP RTF Tools package blog
Package: PHP RTF Tools

RTF is a portable file format for representing the content of word processing document, such as those generate by Microsoft Word, OpenOffice and others.

Read this article to understand the RTF file format, so you can understand the next articles on which you will be able to learn how to use the PHP RTF Tools packages for good purposes, such as using RTF templates, merging multiple documents, or simply extracting text from a document.


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

503. Notable PHP package: PHP Table Chart Builder

Updated on: 2016-12-27

Posted on:

Many PHP applications display data retrieved from databases or arrays in HTML tables as is, I mean as they are retrieved from the data source.

Often you need to generate reports that show calculations performed on the data displayed in the table columns.

The class can display data in table cells including additional values that show calculated cells that result from operations on column values like total, average, lowest and highest.

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)

502. PHP Articles Report December 2016 Edition

Updated on: 2016-12-26

Posted on:

This is the December 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 implementing secure user validation using event sequences, the latest PHP modern practices, a comparison of the best PHP IDEs, how to implement a YouTube video downloader, and how to detect and block site attacks using a PHP Web application firewall .

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)

  1989 - 1980   ...   649 - 640   639 - 630   629 - 620   619 - 610   609 - 600   599 - 590   589 - 580   579 - 570   569 - 560   559 - 550   549 - 540   539 - 530   ...   9 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article