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  
  889 - 880   ...   619 - 610   609 - 600   599 - 590   589 - 580   579 - 570   569 - 560   559 - 550   549 - 540   539 - 530   529 - 520   519 - 510   509 - 500   ...   9 - 1  

1. How to Create a PHP Facebook Bot That Can Interact with Facebook Messenger Users and Serve Useful Information Obtained from Other Web Services

Updated on: 2022-05-05

Posted on:

Blog: ajalaBot PHP Facebook Messenger Bot package blog
Package: ajalaBot PHP Facebook Messenger Bot

Facebook provides an API that allows the developers to build bot applications that can interact with Facebook Messenger users via chat messages exchanged automatically.

This package implements a Facebook Messenger chat application that allows users to book traveling trips that they plan to do to their favorite places in the world.


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

1. How to Develop a Scalable Application using the Laravel Repository Design Pattern

Updated on: 2022-05-04

Posted on:

Blog: Laravel Repository Package package blog
Package: Laravel Repository Package

The repository is a software design pattern to model the access to objects stored in a data container.

It allows developers to use an abstraction of how to store the object in the data container.

An application may start using a SQL database to store data objects.

Suppose the application grows, and it is necessary to use a data storage container that is more scalable than using a SQL database. In that case, repository abstraction allows changing the means to access the container without changing the application code.

This package implements the repository design pattern in PHP that developers can easily integrate into Laravel applications.


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

1. How to Implement a WordPress Todo List that Can Simplify the Insertion of Task List in the Blog Posts

Updated on: 2022-05-03

Posted on:

Blog: Decagon WordPress Custom Todo List Plugin package blog
Package: Decagon WordPress Custom Todo List Plugin

WordPress is a very popular content management system because developers can extend it in many ways. One way to extend WordPress is to add new custom post types.

This package implements a new post type that publishers can add to WordPress. This new post type allows site posts to show to-do lists by inserting a shortcode.


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

1. How to Use a PHP Google Charts Solution to Render Graphics with Data Retrieved from a Remote Server that Provides a Web Service

Updated on: 2022-04-29

Posted on:

Blog: Remote PHP Google Charts Graphics package blog
Package: Remote PHP Google Charts Graphics

Google Charts is a popular API used by many developers to generate graphics to display on their Web pages quickly.

Google Charts API takes a set of data with parameters that define values.

This package can pull data from a given Web service API and convert the data to generate a graphic chart.

This way, this package allows combining the two Web services, minimizing the effort of developers that need to display Web charts on their Web site pages.


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

1. How Can PHP Access Windows Registry Values Easily with an Iterator

Updated on: 2022-04-27

Posted on:

Blog: PHP Access Windows Registry Access package blog
Package: PHP Access Windows Registry Access

Windows Registry is a central place in installing a Windows operating system that contains the configuration of system values.

In some cases, the Windows Registry configuration values have complex keys and sub-keys.

This package makes it easy to access those complex values by providing an iterator that can access each sub-key one at a time.


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

1. How to Use a PHP CMS to Customize the JavaScript and CSS on Each Page

Updated on: 2022-04-25

Posted on:

Blog: Melis CMS Page JavaScript and CSS Editor package blog
Package: Melis CMS Page JavaScript and CSS Editor

Content management systems are helpful to automate many tasks necessary to publish new pages of content on a Web site.

This package provides an additional possibility for users of the Melis CMS. It allows those users to provide custom JavaScript and CSS.

This feature is useful when it is necessary to use specific JavaScript or CSS to render the site pages correctly, for instance, when site owners want to display advertising on the site pages requiring particular JavaScript.

This situation is the case when you want to display Google AdSense advertising on the pages.


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

1. How to Implement a PHP Google Translate Service in Your PHP WebSite Using the Google Translate API from JavaScript

Updated on: 2022-04-21

Posted on:

Blog: PHP Google Translate Text Form package blog
Package: PHP Google Translate Text Form

Google Translate is a popular service that allows anyone to translate text between two languages.

The original Google Translate service is made available on a Google site.

It is also possible to use the Google Translate service on another site by calling the Google Translate API.

This package provides an alternative to making Google Translate available on another site that uses JavaScript to call the Google Translate service using the Google JavaScript libraries to call the service.


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

1. How Can PHP Encrypt Text in a Way that the Result Is Still Readable by Using Transposition of Characters

Updated on: 2022-04-20

Posted on:

Blog: PHP Transposition Cipher package blog
Package: PHP Transposition Cipher

Some applications need to encrypt text strings with the secret key so that the resulting encrypted value still uses readable characters.

Shifting the position of the characters in an unpredictable way is an approach to encrypting the text that guarantees that the resulting text string will still be readable.

This package implements a transposition cipher algorithm that can encrypt text using only the original string characters in a different position. Therefore it preserves the readability of the encrypted string characters.


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

1. How to Create Your Own PHP Job Openings Site to Publish Job Offers in Any Business Area

Updated on: 2022-04-19

Posted on:

Blog: PHP Job Portal Project API package blog
Package: PHP Job Portal Project API

Many professionals work as freelancers for other companies to do the work they need.

Usually, freelancers don't know what jobs exist, nor do companies know how to find professionals that match their job requirements.

This package provides an API that implements a system to connect companies with jobs with professionals looking for work.

Since it is a generic job system API, you can adapt it to any activity area.


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

1. How to Configure a PHP PDO Connection using Class Variables to Setup Database Parameters

Updated on: 2022-04-18

Posted on:

Blog: PHP PDO DB Connection Controller package blog
Package: PHP PDO DB Connection Controller

PDO is a popular PHP extension that provides several interfaces for classes that can access many types of SQL databases.

Usually, the developer defines a connection to a specific database type using a connection string with a particular syntax.

Many developers prefer to set connection parameters using specific values passing individual parameters because it is more clear to configure each parameter.

This class provides a means to connect to a database using PDO by specifying the connection parameter values using class variables of a sub-class of this class.


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


  889 - 880   ...   619 - 610   609 - 600   599 - 590   589 - 580   579 - 570   569 - 560   559 - 550   549 - 540   539 - 530   529 - 520   519 - 510   509 - 500   ...   9 - 1  
  PHP Classes blog PHP Classes blog   Blog All package blogs