PHP Classes

PHP Classes blog

Recommend this page to a friend!

Latest PHP Classes blog posts

  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article  
  1988 - 1979   ...   858 - 849   848 - 839   838 - 829   828 - 819   818 - 809   808 - 799   798 - 789   788 - 779   778 - 769   768 - 759   758 - 749   748 - 739   ...   8 - 1  

704. Notable PHP package: PHP Resource Type Extension

Updated on: 2018-06-14

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

703. Notable PHP package: PHP Semver Compare

Updated on: 2018-06-13

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

702. Notable PHP package: phatto

Updated on: 2018-06-12

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

701. PHP Domain Driven Design 2018 Tutorial with a Laravel Implementation

Updated on: 2018-06-08

Posted on:

Domain-Driven Design (also known as DDD) is a software development methodology for designing complex projects and deliver the final software product, so it meets the businesses goals.

DDD helps developers focusing on the evolution of the project using a base model. DDD aids you to effectively model the real world in your application and use OOP to encapsulate the business logic of your organization.

In this article, you can learn how to use PHP to manage your company's projects using DDD and effectively model real-world situations to help implementing your application business logic in a way that is very easy to understand.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

700. Notable PHP package: PHP SQLite Export

Updated on: 2018-06-06

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

699. Notable PHP package: PHP OpCache Web Interface

Updated on: 2018-06-05

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

698. Notable PHP package: iWire PHP Raspberry PI GPIO Class

Updated on: 2018-06-04

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

697. Notable PHP package: Covoiturage

Updated on: 2018-05-31

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

696. Notable PHP package: PHP Statistics Functions

Updated on: 2018-05-30

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

695. Notable PHP package: basset-ir

Updated on: 2018-05-28

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

  1988 - 1979   ...   858 - 849   848 - 839   838 - 829   828 - 819   818 - 809   808 - 799   798 - 789   788 - 779   778 - 769   768 - 759   758 - 749   748 - 739   ...   8 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article