1. How to Implement a Year 2038 Problem Fix in PHP Applications that Are Using Unix Timestamps
Updated on: 2017-08-15
Posted on: 2017-08-15
Blog: Incredible Timestamp package blog
Package: Incredible Timestamp
However using Unix timestamps for these purposes will lead to a very big problem well known as the bug of year 2038.
Read this article to know more about the bug of year 2038 and how fix the issue with an alternative way to manipulate times and dates.



1. PHP Matrix Math Library
Updated on: 2017-06-21
Posted on: 2017-06-21
Blog: PHP Matrix Arithmetic Library package blog
Package: PHP Matrix Arithmetic Library
However some applications need to use matrix manipulation to implement their features.
Read this article to learn about how the PHP real matrices tool can help.



1. How to Manage a Cloud Based Hosting Structure with PHP
Updated on: 2019-02-04
Posted on: 2017-05-23
Blog: Cloudways API Class package blog
Package: Cloudways API Class
Read this article to learn how to manage a cloud hosting structure from PHP using Cloudways API.



2. How to use the everSign eSignature SAAS Document Management PHP API
Updated on: 2017-05-29
Posted on: 2017-05-17
Blog: everSign PHP Document Signing package blog
Package: everSign PHP Document Signing
In addition to the everSign SAAS dashboard, you can use the eSignature API they provide to manage your documents from your own Web site.
Read this article to learn how to manage documents from a PHP Web site to be signed using the everSign service using their API.



1. Digital Document Management with Eversign SAAS
Updated on: 2022-03-14
Posted on: 2017-05-11
Blog: everSign PHP Document Signing package blog
Package: everSign PHP Document Signing
Read this article to learn how you can implement digital signature support in your Web applications using everSign PHP Document Signing package to access to the features of the everSign API.



1. Chrome ERR_BLOCKED_BY_XSS_AUDITOR PHP Solution to Avoid Bogus Cross-Site Scripting Detection
Updated on: 2017-04-29
Posted on: 2017-04-20
Blog: Secure HTML parser and filter package blog
Package: Secure HTML parser and filter
The problem is that this is preventing many sites that use regular HTML content editors to work in some cases, despite there is no real XSS exploit going on.
Read this article to learn more why this happens and what workarounds you can implement while Chrome blocks the requests.



1. dynClass as a better PHP stdClass
Updated on: 2017-04-12
Posted on: 2017-04-12
Blog: dynClass package blog
Package: dynClass
Read this article to learn why I have written the dynClass extending the stdClass to provide better dynamic features.



12. Faster PHP Social Login with a PHP OpenID Connect PHP Client
Updated on: 2017-04-09
Posted on: 2017-03-21
Blog: PHP OAuth Library package blog
Package: PHP OAuth Library
However, each social network requires an additional API call to retrieve those user details. That API call is specific to each network, so its URL and parameters vary.
OpenID Connect is an extension of the OAuth2 protocol that allows to retrieve the user details without additional API calls.
Read this article to learn how it works and how you can benefit from OpenID Connect to get the user details faster without social network specific API calls.



1. How to Use Termux Tutorial Running PHP Web Server or CLI with Termux PHP App to Control an Android Phone or Tablet
Updated on: 2017-04-09
Posted on: 2017-02-15
Blog: PHP Termux API package blog
Package: PHP Termux API
This allows running PHP either from the Termux shell as a console script or as a Web server.
Read this article to learn how to execute PHP scripts from inside a Android device and expose to PHP some Android functionalities using the Termux application.



1. PHP class to download, crop and resize images on the fly
Updated on: 2017-02-03
Posted on: 2017-02-03
Blog: PHP Image Crop and Resize package blog
Package: PHP Image Crop and Resize


