Updated on: 2025年02月11日
Posted on: 2025年02月11日
Blog: Digital package blog
Package: Digital
WebauthN is a standard specification aimed at defining the authentication of Web application users using FIDO credentials provided by devices like fingerprint readers.
This package provides a PHP implementation of the WebAuthn specification. It allows users to authenticate with a PHP application using a digital fingerprint reader without entering user passwords.Blog
More ... Post a comment
Post a comment See comments
See comments (0) Trackbacks (0)
Updated on: 2025年02月06日
Posted on: 2025年02月06日
Blog: PHP Report package blog
Package: PHP Report
Excel is a popular spreadsheet editor program. It uses the XLS format to save spreadsheet data and files.
PHP code can generate spreadsheets in XLS format using several packages.
This package exports data from the PHP array to files using the Excel, HTML, and PDF formats.
It can use templates in the XLS format to help developers define better how they want the exported spreadsheet to appear when the exported file is opened in Microsoft Excel or a similar program that supports the XLS format.Blog
More ... Post a comment
Post a comment See comments
See comments (0) Trackbacks (0)
Updated on: 2025年01月29日
Posted on: 2025年01月29日
Blog: ElevenLabs Laravel package blog
Package: ElevenLabs Laravel
Text-to-speech solutions are useful for generating audio with human voices to narrate videos.
These solutions can be useful in creating promotional videos to help market products and services.
The PHP package provides a Laravel service that accesses the ElevenLabs API to generate audio with voices that speak the text passed to the API as a parameter.Blog
More ... Post a comment
Post a comment See comments
See comments (0) Trackbacks (0)
Updated on: 2025年05月10日
Posted on: 2025年01月28日
Blog: IrisSG Technical Test package blog
Package: IrisSG Technical Test
Spreadsheets are popular applications that often display financial values in a table that users can modify to suit their purposes.
Spreadsheet table columns have identifiers for the column position using letters.
This package can convert the spreadsheet position letters to the respective number of the column.Blog
More ... Post a comment
Post a comment See comments
See comments (1) Trackbacks (0)
Updated on: 2024年10月11日
Posted on: 2024年10月11日
Blog: PHP Classes Latest package blog
Package: PHP Classes Latest
Updated on: 2024年10月10日
Posted on: 2024年10月10日
Blog: More Author Articles package blog
Package: More Author Articles
This tutorial is divided into three steps.
1) Installing the `article_author_more` Block
2) Editing and configuration of its parameters.
3) The result we have.Blog
More ... Post a comment
Post a comment See comments
See comments (0) Trackbacks (0)
Updated on: 2024年10月01日
Posted on: 2024年10月01日
Blog: Background Selector package blog
Package: Background Selector
Updated on: 2024年08月14日
Posted on: 2024年08月14日
Blog: PHP Generate ULID package blog
Package: PHP Generate ULID
UUID is the acronym for Universally Unique Identifier. A UUID is a string identifier that uniquely identifies objects among a set of things.
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.Blog
More ... Post a comment
Post a comment See comments
See comments (0) Trackbacks (0)
Updated on: 2024年07月17日
Posted on: 2024年07月17日
Blog: upMVC package blog
Package: upMVC
Updated on: 2024年07月17日
Posted on: 2024年06月03日
Blog: Laravel Profiler package blog
Package: Laravel Profiler
Many developers use the Laravel framework to develop Web sites and applications.
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.Blog
More ... Post a comment
Post a comment See comments
See comments (1) Trackbacks (0)