561. Notable PHP package: everSign PHP Document Signing
Updated on: 2017-05-16
Posted on: 2017-05-16
Many Web sites need their users to sign contracts to become legally valid. Therefore it is necessary to take the users signature.
everSign is a service that can take the users signature and apply it to the documents like contracts and others.
This class can perform several operations with documents to be signed using the everSign service using its API.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
everSign is a service that can take the users signature and apply it to the documents like contracts and others.
This class can perform several operations with documents to be signed using the everSign service using its API.
Read this article to learn more details about how this notable PHP package works.



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
The days of signed documents being illegible from multiple faxing, high cost of overnight deliveries, are over. From the individual to the large business, digital document management brings tech to the out dated practices currently in use.
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.
More ...
Post a comment
See comments (1) Trackbacks (0)
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.



560. Notable PHP package: PHP Session MySQL Handler
Updated on: 2017-05-10
Posted on: 2017-05-10
By default PHP stores information of session variables in files, but applications can provide their own session handlers and store session data in other storage containers like databases. It is common to store session data in MySQL databases.
One issue to be concerned with sessions is that only one script can change session data at a time of a given user.
For databases, transactions could be used to prevent that multiple scripts try to change the same user session data in a way that could cause inconsistency.
However, the use of sessions may cause that the table that contains session data records locks the access to session records of all users.
This class provides a better solution by using row level locking, thus allowing that session records of different users be changed at the same time by different scripts.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
One issue to be concerned with sessions is that only one script can change session data at a time of a given user.
For databases, transactions could be used to prevent that multiple scripts try to change the same user session data in a way that could cause inconsistency.
However, the use of sessions may cause that the table that contains session data records locks the access to session records of all users.
This class provides a better solution by using row level locking, thus allowing that session records of different users be changed at the same time by different scripts.
Read this article to learn more details about how this notable PHP package works.



559. A Better Way to Find Your Next Job
Updated on: 2017-05-09
Posted on: 2017-05-09
What if it was possible for jobs to go after you instead you having to go after jobs?
Read this article to learn how Hired can help you to make that happen.
More ...
Post a comment
See comments (0) Trackbacks (0)
Read this article to learn how Hired can help you to make that happen.



558. PHP and JavaScript Innovation Award Report April 2017 Edition - January 2017 nominees
Updated on: 2017-06-01
Posted on: 2017-05-04
This is the April edition of the Innovation Award podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the outstanding features of all the past month nominees and winners PHP and JavaScript packages, the prizes that the authors earned, starting with the nominees from the month of January 2017.
Listen to the podcast, or watch the hangout video to learn why the nominated packages were considered to be innovative, as well the current rankings of the Innovation Award Championship by author and by country.
More ...
Post a comment
See comments (0) Trackbacks (0)
Listen to the podcast, or watch the hangout video to learn why the nominated packages were considered to be innovative, as well the current rankings of the Innovation Award Championship by author and by country.



557. Notable PHP package: PHP ODT Template SQL Reports
Updated on: 2017-05-03
Posted on: 2017-05-03
Many applications need to generate reports from data retrieved from a database.
This class can generate reports from MySQL database query results using templates in the ODT format used by OpenOffice.
This allows creating report documents formatted with user defined templates and replacing placeholders with data from a database.
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 can generate reports from MySQL database query results using templates in the ODT format used by OpenOffice.
This allows creating report documents formatted with user defined templates and replacing placeholders with data from a database.
Read this article to learn more details about how this notable PHP package works.



556. Notable PHP package: Name String Order
Updated on: 2017-05-01
Posted on: 2017-05-01
The name of a person can be represented in different ways in different places. Sometimes the surname appears first, others times it appears last.
This class can take a look at a string with a person name and detect if the surname comes first or last. Then it can reformat the name according to whatever order is preferred in your PHP application.
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 can take a look at a string with a person name and detect if the surname comes first or last. Then it can reformat the name according to whatever order is preferred in your PHP application.
Read this article to learn more details about how this notable PHP package works.



555. Notable PHP package: PHP iTunes Search API
Updated on: 2017-04-26
Posted on: 2017-04-26
iTunes is a popular store for purchasing media and apps for Apple devices.
This package can send queries to iTunes APIs to retrieve and parse RSS feeds with the details of several types of media and apps sold by iTunes.
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 send queries to iTunes APIs to retrieve and parse RSS feeds with the details of several types of media and apps sold by iTunes.
Read this article to learn more details about how this notable PHP package works.



554. PHP 7.2 Release Date and Managers Being Chosen - 7 Minutes Lately in PHP podcast episode 82
Updated on: 2017-05-25
Posted on: 2017-04-25
PHP 7.2 development is reaching to the alpha stage in June, hopefully to have a final version released later this year. So for now the release managers are being chosen, so they can start preparing to work on each alpha, beta and release candidate version.
This was one of the main topics discussed by Manuel Lemos and Arturs Sosins on the episode 82 of the Lately in PHP podcast.
In this episode they also talked about other proposals for PHP cache keys for stream wrappers, serialized object validation with is_string, type variants, let range() return a generator, named parameters again, and removing the need for ; on the end of the line .
They also commented on an article about promoting Open Source projects using data mining and business intelligence to boost SEO factors, and using OpenID Connect protocol to implement single sign-on social login systems.
This article also contains a podcast summary as a text transcript and a 5 minute video of the summary.
Listen to the podcast, or watch the hangout video, or read the transcript text to learn more about these interesting PHP topics.
More ...
Post a comment
See comments (0) Trackbacks (0)
This was one of the main topics discussed by Manuel Lemos and Arturs Sosins on the episode 82 of the Lately in PHP podcast.
In this episode they also talked about other proposals for PHP cache keys for stream wrappers, serialized object validation with is_string, type variants, let range() return a generator, named parameters again, and removing the need for ; on the end of the line .
They also commented on an article about promoting Open Source projects using data mining and business intelligence to boost SEO factors, and using OpenID Connect protocol to implement single sign-on social login systems.
This article also contains a podcast summary as a text transcript and a 5 minute video of the summary.
Listen to the podcast, or watch the hangout video, or read the transcript text to learn more about these interesting PHP topics.



553. Notable PHP package: File Pager
Updated on: 2017-04-24
Posted on: 2017-04-24
Pagination is useful to split listings of long information into multiple pages. It is often used to split database query results into a list of Web pages.
This package can paginate an arbitrary text into a list of pages of limited line length suited to display on console terminal.
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 paginate an arbitrary text into a list of pages of limited line length suited to display on console terminal.
Read this article to learn more details about how this notable PHP package works.


