1. How to use Block phpclasses_latest of Ascoos Cms
Updated on: 2024-10-11
Posted on: 2024-10-11
Blog: PHP Classes Latest package blog
Package: PHP Classes Latest
More ... Post a comment See comments (0) Trackbacks (0)
1. How to use block "article_author_more" of Ascoos Cms
Updated on: 2024-10-10
Posted on: 2024-10-10
Blog: More Author Articles package blog
Package: More Author Articles
1) Installing the `article_author_more` Block
2) Editing and configuration of its parameters.
3) The result we have.
More ... Post a comment See comments (0) Trackbacks (0)
1. How to use Block background_selector of Ascoos Cms
Updated on: 2024-10-01
Posted on: 2024-10-01
Blog: Background Selector package blog
Package: Background Selector
More ... Post a comment See comments (0) Trackbacks (0)
1. How to Use a Better PHP UUID Generator to Generate Unique Identifier Strings
Updated on: 2024-08-14
Posted on: 2024-08-14
Blog: PHP Generate ULID package blog
Package: PHP Generate ULID
There are specifications on how to generate a UUID value. Each version has its restrictions.
A ULID is an evolution of the UUID to generate unique identifiers that provide compatibility with UUID, among other advantages.
This package implements ULID generation, validation, and recovery of details in PHP.
More ... Post a comment See comments (0) Trackbacks (0)
6. UpMVC and React Component Generators
Updated on: 2024-07-17
Posted on: 2024-07-17
Blog: upMVC package blog
Package: upMVC
More ... Post a comment See comments (0) Trackbacks (0)
1. How to Do Laravel Performance Optimization by Detecting the Slower Parts of a Laravel Application
Updated on: 2024-07-17
Posted on: 2024-06-03
Blog: Laravel Profiler package blog
Package: Laravel Profiler
When it is necessary to optimize the performance of an application, the first step to optimize is to profile the application to detect which parts are slower.
This package implements a profiler solution for Laravel applications. It can listen to application events that execute code that usually takes longer to run, like database queries and HTTP requests sent to external servers.
More ... Post a comment See comments (1) Trackbacks (0)
1. Learn from a PHP CRUD API Example How to Exchange Data Securely between Clients and the API Server Using JWT
Updated on: 2024-05-28
Posted on: 2024-05-28
Blog: PHP Project JWT package blog
Package: PHP Project JWT
Often Web service APIs exchange data in plain text format. If the exchange of information is intercepted by people with bad intentions, the exchanged data may be altered.
This package provides a working example of an API that implements CRUD operations and uses JSON Web Tokens (JWT) to assure the integrity of the exchanged data.
More ... Post a comment See comments (0) Trackbacks (0)
1. How to Use a PHP Meta Tag Property Class to Fix Issues to Rank Better on Google Searches
Updated on: 2024-05-27
Posted on: 2024-05-27
Blog: Yii2 Tagged View package blog
Package: Yii2 Tagged View
Many modern PHP applications use Model-View-Controller (MVC) frameworks that allow developers to define aspects of the presentation of the application pages with view scripts.
This package allows developers to easily set page property meta-tags using view scripts for applications developed using the Yii2 framework.
More ... Post a comment See comments (0) Trackbacks (0)
5. Installing a New Module in upMVC via Composer.
Updated on: 2024-05-24
Posted on: 2024-05-24
Blog: upMVC package blog
Package: upMVC
More ... Post a comment See comments (0) Trackbacks (0)
1. How to Implement a PHP Multi-Factor Authentication Solution Using a Time-Based One-Time Password (TOTP)
Updated on: 2024-05-24
Posted on: 2024-05-24
Blog: Stanliwise TOTP package blog
Package: Stanliwise TOTP
Many users use passwords that are too simple and easy to guess. This fact leads many businesses to add more factors to verify if a person using a site account is a legitimate owner to perform operations that sometimes lead to financial losses.
Check this package that can generate time-based one-time passwords (TOTP).
Site developers can use this package to send these TOTP values to the users' mobile phones via SMS or email before a financial operation can be executed on behalf of a legitimate site user.
More ... Post a comment See comments (0) Trackbacks (0)