1. How to Implement a PHP Image Classification System by Recognizing Relevant Objects in Pictures
Updated on: 2021-03-11
Posted on: 2021-03-11
Blog: Darknet PHP Image Recognition Library package blog
Package: Darknet PHP Image Recognition Library
This package provides a solution for recognizing objects in pictures using the Darknet library to implement the YOLO (You Only Look Once) algorithm.



1. How to Implement a Better PHP Arabic Text Display Solution
Updated on: 2021-03-10
Posted on: 2021-03-10
Blog: PHP AWR class package blog
Package: PHP AWR class
Read this article to learn how to solve the challenges of displaying text in Arabic using the AWR class.



1. How to Create a Fast Pure PHP HTTP Server using ReactPHP
Updated on: 2021-03-09
Posted on: 2021-03-09
Blog: Simple React PHP HTTP Server package blog
Package: Simple React PHP HTTP Server
This allows applications to make more efficient use of the server machine CPUs, by executing tasks in parallel, while other tasks are waiting for a response from an external process or system, like for instance, a database server that takes time to a execute a query.
This package takes advantage of the ReactPHP library asynchronous programming features to implement an efficient custom HTTP server totally written in PHP.
The package allows developers to create Web applications just by creating handler functions or controller classes that process the requests for specific URLs and return the responses.
This way, PHP developers can write pure PHP Web applications without needing to use external Web server applications.



1. How to Implement Better PHP REST API Exception Handling Adding More Details About the Exception Context
Updated on: 2021-03-06
Posted on: 2021-03-06
Blog: Mezon REST Exception package blog
Package: Mezon REST Exception
Usually exception classes carry information about the errors that includes an error message and an error code that can be useful to help applications to treat the errors in a a more convenient way for its users.
This package extends the information that is usually stored in an exception class. It adds details like the HTTP status code, request body and request URL, which may be useful for instance to generate error logs for applications that implement APIs.



1. How to Implement a PHP GitHub API Client to Access Github Web Services
Updated on: 2021-03-05
Posted on: 2021-03-05
Blog: Github PHP API Library package blog
Package: Github PHP API Library
An alternative way to access the project files in Github is to use its API.
Read this article to learn how you can easily access this project files hosted in Github using PHP without having to use the Git tool.



1. How to Implement a PHP Companies Check Solution to Validate Legitimate Business
Updated on: 2021-03-04
Posted on: 2021-03-04
Blog: PHP Companies Lookup package blog
Package: PHP Companies Lookup
This package provides a solution to perform such kind of verification in quick and easy way by accessing the Companies House Database API available for companies in the United Kingdom.
This way, this package can simplify the process of companies work with other companies with greater security.



1. How to Quickly Display the License of a PHP Creative Commons Project in a Web Page
Updated on: 2021-03-02
Posted on: 2021-03-02
Blog: PHP Creative Commons Logo package blog
Package: PHP Creative Commons Logo
There are several variants of the Creative Commons licenses.
This class provides a solution to display the logo image of a Creative Commons license variant in a Web page with a link to the respective page on the Web with the details of that license.
This may be useful to many developers that display the creative commons license logo link in a Web page of their Open Source projects.



1. How to Implement Secure PHP Hashing Algorithms to Detect When Sensitive Data May Have Been Altered Without Your Permission
Updated on: 2021-03-01
Posted on: 2021-03-01
Blog: PHP Hash Blake2 package blog
Package: PHP Hash Blake2
The hash values can be used to verify if a given data block was modified during an eventual security attack.
Such security attacks are usually aimed to alter data or programs that could make them work in a dangerous way for the users that receive that data or programs.
This package provides a pure PHP solution to implement the Blake 2 hashing algorithm.



1. How to Create a PHP Password Database File to Use with KeePass Password Manager
Updated on: 2021-02-26
Posted on: 2021-02-26
Blog: PHP KeePassX Writer package blog
Package: PHP KeePassX Writer
With this application, users do not need to remember and type those passwords every time they need to access a site that is protected by requiring its users to enter a password.
This package allows PHP scripts to run from the command line to create a database file with given site passwords.



1. How Can PHP Encrypt Data Incrementally to Encrypt Large Blocks of Data Split in Multiple Blocks
Updated on: 2021-02-25
Posted on: 2021-02-25
Blog: Kravatte PHP Keccak Farfalle package blog
Package: Kravatte PHP Keccak Farfalle
This approach is useful when you need to encrypt a stream of data with a length that is unknown initially.
This class implements a pure PHP based solution to encrypt and decrypt data using the Kravatte Farfalle construction.


