700. Notable PHP package: PHP SQLite Export
Updated on: 2018-06-06
Posted on: 2018-06-06
SQLite is a popular database system that can be used to create databases stored in local files, so they do not require to install and use a server to query the information in the database tables.
This package provides a Web based solution to perform queries on a SQLite database to inspect the contents of the tables of database with a fast user interface using AJAX to avoid reloading the Web pages.
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 Web based solution to perform queries on a SQLite database to inspect the contents of the tables of database with a fast user interface using AJAX to avoid reloading the Web pages.
Read this article to learn more details about how this notable PHP package works.
699. Notable PHP package: PHP OpCache Web Interface
Updated on: 2018-06-05
Posted on: 2018-06-05
OpCache is an extension built-in PHP since version for caching compiled PHP scripts in memory, so they can execute faster next time a script is executed again.
This class provides a Web based user interface to show how opcache is doing in terms of caching PHP scripts, as well allow to change some caching options or remove the current scripts being cached in memory.
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 Web based user interface to show how opcache is doing in terms of caching PHP scripts, as well allow to change some caching options or remove the current scripts being cached in memory.
Read this article to learn more details about how this notable PHP package works.
698. Notable PHP package: iWire PHP Raspberry PI GPIO Class
Updated on: 2018-06-04
Posted on: 2018-06-04
Raspberry PI is popular platform for tiny computer boards that can be purchased at a low cost and can run many types of software runs on a Linux based OS, including PHP.
This package is a PHP extension written in Zephir that can run on a Raspberry PI board to access values of pins that may be connected to external sensors.
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 is a PHP extension written in Zephir that can run on a Raspberry PI board to access values of pins that may be connected to external sensors.
Read this article to learn more details about how this notable PHP package works.
697. Notable PHP package: Covoiturage
Updated on: 2018-05-31
Posted on: 2018-05-31
Car pooling are services that allow several people share car rides with a owner that is willing to split the costs of the fuel that is necessary to transport people to the same places.
This package can manage all the processes and interactions of users that want to share car rides with each other.
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 manage all the processes and interactions of users that want to share car rides with each other.
Read this article to learn more details about how this notable PHP package works.
696. Notable PHP package: PHP Statistics Functions
Updated on: 2018-05-30
Posted on: 2018-05-30
Some applications need to take numeric values eventually entered in spreadsheets and process them somehow in a useful way.
This package can take numbers in a text string and process them by calculating several types of supported statatistic functions.
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 take numbers in a text string and process them by calculating several types of supported statatistic functions.
Read this article to learn more details about how this notable PHP package works.
695. Notable PHP package: basset-ir
Updated on: 2018-05-28
Posted on: 2018-05-28
Word processing operations are very useful for applications that need to take some text written by humans and make sense out of it somehow.
This package can perform several types of word processing operations that can be useful for many types of PHP applications.
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 perform several types of word processing operations that can be useful for many types of PHP applications.
Read this article to learn more details about how this notable PHP package works.
694. Notable PHP package: PHP Similar Text Percentage
Updated on: 2018-05-24
Posted on: 2018-05-24
PHP comes with built-in functions for comparing strings and determine how similar they are.
This package provides a pure PHP solution that works in a more sophisticated way by performing text comparison on a sentences basis, rather than on a word by word basis.
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 pure PHP solution that works in a more sophisticated way by performing text comparison on a sentences basis, rather than on a word by word basis.
Read this article to learn more details about how this notable PHP package works.
693. Notable PHP package: G6K
Updated on: 2018-05-21
Posted on: 2018-05-21
There are many sites that are useful because they provide means to let the users perform calculations of some kind from simple values entered in Web forms.
This package provides a Web interface to implement a generic system for designing and providing access to pages that provide several types of calculator tools.
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 Web interface to implement a generic system for designing and providing access to pages that provide several types of calculator tools.
Read this article to learn more details about how this notable PHP package works.
692. 5 Ways to Test WordPress Site Performance 2018 Tutorial
Updated on: 2020-08-04
Posted on: 2018-05-18
WordPress is a very popular PHP product that is used to power 60% of the market of content management systems.
Very popular WordPress sites may suffer of performance problems if they are not optimized to avoid using too much server resources.
Read this article to learn how to test the performance of WordPress based sites and what you can do to solve this different types of problems that may case speed loss.
More ...
Post a comment
See comments (1) Trackbacks (0)
Very popular WordPress sites may suffer of performance problems if they are not optimized to avoid using too much server resources.
Read this article to learn how to test the performance of WordPress based sites and what you can do to solve this different types of problems that may case speed loss.
1. How to Use PHP to Create PDF documents from HTML in 2018 on a Linux based Web server
Updated on: 2018-05-18
Posted on: 2018-05-16
Blog: Laravel and PHP HTML to PDF converter package blog
Package: Laravel and PHP HTML to PDF converter
Many PHP applications need to generate PDF documents. One easy way to generate PDF is to use the wkhtmltopdf program on the server side. This program is available on many Linux distributions like for instance Ubuntu.
Read this article to learn how to use the Laravel and PHP HTML to PDF converter package to generate PDF documents from HTML even when you do not want to use the Laravel framework.
More ...
Post a comment
See comments (1) Trackbacks (0)
Read this article to learn how to use the Laravel and PHP HTML to PDF converter package to generate PDF documents from HTML even when you do not want to use the Laravel framework.
