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

1. How Can PHP Authenticate a User and Identify a Logged without Using PHP Sessions

Updated on: 2022-04-14

Posted on:

Blog: Auth One PHP Authentication Library package blog
Package: Auth One PHP Authentication Library

Authentication of users is a common need of many PHP applications.

After the user authenticates, applications need to have a way that the user is the same person verified using a method implemented by the application.

This package supports several methods to authenticate users. This way, it provides greater flexibility to applications that use this package.

This flexibility allows developers to change the authentication method easily in the future if the application can benefit from changing the authentication method.


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

1. How to Deploy a Laravel App with Docker and Kubernetes to Achieve Greater Scalability in an Automated Way

Updated on: 2022-04-12

Posted on:

Blog: Laravel Docker Kubernetes package blog
Package: Laravel Docker Kubernetes

Docker is a tool used in projects that need to deploy applications that may need to use multiple servers to run in a scalable way. Docker can deploy applications as containers.

Kubernetes is a system that can orchestrate the deployment of applications using multiple containers.

This package demonstrates how you can deploy a Laravel project combining the possibilities made available by Docker and Kubernetes.


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

1. How to Develop a Laravel Package Faster Starting from a Good Skeleton

Updated on: 2022-04-07

Posted on:

Blog: Laravel Package Development Skeleton package blog
Package: Laravel Package Development Skeleton

Laravel is a well-known PHP framework with a large ecosystem of PHP developers writing components to extend its core capabilities.

This package can help developers create a new Laravel package with less effort by providing a base skeleton to allow them to get started quickly.


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

1. How to Implement a Laravel Backup Manager that Can Store Laravel Application Backup Data in Different Cloud Systems

Updated on: 2022-04-06

Posted on:

Blog: Laravel Backup Manager package blog
Package: Laravel Backup Manager

Laravel is a well-known PHP framework that has become very popular among PHP developers worldwide.

Having a backup of the data used by an application is essential to have an alternative plan when something goes wrong in the application's environment.

This package provides a backup solution for Laravel applications that is very flexible.

It allows developers to control several valuable options, like the remote service that it will use to store the backup data and the possibility to list the backup copies that it has taken previously.


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

1. How to Create a PHP Telegram Bot to Send Photo and Other Types of Files as Response to Chat Messages

Updated on: 2022-04-05

Posted on:

Blog: PHP Telegram Bot Send Image or Random File package blog
Package: PHP Telegram Bot Send Image or Random File

Telegram is an application that became popular as an alternative to other traditional chat applications.

Telegram allows the creation of robots that can respond automatically to messages sent to bot users.

This package implements a Telegram chatbot that can send messages to respond to chat messages.


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

1. How to Implement PHP About Us Page in a Site Managed using the XOOPS CMS

Updated on: 2022-04-01

Posted on:

Blog: XOOPS PHP About Page package blog
Package: XOOPS PHP About Page

An about page is a page that many sites have to tell about the purpose and the team that has contributed to building the site.

XOOPS is a popular PHP content management system that developers can extend using additional modules.

The package provides a module that developers can install on a site managed using XOOPS to let the publisher easily create about pages.


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

1. How to Use a Simplified PHP Cache Library Reduce the Code Necessary to Cache Data in Files

Updated on: 2022-03-31

Posted on:

Blog: PHP File Cache Library package blog
Package: PHP File Cache Library

Caching is a method that many developers use to store the results of processes that take a long time to execute.

The next time the same process needs to execute, applications can use the data stored in a cache container to avoid the same slow process, thus gaining more performance.

This package provides a simplified approach to caching long process results data in files. It allows developers to pass a callback function that will generate the results if the cached data does not exist or is expired.


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

1. How to Implement PHP Application Configuration Best Practices that Work Well in Different Environments

Updated on: 2022-03-30

Posted on:

Blog: PHP Configurable Interface package blog
Package: PHP Configurable Interface

Every application needs to manage configuration values used in different application parts.

Experienced developers usually work on the application in a development environment with specific configuration values adequate for that environment.

In the production environment, applications may use different configuration values in the same application code more suited to the production environment.

This package provides a practical configuration class that allows setting configuration values only once.

This feature is helpful in situations where configuration values will have fixed values that applications should not change.

Such situations are precisely the case when application-wide configuration values are set only once during application initialization.

The possibility of setting multiple boolean configuration values is also helpful to reduce the necessary code to set different configuration settings assigned to the same boolean value.


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

1. How to Implement a PHP Lawyer System to Help Legal Business Professionals

Updated on: 2022-03-25

Posted on:

Blog: Diadoc PHP Legal Services API package blog
Package: Diadoc PHP Legal Services API

Many businesses need to manage documents that describe activities that involve multiple people or companies, like, for instance, legally valid invoices, contracts, etc.

This package provides an API that simplifies operations to legal documents necessary to operate businesses using the Diadoc platform.


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

1. How to Learn About Object Relational Mapping from a Practical PHP Doctrine Tutorial with an Example

Updated on: 2022-03-22

Posted on:

Blog: Doctrine PHP ORM Example package blog
Package: Doctrine PHP ORM Example

Doctrine is a popular PHP project that helps developers to implement object-relational mapping actions in a PHP project.

These actions include storing and retrieving database table records using values set in PHP entity class objects.

This package shows how to use PHP Doctrine in practice in an example PHP application.


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


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