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  
  1934 - 1925   ...   834 - 825   824 - 815   814 - 805   804 - 795   794 - 785   784 - 775   774 - 765   764 - 755   754 - 745   744 - 735   734 - 725   724 - 715   ...   4 - 1  

681. Notable PHP package: PHP Cloud Storage Abstraction

Updated on: 2018-04-16

Posted on:

Nowadays there are many cloud services that provide services for hosting data files.

This package provide an abstraction, so developers can use different cloud data storage provides to store and retrieve files.

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)

680. A Call for All Developers, Recruiters and Companies to Help Creating a Better System to Get More Jobs for All Developers

Updated on: 2018-04-12

Posted on:

Many developers are looking for more jobs that pay better but there are difficulties for both the candidates and companies willing to recruit them because candidates often do not get a response from recruiting companies, or the companies get too much candidates that do not satisfy the requirements.

The PHP Classes site has a good job system but it could be better addressing these difficulties, at least for people like you that is looking for great developer jobs and you are not able to the great jobs you wanted.

Read this article to learn how you can help by collaborating with us and be able to participate in beta tests of an evolution the current job system.


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

679. How to Use RSA Key for ssh Authentication to Access Your Server with Greater Security

Updated on: 2018-04-11

Posted on:

Did you know that you can access your site server with greater security without needing a VPN? Yes, you can use RSA private encryption keys, which is a basic security measure but not all developers are aware of them.

Teaching you a better method for having greater security when you access your server machine is what this article is about. Using greater security methods you can protect your work from being stolen or destroyed.

RSA private encryption keys allow you to access a server securely using a console terminal. You can connect to a server using the the SSH protocol and then you can enter commands line by line like regular shells.

These RSA keys allow you to tell your server you are indeed who you claim you are by installing keys on your machine and at the server side, so unauthorized users will not be able to access the server because they do not have your private keys.

Read this article now to learn all the steps necessary to configure your SSH access to a server machine using an RSA key.


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

678. Notable PHP package: JSON Schema Validator

Updated on: 2018-04-10

Posted on:

JSON is a well known structured data format that modern applications use to exchange data.

Even though the JSON format and existing parsers are very robust, they do not validate the consistency of the data types and relationships that applications expect.

This package can validate a JSON data structure to determine if it matches a given specification that an application requires.

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)

677. How to Promote a Software Product in 2018

Updated on: 2018-04-09

Posted on:

Many developers have created great software products and they would like to be able to promote those products.

They would like to sell the products to the market without spending great amounts of money, unlike what they need to pay when they use well known channels like Google Adwords or Facebook Ads.

Fortunately there are better means that you can use to market your products. Those means take less money than you may be used, some of which are free for you to use.

Read this article to learn about how to market your software products with the least amount of money possible.


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

676. Notable PHP package: PHP Retry Library

Updated on: 2018-04-09

Posted on:

Sometimes applications need to wait for conditions that may take some time to happen, like for instance waiting for a given period to pass until you execute a periodic task.

This package can help implementing these tasks that need to be repeated after a given time interval until a certain condition is met.

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)

675. Notable PHP package: PHP Send Push Notification to Android (FCM)

Updated on: 2018-06-19

Posted on:

When applications need to send push notifications to Android devices, they can use Google APIs for that purpose.

Previously Google provided the Cloud Messaging API. Now developers can use the Firebase Messaging API for the same purpose. This class is able to use that API to send push notifications to Android device users.

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 (1)   Trackbacks (0)

674. Notable PHP package: random_compat

Updated on: 2018-04-04

Posted on:

PHP 7 introduced a new set of functions that can generate random data that is more suitable for security purposes.

This package provide replacement functions for random_bytes and random_int that also works under PHP 5 as well.

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)

673. Notable PHP package: PHP PWA Assist

Updated on: 2018-04-03

Posted on:

Service workers are processes associated to a given Web site that can run on the background in the browser to execute some useful procedure usually in JavaScript.

This package can generate the necessary files to implement service workers departing from a configuration file in the XML 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)

671. Notable PHP package: Array Depth

Updated on: 2018-03-29

Posted on:

Arrays are a very popular data type in PHP because they make it easy to associate key names or numbers with the respective values.

They also allow to nest information by storing arrays as key values.

This package can inspect nested arrays and perform several types useful operations like checking if all the stored values is of the same type, compute an unique value from all the array values that can be used as a signature of the array, determine if the array can be used as a table with rows and columns.

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)

  1934 - 1925   ...   834 - 825   824 - 815   814 - 805   804 - 795   794 - 785   784 - 775   774 - 765   764 - 755   754 - 745   744 - 735   734 - 725   724 - 715   ...   4 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article