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   ...   870 - 861   860 - 851   850 - 841   840 - 831   830 - 821   820 - 811   810 - 801   800 - 791   790 - 781   780 - 771   770 - 761   760 - 751   ...   10 - 1  

724. Notable PHP package: PHP ElasticSearch Bulk Insert

Updated on: 2018-08-22

Posted on:

ElasticSearch is a well know search engine software that can associate data documents with keys that are used for performing fast searches.

Often applications need to store in ElasticSearch large amounts of data to be searched.

This package provides a solution to reduce the time to insert large data record sets in an ElasticSearch server instance.

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)

723. Notable PHP package: PHP Artisan Auth Laravel 5

Updated on: 2018-08-21

Posted on:

Many sites only provide access to certain pages to users that are authorized to access it.

This package provides a solution as Laravel framework service that keeps track of the visitors that want to access a given page for a limited period 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)

722. Notable PHP package: PHP Image Compression Analysis

Updated on: 2018-08-20

Posted on:

JPEG is an algorithm for storing image data in files. It uses compression methods to reduce the size of the files that store the images.

The JPEG algorithm takes a percentage parameter that specifies the compression level that is applied to reduce the resulting file size at the expense of sacrificing the fidelity of the compressed image relatively to the original image.

The package can compare the original versions of an image and another version after being compressed using the JPEG algorithm with a given compression level.

The result is an image that shows the differences between the original image and the compressed version, so you can see the the fidelity level that is lost.

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)

3. Why You Should Contribute to Open Source Projects in 2018 and Beyond

Updated on: 2018-09-02

Posted on:

Blog: Corcel (Laravel + WordPress) package blog
Package: Corcel (Laravel + WordPress)

Open source can change your life. It has changed mine with Corcel, an Open Source project that I started in 2013 which changed who I am and how I live.

Read this article to learn more the story of the project and how it became a passion for Open Source projects that is probably like yours.


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

712. How You Can Buy the PHP elephant for Sale in 2018 - The elePHPant, the PHP Mascot

Updated on: 2018-08-21

Posted on:

Millions of PHP developers around the world are eager to have one PHP elePHPant, the mascot of PHP because it is a symbol of a language that we all love to program and made many of us happy for allowing us to earn honest money from our work developing PHP Web sites and mobile applications for customers.

However, this PHP mascot is hard to find when you want to buy one because producing these mascots is a complicated process.

The good news is that we are about to fix this problem. Thanks to the collaboration of several people, we are getting ready to start producing batches of PHP elePHPants in different countries at affordable prices, which can arrive to you soon. But we need your colaboration.

Read this article to learn how you can help to get elePHPants to your and your local PHP community soon and also can help PHP 8 come out faster with your collaboration.


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

711. Notable PHP package: PHP Artisan Make File Location

Updated on: 2018-07-19

Posted on:

Artisan is a tool that comes with the Laravel framework that often is used to generate all sorts of project files.

Artisan can be extended with plugin packages also written in PHP provide additional functionality to this package.

This package provides additional options to configure the namespace of classes generated using Artisan.

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)

710. Notable PHP package: PHP Binary Flags

Updated on: 2018-06-30

Posted on:

This package can manage a group of boolean flags using integers.

It provides a trait that can perform operations to change integers that hold a set of bit values.

The package also provides an abstract class that uses the trait, so it can be used to create objects to manipulate binary flags.

The trait can manipulate integers with up to 64 bits. Currently the trait can:

- Register a function to be called when the binary flags are modified
- Check, get, set or remove a mask number from the binary flags

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)

709. Notable PHP package: PHP Interface vs Abstract Class

Updated on: 2018-06-30

Posted on:

This package provides examples of using interfaces and abstract classes.

It provides several examples of using classes that either implement interface definitions or are based on abstract classes.

Currently it provides regular classes for objects that implement a tea or a coffee using regular classes or extending an abstract class.

It also provides an example of a user class with and without using interfaces.

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)

708. Notable PHP package: PHP Count Array by Value Type

Updated on: 2018-06-26

Posted on:

Array entries can have values of many types. PHP can return the count of entries in an array but if you just want to get the count of elements of a given type, PHP does not provide a direct means to achieve that.

This class not only can count the elements of a given type, but it also can handle nested arrays.

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)

707. Notable PHP package: PHP Array Keys Case Transform

Updated on: 2018-06-25

Posted on:

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.


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

  1990 - 1981   ...   870 - 861   860 - 851   850 - 841   840 - 831   830 - 821   820 - 811   810 - 801   800 - 791   790 - 781   780 - 771   770 - 761   760 - 751   ...   10 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article