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  
  1990 - 1981   ...   1190 - 1181   1180 - 1171   1170 - 1161   1160 - 1151   1150 - 1141   1140 - 1131   1130 - 1121   1120 - 1111   1110 - 1101   1100 - 1091   1090 - 1081   1080 - 1071   ...   10 - 1  

1027. Notable PHP package: PHP Download Files and Log

Updated on: 2020-06-20

Posted on:

Many sites need to serve files for download but if the files are directly accessible by whoever needs them, users many use scripts to automate downloading and end up overloading the Web site server.

This package provides an alternative solution to serve files for download without disclosing the real file paths on the local or remote server to avoid that scripts can access the files directly.

It can also detect when a file is being downloaded by a robot and refuses to serve the file in that case, thus avoiding to overload the server.

The class can detect if the current request is coming from a robot or a Web crawler script, so it avoids serving files for these requests.

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. Tutorial on How to Secure Sensitive Data in PHP using Encryption and Decryption

Updated on: 2020-06-19

Posted on:

Blog: PHP Simple Encryption and Decryption package blog
Package: PHP Simple Encryption and Decryption

As we all know, encryption is a vital process to secure sensitive data in any software application.

When done incorrectly it can result in stolen data or unrecoverable information.

Read this tutorial article to learn how to use the PHP Simple Encryption and Decryption package to choose the right cryptography cipher and generating a secure IV, so you do not need to be an expert in cryptography.



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

1026. Notable PHP package: PHP Order Array Trait

Updated on: 2020-06-17

Posted on:

Many applications need to sort information according to criteria. Often that information is stored in associative arrays.

This package provides a trait that can be used to sort any associative array.

It uses a given string for defining the sorting criteria of string values of a given key of the associative array to be sorted.

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)

1025. Notable PHP package: symfony-dual-login

Updated on: 2020-06-16

Posted on:

OAuth is a protocol that is often used to allow sites to authenticate users of a site that need to be registered.

It allows user to login with their accounts, for instance on Facebook or Google, so they do not need to remember their password to access those sites as registered users.

This package provides a solution for applications that use the Symphony framework, so they can use either the built-in password based user authentication method, or the OAuth based method.

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. PHP Authorize.Net Tutorial on Making Easier Payments through its API

Updated on: 2020-06-15

Posted on:

Blog: PHP Authorize.net Integration with JSON API package blog
Package: PHP Authorize.net Integration with JSON API

Authorize.Net is a popular payment gateway that is used by many e-commerce Web sites and applications to process payments of products and services that those sites sell.

It supports many useful features like managing subscriptions, payment profiles, fraud management and sales reporting.

Read this tutorial to learn how to use the Authorize.net API to integrate payment processing to sell more products and services in your Web site or application using the PHP Authorize.net Integration with JSON API package.


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

1024. Notable PHP package: PHP Readme Helper

Updated on: 2020-06-13

Posted on:

Many API developers produce documentation for their APIs in README files using the Markdown format.

This package can generate automatic documentation README files for APIs by extracting such documentations from API source files.

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)

1023. Notable PHP package: Redbox PHP Track Website Visitors

Updated on: 2020-06-11

Posted on:

Some Web sites provide information about the users that access the site. For instance they can provide statistics about the number of users that have accessed the site in a given period, such as in the last day, week or month.

This package provides a flexible solution that allows applications implement custom actions when a new user or a returning user visits the current Web site.

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. Learning from PHP Log to File Example

Updated on: 2025-09-12

Posted on:

Blog: PHP Logging Class package blog
Package: PHP Logging Class

Logging is a common activity that most applications must perform to keep track of activities, just in case you need to analyse past activities to find the cause for any issues.

Read this article to learn from examples on how to implement logging techniques that can be used in PHP storing the logged information in files.


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

1022. Notable PHP package: PHP Async HTTP Client Benchmarks

Updated on: 2020-06-09

Posted on:

There are many PHP packages that can be used to send HTTP requests to remote servers asynchronously.

This means that the same PHP script can send many HTTP requests at the same time, thus taking less time to get the remote HTTP responses.

This package provides means to measure and compare the performance of several packages that can send the asynchronous HTTP requests.

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)

1021. Notable PHP package: Laravel Upload File Manager

Updated on: 2020-06-07

Posted on:

Many sites need to allow users to upload files to be shared with other users either publicly or privately.

Access control may also need to be personalized, so only a set of users may access those uploaded files.

This package provides a solution, that can not only restrict the access of files to certain users, but can also restrict the period of time that the files remain accessible until a specific date.

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)

  1990 - 1981   ...   1190 - 1181   1180 - 1171   1170 - 1161   1160 - 1151   1150 - 1141   1140 - 1131   1130 - 1121   1120 - 1111   1110 - 1101   1100 - 1091   1090 - 1081   1080 - 1071   ...   10 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article