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   503 - 494   493 - 484   483 - 474   473 - 464   463 - 454   453 - 444   443 - 434   433 - 424   423 - 414   413 - 404   403 - 394   ...   3 - 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)

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)

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)

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)

1020. Notable PHP package: PHP REST API Boiler Plate

Updated on: 2020-06-05

Posted on:

Many APIs are available to provide useful services to the API users. The services that each API provides may vary from user to user.

This package provides a solution to implement an API that already comes with built-in user access management operations like user registration and authentication.

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)

1019. Notable PHP package: Laravel Relational Data Model

Updated on: 2020-06-03

Posted on:

Many applications use databases to store and retrieve application data objects defined using model classes.

Usually data objects of different model classes need to establish relationships with each other.

This package provides a trait that can be used in model classes, so you can hierarchical relationships between parent and child objects.

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)

1018. Notable PHP package: Orbisius PHP dotenv Parser Class

Updated on: 2020-06-01

Posted on:

dotenv is a file format that defines configuration variables for customizing details of operation in the environment that an application is running on.

This package can parse dotenv files to extract and assign environment configuration variables that PHP applications can access using the $_ENV or the $_SERVER superglobal array variables or the getenv function.

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   503 - 494   493 - 484   483 - 474   473 - 464   463 - 454   453 - 444   443 - 434   433 - 424   423 - 414   413 - 404   403 - 394   ...   3 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Blog Notable Packages   Post article Post article