PHP Classes

Notable Packages

Recommend this page to a friend!

Packages that are worth taking a look for doing something different

  All package blogs All package blogs   Blog PHP Classes blog   Blog Notable Packages   Post article Post article  
  513 - 504   ...   203 - 194   193 - 184   183 - 174   173 - 164   163 - 154   153 - 144   143 - 134   133 - 124   123 - 114   113 - 104   103 - 94   93 - 84   ...   3 - 1  

613. Notable PHP package: Auth in Redis and Laravel

Updated on: 2017-10-16

Posted on:

Many PHP applications need some kind of user registration and login system.

Great part of the existing user management systems store and retrieve user data in a MySQL database.

This package uses Redis based storage container to store and retrieve the registered user data.

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)

612. Notable PHP package: MIME Stub

Updated on: 2017-10-09

Posted on:

PHP supports loading a package with a collection of files all at once using PHAR archives. However PHAR extension support is not enabled in all PHP installations.

This package provides a pure PHP alternative solution that bundles multiple PHP scripts in a single PHP file. Those scripts can be loaded by executing that PHP file.

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)

611. Notable PHP package: PHP Model Class Generator

Updated on: 2019-04-22

Posted on:

Model classes allow the developers to write code that accesses database table records using class objects.

Model classes can be generated from information of the database table schema.

This package can parse MySQL database table dump files to extract the table structure information to generate the code for the model classes.

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)

610. Notable PHP package: PHP Link Checker

Updated on: 2017-10-02

Posted on:

Many sites change over time. If the links they contain on their pages are not updated when the changes happen, the links will be broken.

This package can find broken links by traversing the pages of a site recursively and checking if the internal and external links still exist.

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)

609. Notable PHP package: goridge

Updated on: 2017-09-26

Posted on:

Go is a programming language used for creating programs that often rely on parallel task execution.

The Golang provides a RPC module that allows remote applications to connect and execute Go code on the remote server.

This package can execute Go commands using Golang RPC server to communicate with it from PHP.

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)

608. Notable PHP package: PHP Form Honeypot

Updated on: 2017-09-25

Posted on:

There are sites that are abused by hackers that use scripts to forge the submission of forms pretending to be real users.

One way to make this abuse more difficult is to implement honeypots in forms to detect when a form was submitted by a bot script developed by a hacker.

This package implements honeypots in forms by using special values in hidden inputs.

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)

607. Notable PHP package: PHP JSON Maker

Updated on: 2017-09-20

Posted on:

JSON is nowadays very common format to store typed information in strings.

When you have a complex object structure, usually it is necessary to create the top level object and each child object one by one.

This package makes that task simpler by allowing to create multiple nested objects using a single command.

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)

606. Notable PHP package: Image Key Cypher

Updated on: 2017-09-18

Posted on:

Encrypting data is usually done using secret information that only the computer that can decrypt the data has.

This package implements an alternative approach to encrypt and decrypt data by using the contents of a graphical image as key.

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)

605. Notable PHP package: Threadable

Updated on: 2017-09-11

Posted on:

Many applications that start parallel processes use them to perform the same task multiple times in parallel.

This package can manage groups of parallel processes that are started to run the same parallel task.

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)

604. Notable PHP package: PHP TimeZone City

Updated on: 2017-09-06

Posted on:

The time of a given place on Earth is derived from the location timezone.

This class can retrieve timezone information from a database, so it can determine the timezone of a location and then computes the timezone region time.

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)

  513 - 504   ...   203 - 194   193 - 184   183 - 174   173 - 164   163 - 154   153 - 144   143 - 134   133 - 124   123 - 114   113 - 104   103 - 94   93 - 84   ...   3 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Blog Notable Packages   Post article Post article