PHP Classes

All package blogs

Recommend this page to a friend!

Latest posts of all package blogs

  PHP Classes blog PHP Classes blog   Blog All package blogs  
  936 - 927   ...   466 - 457   456 - 447   446 - 437   436 - 427   426 - 417   416 - 407   406 - 397   396 - 387   386 - 377   376 - 367   366 - 357   356 - 347   ...   6 - 1  

1. How to Perform PHP Matrix Operations Much Faster Using the PHP FFI Extension to Use Native C/C++ Libraries

Updated on: 2021-07-09

Posted on:

Blog: Np PHP Matrix Class package blog
Package: Np PHP Matrix Class

Matrix manipulation is often used to perform complex calculations for scientific purposes.

Many of those calculations require a lot of processing. So when it is possible to perform those calculations in a lower-level programming language like C or C++, those calculations can be done much faster.

This package allows performing many types of matrix manipulation operations using libraries written in the C/C++ languages.

Then using the FFI extension, PHP applications can call those libraries to get much higher performance when doing those calculations than they could use pure PHP libraries.


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

1. How to Implement a PHP UML Diagram Generator to View Your Database Table Structure Very Quickly

Updated on: 2021-07-08

Posted on:

Blog: DB Draw PHP UML Diagram Generator package blog
Package: DB Draw PHP UML Diagram Generator

UML is a specification for describing different aspects of a software project to help to document how the project should work.

One of those aspects is how the different types of objects manipulated in a software project are related to each other.

An entity-relationship diagram is meant to describe how entity objects are stored in a relational database.

This package can automatically create a UML entity-relationship diagram by connecting to a given database server and extracting the database structure of tables and their relations.

This allows developers to create documentation from an existing project database based on the standard for UML entity-relationship diagrams.


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

1. How to Manage Laravel Categories to Be Added to Your Models Easily

Updated on: 2021-07-06

Posted on:

Blog: Laravel Categorizable package blog
Package: Laravel Categorizable

Many applications need to organize their objects into categories. Often those objects are stored and retrieved using model classes.

This package provides traits to simplify the development of model classes that need to be organized into categories.

It also simplifies the translation of texts that can be used to shows the categories in different languages.


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

1. How to Make a PHP Symfony Application Container to Run It Using Docker

Updated on: 2021-07-01

Posted on:

Blog: Clean Architecture in PHP Symfony package blog
Package: Clean Architecture in PHP Symfony

Symfony is a popular PHP framework used to build Web applications.

Docker is a container-based system that allows packaging all the files needed to run an application and other applications that the main application depends on. It can also run the packaged application from its container.

This package makes it easier to build Symfony applications to be packaged and run using Docker.


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

1. How to Determine the Electronic Configuration of Particles like Atoms, Ions, and Molecules

Updated on: 2021-06-29

Posted on:

Blog: PHP Linus Pauling Diagram package blog
Package: PHP Linus Pauling Diagram

Linus Pauling diagrams are useful used by chemists to analyze the characteristics and properties of atoms.

This class provides a PHP implementation of an algorithm to generate Linus Pauling diagram string sequences.


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

1. How to Use PHP SNMP Support to Discover and Monitor Network Devices

Updated on: 2021-06-28

Posted on:

Blog: Laravel SNMP Get Poller package blog
Package: Laravel SNMP Get Poller

SNMP is a protocol used to discover and poll devices in a network that is useful to obtain details of the state of the network devices like, for instance, routers and other types of devices.

This package simplifies the polling of network devices to obtain many types of information for those devices.


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

1. How to Customize the Woocommerce Order Status to Use Colors to Distinguish Orders with Different Status

Updated on: 2021-06-24

Posted on:

Blog: Woocommerce Order Status Helper package blog
Package: Woocommerce Order Status Helper

Woocommerce is a popular extension of the WordPress platform that can turn a WordPress site into an e-commerce site that can sell products over the Internet.

This package provides a plugin that can improve the features of a Woocommerce site by enhancing the way the site's orders are displayed. It uses colors to mark orders in a listing depending on the status of the order.


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

1. How Can a PHP API Response Be Quickly Generated in JSON Format

Updated on: 2021-06-23

Posted on:

Blog: PHP JSON Response Builder package blog
Package: PHP JSON Response Builder

JSON is nowadays a popular format to return the response of requests sent to APIs.

This package can simplify the generation of HTTP responses for APIs that return the responses in JSON format.


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

1. How to Develop PHP AJAX Applications Using Jaxon to Call PHP Code From JavaScript

Updated on: 2021-06-22

Posted on:

Blog: Jaxon package blog
Package: Jaxon

The Jaxon PHP package allows PHP developers to create AJAX-based applications that can call PHP classes that run on the server from JavaScript code that runs on the browser.

Read this article to learn more about the Jaxon package capabilities and about the features of the latest releases like the views and sessions management function, a jQuery-like API to update the page content, the Armada and Sentry packages that provide more advanced features and a common foundation for integration packages with PHP frameworks.


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

1. How Can PHP Translate Website Dynamically using JavaScript to Adapt the Page Texts to the User Language Automatically

Updated on: 2021-06-21

Posted on:

Blog: Ez PHP Website Translator Script package blog
Package: Ez PHP Website Translator Script

Many sites are visited by users from all over the world that prefer different languages. For those users, it is better to show texts in their own preferred language.

This class provides a solution that can generate texts for sites in different languages. It generates JavaScript that may dynamically alter the texts of certain parts of the pages in a language that the user prefers.


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


  936 - 927   ...   466 - 457   456 - 447   446 - 437   436 - 427   426 - 417   416 - 407   406 - 397   396 - 387   386 - 377   376 - 367   366 - 357   356 - 347   ...   6 - 1  
  PHP Classes blog PHP Classes blog   Blog All package blogs