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   ...   423 - 414   413 - 404   403 - 394   393 - 384   383 - 374   373 - 364   363 - 354   353 - 344   343 - 334   333 - 324   323 - 314   313 - 304   ...   3 - 1  

875. Notable PHP package: YII2 PHP Audit Log

Updated on: 2019-08-12

Posted on:

Audit logs are useful to identify the circumstances that caused changes in the data of applications, like for instance the data that is stored in a database.

This package provides classes to implement model objects that can also generate audit logs for each type of change that is performed on application data objects that are stored in a database.

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)

874. Notable PHP package: Corner

Updated on: 2019-08-06

Posted on:

Exceptions are frequently used by applications to trigger errors about error conditions that they are not ready to handle.

Usually exceptions pass some information about the context of the conditions that triggered the error, like for instance the file of the source code where the error occurred.

This package provides a trait that goes farther by providing other useful information about the errors, like for instance snippets of the source code that triggered the error, as well a link to get more support from the developers responsible for the code.

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)

873. Notable PHP package: PHP OpenAPI Library

Updated on: 2019-07-31

Posted on:

Many applications have implemented APIs to allow third-party developers to create their applications that extend the capabilities of the original applications or even create mobile versions of Web sites.

The OpenAPI specification defines file formats to describe APIs, so it provides common means to implement tools to develop APIs faster like code generators or tools to check and validate API implementations.

This package supports the OpenAPI specification to allow quick implementation of new APIs.

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)

872. Notable PHP package: Free Text Search

Updated on: 2019-07-29

Posted on:

Many people solve their problems by asking questions that express the difficulty they are having to find a solution.

Usually they use natural language in the idiom that they use to define the problem by asking a question.

This package can perform searches for solutions to problems that people may have using the Daft.ie API

This package can search for data taking common words typed by users.

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)

870. Notable PHP package: PHP Strip HTML Tags

Updated on: 2019-07-25

Posted on:

Sometimes it is necessary to extract PHP code from script files on which it is embedded in HTML.

This package not only can extract or remove PHP code from HTML, but can also extract or remove HTML code from scripts that mix HTML with 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)

869. Notable PHP package: Encase PHP Functional Programming

Updated on: 2019-07-24

Posted on:

Objects are useful to gather common behavior inside the same container which is a class.

To access access functions and variables of PHP inside a class you need to use the $this operator.

This package provides means to call the current class functions without using the $this operator, thus requiring you to type less code to call a 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)

868. Notable PHP package: PHP Facebook Locale

Updated on: 2019-07-23

Posted on:

Facebook is a social network site that works for users of many countries that speak many languages.

It can also be integrated with third party applications that can provide additional benefits to Facebook users.

This class can get the list of countries supported by Facebook, as well the respective locale languages, so third party applications can know what languages Facebook users may want to use and those applications may need to support.

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)

867. Notable PHP package: PHP String Hidden Characters

Updated on: 2019-07-22

Posted on:

Many applications need to deal with sensitive information that should not be exposed publicly because it is important to preserve the privacy of people that are the owners of that information.

However, some developers prefer to dump stack traces to logs or even Web pages when an expected errors, so they can see the details of the context of the errors.

This package provides a solution to help hiding sensitive information to be dumped to screen or log files. It can wrap text strings in an object interfaces that do not expose the actual value of the string when the object dump is requested.

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)

866. Notable PHP package: PHP Polimorphism

Updated on: 2019-07-18

Posted on:

Polimorphism is a means for providing access to different objects in the same way but the objects have different behavior.

This package demonstrates how to implement polimorphism in PHP using either abstract classes, interfaces, sub-class extensions and traits.

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)

865. Notable PHP package: PHP Benchmark Tool

Updated on: 2019-07-17

Posted on:

Many developers want to optimize their applications so they make a more efficient use of server resources.

Often developers are just concerned with the speed of their code but the RAM memory usage level is also important because when a server runs out RAM it starts using memory swap space in the system swap disc and the whole system starts getting too slow.

This package provides means to not only measure the time PHP code takes to execute so you can find any bottleneck and opportunities to make it faster, but also how much memory the code of a PHP script is taking so you can also focus your efforts in reducing the RAM memory usage.

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   ...   423 - 414   413 - 404   403 - 394   393 - 384   383 - 374   373 - 364   363 - 354   353 - 344   343 - 334   333 - 324   323 - 314   313 - 304   ...   3 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Blog Notable Packages   Post article Post article