PHP Classes

All package blogs

Recommend this page to a friend!

Latest posts of all package blogs

  PHP Classes blog PHP Classes blog   Blog All package blogs  
  932 - 923   ...   392 - 383   382 - 373   372 - 363   362 - 353   352 - 343   342 - 333   332 - 323   322 - 313   312 - 303   302 - 293   292 - 283   282 - 273   ...   2 - 1  

1. How to Implement a PHP GitHub API Client to Access Github Web Services

Updated on: 2021-03-05

Posted on:

Blog: Github PHP API Library package blog
Package: Github PHP API Library

Github is a very popular site among developers of many programmers languages, as it can be used to host repositories of code that can be accessed with the Git version control tool.

An alternative way to access the project files in Github is to use its API.

Read this article to learn how you can easily access this project files hosted in Github using PHP without having to use the Git tool.


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

1. How to Implement a PHP Companies Check Solution to Validate Legitimate Business

Updated on: 2021-03-04

Posted on:

Blog: PHP Companies Lookup package blog
Package: PHP Companies Lookup

Many business need to support other companies in a secure way. Usually they need to verify if those other companies are legitimate and are active.

This package provides a solution to perform such kind of verification in quick and easy way by accessing the Companies House Database API available for companies in the United Kingdom.

This way, this package can simplify the process of companies work with other companies with greater security.


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

1. How to Quickly Display the License of a PHP Creative Commons Project in a Web Page

Updated on: 2021-03-02

Posted on:

Blog: PHP Creative Commons Logo package blog
Package: PHP Creative Commons Logo

Creative Commons is a popular license used by many developers to release their software to the public and allow royalty free used with minimal licensing requirements.

There are several variants of the Creative Commons licenses.

This class provides a solution to display the logo image of a Creative Commons license variant in a Web page with a link to the respective page on the Web with the details of that license.

This may be useful to many developers that display the creative commons license logo link in a Web page of their Open Source projects.


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

1. How to Implement Secure PHP Hashing Algorithms to Detect When Sensitive Data May Have Been Altered Without Your Permission

Updated on: 2021-03-01

Posted on:

Blog: PHP Hash Blake2 package blog
Package: PHP Hash Blake2

Blake is a hashing algorithm used to create hash values from sets of data.

The hash values can be used to verify if a given data block was modified during an eventual security attack.

Such security attacks are usually aimed to alter data or programs that could make them work in a dangerous way for the users that receive that data or programs.

This package provides a pure PHP solution to implement the Blake 2 hashing algorithm.


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

1. How to Create a PHP Password Database File to Use with KeePass Password Manager

Updated on: 2021-02-26

Posted on:

Blog: PHP KeePassX Writer package blog
Package: PHP KeePassX Writer

KeePass is a password management application that allows its users to securely store passwords that can be used to access certain sites.

With this application, users do not need to remember and type those passwords every time they need to access a site that is protected by requiring its users to enter a password.

This package allows PHP scripts to run from the command line to create a database file with given site passwords.


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

1. How Can PHP Encrypt Data Incrementally to Encrypt Large Blocks of Data Split in Multiple Blocks

Updated on: 2021-02-25

Posted on:

Blog: Kravatte PHP Keccak Farfalle package blog
Package: Kravatte PHP Keccak Farfalle

Kravatte is a function that implements a cryptography approach that can be used to encrypt data incrementally as a sequence of blocks of data that can be appended to the encryption output.

This approach is useful when you need to encrypt a stream of data with a length that is unknown initially.

This class implements a pure PHP based solution to encrypt and decrypt data using the Kravatte Farfalle construction.


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

1. How to Integrate a PHP Phonebook Example Component in a Web Application

Updated on: 2021-02-24

Posted on:

Blog: PHP PhoneBook package blog
Package: PHP PhoneBook

Some applications need to allow users to manage their contact phone numbers.

This package provides a phone book management application component that can be integrated in other applications that use the MVC design pattern, so it can be useful in many projects of other developers.


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

2. How Can PHP Redirect to Page in Your Site Users to Go to an External Site

Updated on: 2021-02-23

Posted on:

Blog: PHP Redirect to Page Class package blog
Package: PHP Redirect to Page Class

Redirecting users that access your Web site can be useful keep track of the statistics of users that click on links. It can also be used to show a message the users that click on a link before redirecting to the destination page.

Read this short tutorial article to learn how to achieve this in a simple way to another


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

1. How to Make PHP Prepared Statements Cache Be Used to Run Faster the Same Query Using Different Parameter Values

Updated on: 2021-02-22

Posted on:

Blog: Easydb Cache package blog
Package: Easydb Cache

Prepared statements are used to execute SQL queries from template strings. Those templates have marks which will be replaced by query parameter values before the query is executed.

Using prepared statements adds some overhead to the time it takes to execute a query because the query template string needs to be parsed first before the parameter values are replaced.

This class implements prepared query caching, so it avoids the overhead of parsing the same prepared statement query every time it needs to execute the same query, even if it uses different parameter values.


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

1. How Can PHP Attach Files to Post Using XOOPS CMS

Updated on: 2021-02-19

Posted on:

Blog: xmdoc package blog
Package: xmdoc

XOOPS is a popular PHP content management system that can be used to create posts in HTML pages.

Some sites need to be able to make certain files available for download. Those files are usually associated to a given page from which the users can download the files.

This package implements a XOOPS module that allows publishers to manage the files to be attached to a given post published using XOOPS.


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


  932 - 923   ...   392 - 383   382 - 373   372 - 363   362 - 353   352 - 343   342 - 333   332 - 323   322 - 313   312 - 303   302 - 293   292 - 283   282 - 273   ...   2 - 1  
  PHP Classes blog PHP Classes blog   Blog All package blogs