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  
  1934 - 1925   ...   884 - 875   874 - 865   864 - 855   854 - 845   844 - 835   834 - 825   824 - 815   814 - 805   804 - 795   794 - 785   784 - 775   774 - 765   ...   4 - 1  

737. Notable PHP package: Blade Component Factory

Updated on: 2018-09-25

Posted on:

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.


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

736. Notable PHP package: Coin Layer PHP Cryptocurrency Exchange Rates API

Updated on: 2018-09-19

Posted on:

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.


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

735. Notable PHP package: PHP Class Documentation Generation to Markdown

Updated on: 2018-09-18

Posted on:

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.


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

734. Notable PHP package: Pixlab NSFW PHP Image Classifier

Updated on: 2018-09-17

Posted on:

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.


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

1. How to Integrate a Print-to-Mail PHP API into Your Software to Send PDF Statements via the Post Office

Updated on: 2021-04-13

Posted on:

Blog: Docusend PHP package blog
Package: Docusend PHP

REST API in PHP for printing, mailing and even emailing documents

Software developers are conscious of the importance of giving more options to users. Many individuals and companies need to deliver printed documents via postal mail to make bills, invoices, etc. available to their customers on paper. Others prefer to send these documents electronically.

DocuSend provides a cloud-based services API that addresses this need by allowing senders to generate documents to be delivered via United States Postal Service. DocuSend takes care of printing and delivering the documents to the post office. And now with the new email feature, you can send a secure PDF link by email, track unopened links, and opt to resend the document via USPS.

Read this article to learn how you can integrate sending emails and printed documents in a PHP application that implements both methods in an all-in-one document-delivery solution.


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

733. Notable PHP package: Fast PHP CURL Multiple Requests

Updated on: 2018-09-12

Posted on:

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.


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

732. Notable PHP package: Array Map

Updated on: 2018-09-10

Posted on:

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.


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

731. Notable PHP package: Laravel Mail Logger

Updated on: 2018-09-06

Posted on:

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.


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

730. Notable PHP package: PHP Timesheet Management System

Updated on: 2018-09-05

Posted on:

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.


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

729. Notable PHP package: PHP Cache Server

Updated on: 2018-08-30

Posted on:

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.


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

  1934 - 1925   ...   884 - 875   874 - 865   864 - 855   854 - 845   844 - 835   834 - 825   824 - 815   814 - 805   804 - 795   794 - 785   784 - 775   774 - 765   ...   4 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article