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  
  1990 - 1981   ...   920 - 911   910 - 901   900 - 891   890 - 881   880 - 871   870 - 861   860 - 851   850 - 841   840 - 831   830 - 821   820 - 811   810 - 801   ...   10 - 1  

773. Notable PHP package: AWS SQS Wrapper

Updated on: 2018-12-19

Posted on:

Amazon Simple Queue System (AWS SQS) is a very popular format passing messages to queues of jobs to be processed by separate systems.

The AWS SQS SDK code is a bit complicated. This package provides a simpler solution around AWS SQS SDK that uses separate objects for connecting and queuing messages.

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)

772. Notable PHP package: YII2 PHP Template Render Class

Updated on: 2018-12-18

Posted on:

Templates are files that are very useful to separate the way pages are rendered from the code that generates the output of those pages.

This package provides means to render the output of pages from templates that support different formats for applications using the YII2 framework.

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)

771. Notable PHP package: Lumen API PureMVC MultiCore Framework for PHP

Updated on: 2018-12-17

Posted on:

The repository design pattern can be use to abstract the way objects are persisted in a storage container.

This package provides an implementation of the repository design that is based on Laravel Lumen to store persistent objects.

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)

770. Notable PHP package: PHP String Rotate

Updated on: 2018-12-13

Posted on:

String rotation is a simple way to obfuscate strings and way that it is possible to retrieve the original string from the obfuscated version.

This class provides a solution for rotating strings that implements several methods of string rotation.

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)

769. Notable PHP package: PHP Server Monitor Script

Updated on: 2018-12-12

Posted on:

Websockets can be used to establish interactive accesses with a server over a regular HTTP connection.

This package uses Websockets it check if a server is alive and display live charts on a Web page that the user can quickly check if the server is working well as expected.

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)

768. Notable PHP package: Pure MVC PHP Multicore Framework

Updated on: 2018-12-11

Posted on:

Sometimes it is convenient to use the same components of a MVC framework during the execution of the same PHP script.

This package uses the Multiton design pattern to make that possible by creating named instances of each component of the PureMVC framework, allowing 2 or more instances of the components to be used in parallel.

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)

767. Notable PHP package: PHP SSL Certificate Check

Updated on: 2018-12-06

Posted on:

SSL is a well known protocol for implementing secure connections over the Web. It requires the installation of SSL certificates that will eventually expire.

This class can validate a set of SSL certificates for a list of given, domains, it it helps site administrators to not forget to renew those certificates before thy expire by sending email notifications ahead of time.

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)

766. Notable PHP package: Laravel Valet Linux

Updated on: 2018-12-05

Posted on:

Sometimes it is necessary to quickly setup a PHP development environment that does not require to install too many external programs.

This package can setup an environment under a Linux operating system distribution that uses Nginx to work as a Web server and makes all requests sent to a test domain be handled by PHP using Nginx.

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)

765. Notable PHP package: ZipFly PHP ZipArchive zip64 Creator

Updated on: 2018-12-04

Posted on:

ZIP is a very popular format for storing a structure of directories and files in a single compressed file.

However, for creating ZIP files that can store very large files, it may be necessary to create ZIP files that use the ZIP64 format version.

This package provides a pure PHP implementation of the packing and compression process that supports the ZIP64 format.

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)

764. Notable PHP package: PHP CLI Calculator Class

Updated on: 2018-11-29

Posted on:

Sometimes it is necessary to perform simple math calculations.

This class allows users to make calculations on a command line console using a simple script that uses the class.

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)

  1990 - 1981   ...   920 - 911   910 - 901   900 - 891   890 - 881   880 - 871   870 - 861   860 - 851   850 - 841   840 - 831   830 - 821   820 - 811   810 - 801   ...   10 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article