707. Notable PHP package: PHP Array Keys Case Transform
Updated on: 2018-06-25
Posted on: 2018-06-25
PHP provides many array manipulation functions for a varied set of purposes, but not for all purposes.
Associative arrays can associate text strings to an associated value but the key text is case sensitive.
This package provides a solution that can recreate an associative array by changing the case of the string of each key.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
Associative arrays can associate text strings to an associated value but the key text is case sensitive.
This package provides a solution that can recreate an associative array by changing the case of the string of each key.
Read this article to learn more details about how this notable PHP package works.



706. Notable PHP package: Nero PHP Simulate Error
Updated on: 2018-06-19
Posted on: 2018-06-19
One way to verify whether applications are robust is to create tests to verify if they can handle cases that can happen in real world situations.
This package can simulate errors that may happen although they are never desired, like for instance code that has syntax errors or attempts to load missing classes.
Using this package you can avoid to ship to a production environment code that has serious errors that may cause embarrassment even to qualified developers.
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 simulate errors that may happen although they are never desired, like for instance code that has syntax errors or attempts to load missing classes.
Using this package you can avoid to ship to a production environment code that has serious errors that may cause embarrassment even to qualified developers.
Read this article to learn more details about how this notable PHP package works.



705. Notable PHP package: Mikrotik
Updated on: 2018-06-18
Posted on: 2018-06-18
Mikrotik is a brand of a company that produces hardware like network routers and servers.
This type of hardware can be controlled remotely via Internet connections.
This package provides means to communicate Mikrotik hardware from PHP, so it can be used to implement Web applications that can control the hardware from any where in the world where users have an Internet connection.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This type of hardware can be controlled remotely via Internet connections.
This package provides means to communicate Mikrotik hardware from PHP, so it can be used to implement Web applications that can control the hardware from any where in the world where users have an Internet connection.
Read this article to learn more details about how this notable PHP package works.



704. Notable PHP package: PHP Resource Type Extension
Updated on: 2018-06-14
Posted on: 2018-06-14
When PHP for instance opens a file or a database connection, it creates a resource number value that is used by PHP internally to determine what is the resource that was created.
PHP resources are just numbers, but PHP does not provide a means to save those resource numbers and be able to recreate the original resource and reload it later.
This package provides a solution that overcomes that PHP limitation. It can work with regular PHP functions like serialize, unserialize and var_export.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
PHP resources are just numbers, but PHP does not provide a means to save those resource numbers and be able to recreate the original resource and reload it later.
This package provides a solution that overcomes that PHP limitation. It can work with regular PHP functions like serialize, unserialize and var_export.
Read this article to learn more details about how this notable PHP package works.



703. Notable PHP package: PHP Semver Compare
Updated on: 2018-06-13
Posted on: 2018-06-13
SemVer is a convention that is used to define the number of versions and revisions of software products.
This package can parse strings with software versions in the semver format, as well can compare two software versions and tell which is more recent.
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 parse strings with software versions in the semver format, as well can compare two software versions and tell which is more recent.
Read this article to learn more details about how this notable PHP package works.



702. Notable PHP package: phatto
Updated on: 2018-06-12
Posted on: 2018-06-12
Progressive Web Applications, also known as PWA, are applications that support advanced features of the modern browsers, like for instance handling browser side push notifications.
Service workers are processes that run on the browser side using JavaScript code to perform an useful activity. They usually communicate with the server side code using AJAX requests.
PHP code can handle AJAX requests to perform some other useful action on the server side.
This package provides a nice solution to implement the so called Progressive Web Applications, using PHP code along with some JavaScript code that is necessary to implement the browser side actions.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
Service workers are processes that run on the browser side using JavaScript code to perform an useful activity. They usually communicate with the server side code using AJAX requests.
PHP code can handle AJAX requests to perform some other useful action on the server side.
This package provides a nice solution to implement the so called Progressive Web Applications, using PHP code along with some JavaScript code that is necessary to implement the browser side actions.
Read this article to learn more details about how this notable PHP package works.



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.


