737. Notable PHP package: Blade Component Factory
Updated on: 2018-09-25
Posted on: 2018-09-25
Laravel is a popular PHP framework for Web application development that comes with a package called Blade that is used to process templates to generate the application output.
Until Laravel 5.3 Blade did not support components to extend the template processing capabilities.
This package provides a fix, so it works in applications that still use Laravel 5.3 or older versions.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
Until Laravel 5.3 Blade did not support components to extend the template processing capabilities.
This package provides a fix, so it works in applications that still use Laravel 5.3 or older versions.
Read this article to learn more details about how this notable PHP package works.



736. Notable PHP package: Coin Layer PHP Cryptocurrency Exchange Rates API
Updated on: 2018-09-19
Posted on: 2018-09-19
Crypto-currencies are very popular nowadays. There are many of those currencies and their exchange rates vary a lot every day.
This class provides a solution to get the exchange rates of many crypto-currencies today or at a given date in the past.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This class provides a solution to get the exchange rates of many crypto-currencies today or at a given date in the past.
Read this article to learn more details about how this notable PHP package works.



735. Notable PHP package: PHP Class Documentation Generation to Markdown
Updated on: 2018-09-18
Posted on: 2018-09-18
PHPDoc is a popular format for embedding documentation inside class files in the form of comments.
The documentation comments can be parsed and extract in order to generate documentation in different formats.
This package extracts documentation in PHPDoc format and generates human readable documentation in Markdown format, so it can be converted to other richer text formats later, like for instance HTML.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
The documentation comments can be parsed and extract in order to generate documentation in different formats.
This package extracts documentation in PHPDoc format and generates human readable documentation in Markdown format, so it can be converted to other richer text formats later, like for instance HTML.
Read this article to learn more details about how this notable PHP package works.



734. Notable PHP package: Pixlab NSFW PHP Image Classifier
Updated on: 2018-09-17
Posted on: 2018-09-17
Many sites allow users to upload picture files to be published. This may be problematic if the site is not able to determine if a picture contains unsuitable content for exhibiting to the public.
This package provides a solution to avoid that pictures with nudity be published.
It uses the Pixlab NSFW API to determine if a picture has those problems, as well can blur images showing parts of nude bodies.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This package provides a solution to avoid that pictures with nudity be published.
It uses the Pixlab NSFW API to determine if a picture has those problems, as well can blur images showing parts of nude bodies.
Read this article to learn more details about how this notable PHP package works.



733. Notable PHP package: Fast PHP CURL Multiple Requests
Updated on: 2018-09-12
Posted on: 2018-09-12
The PHP CURL extension allows retrieving data from Web servers of multiple URLs at the same time, however this may overload the server of a given site.
This class provides a solution that makes this task lighter by just sending the request to the first URL of a list and only after that it sends the requests to the remaining URLs of that list.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This class provides a solution that makes this task lighter by just sending the request to the first URL of a list and only after that it sends the requests to the remaining URLs of that list.
Read this article to learn more details about how this notable PHP package works.



732. Notable PHP package: Array Map
Updated on: 2018-09-10
Posted on: 2018-09-10
PHP provides a function for recreating an array from another array by calling a function that will change the original values of the array entries.
This class provides a more advanced array mapping functionality by allowing to have two different functions that will be called on nested arrays with two depth levels.
This makes it possible to implement different types of array value mapping depending on the level of depth of the values of each entry.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This class provides a more advanced array mapping functionality by allowing to have two different functions that will be called on nested arrays with two depth levels.
This makes it possible to implement different types of array value mapping depending on the level of depth of the values of each entry.
Read this article to learn more details about how this notable PHP package works.



731. Notable PHP package: Laravel Mail Logger
Updated on: 2018-09-06
Posted on: 2018-09-06
Laravel is a popular framework that comes with email sending components.
However, applications that need email handling capabilities often require more than just sending messages.
This package implements other types of useful email handling capabilities like prevent sending duplicate messages or monitoring of whether the recipients of messages have read them.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
However, applications that need email handling capabilities often require more than just sending messages.
This package implements other types of useful email handling capabilities like prevent sending duplicate messages or monitoring of whether the recipients of messages have read them.
Read this article to learn more details about how this notable PHP package works.



730. Notable PHP package: PHP Timesheet Management System
Updated on: 2018-09-05
Posted on: 2018-09-05
Time management is a challenging problem for people that are responsible for managing projects that involve multiple people.
This package implements a Web based application that allows users to manage project tasks while tracking the time that take to execute those tasks, as well generating reports that can be shown to the project customers.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This package implements a Web based application that allows users to manage project tasks while tracking the time that take to execute those tasks, as well generating reports that can be shown to the project customers.
Read this article to learn more details about how this notable PHP package works.



729. Notable PHP package: PHP Cache Server
Updated on: 2018-08-30
Posted on: 2018-08-30
There are several products that allow caching data very quickly and can be accessed via a local network connection.
This package can work as a client and server to store data a in a cache container that uses PHP arrays in memory for fast cache data access.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This package can work as a client and server to store data a in a cache container that uses PHP arrays in memory for fast cache data access.
Read this article to learn more details about how this notable PHP package works.



728. Notable PHP package: Avatar Generator
Updated on: 2018-08-29
Posted on: 2018-08-29
Many sites need to show images to represent the sites' users in an unique way.
Some create avatar images automatically based on the user personal name initials. This package implements a solution for that purpose.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
Some create avatar images automatically based on the user personal name initials. This package implements a solution for that purpose.
Read this article to learn more details about how this notable PHP package works.


