| Class: |
Ascoos OS Hybrid Integration |
|
|
Description: |
Integrate Ascoos OS in PHP framework applications |
|
Author: |
Christos Drogidis |
|
Country: |
Greece |
| Comment: |
The PHP community is very fortunate to have many developers working on their frameworks and sharing their frameworks with everybody that wants to reuse the framework code in their PHP applications.
Different frameworks provide different features. If a developer wants to benefit from the features of different frameworks, there must be an integration to allow that a PHP application uses the features of frameworks that provide the features that the developer needs.
This package shows how to integrate Ascoos OS with other popular frameworks like Laravel, Symfony and YII. |
|
| Class: |
Network Tools Queued |
|
|
Description: |
Asynchronous diagnostics to test Internet services |
|
Author: |
Henrik Skov |
|
Country: |
Denmark |
| Comment: |
Sometimes problems of Web applications are caused by Internet based services that the applications depend on.
Tools to test those Internet services are useful to create diagnostics of the problems.
This package provides an improved version of another PHP network tools package. This package use the PHP swoole extension to execute the diagnostics of several network tools in parallel to return the results faster. |
|
| Class: |
Laravel AI Email Assistant |
|
|
Description: |
Generate an email message with the OpenAI GPT API |
|
Author: |
OmDiaries |
|
Country: |
India |
| Comment: |
Sometimes applications need to send personalized email messages to their users about a subject of their interest.
This package use OpenAI GPT API to automate the generation of personalized messages from prompts that express requests to generate text of a personalized email message. |
|
| Class: |
Logical Entropy Cypher |
|
|
Description: |
Encrypt and decrypt data based on logical entropy |
|
Author: |
Roberto Aleman |
|
Country: |
Venezuela |
| Comment: |
The quality of encryption algorithms depends on the number of steps necessary to decrypt data.
This package can encrypt and decrypt data by adding more steps to process the data encrypted with common cyphers to increase the quality of the encryption algorithms. |
|
| Class: |
Easy Email Validator |
|
|
Description: |
Validate email addresses using domain lists |
|
Author: |
Pierre S |
|
Country: |
France |
| Comment: |
Validating email addresses is often an important task that sites and applications need to perform to avoid sending messages to users that provide email addresses that are invalid, in some cases due to user mistakes or users that do not want to provide real email addresses.
In some cases, users provide email addresses that are disposable after a while. The domains used by these disposable email addresses are known. New disposable email addresses continue to be created.
This package can validate email addresses using provider classes that can be updated by retrieving the disposable email addresses from a provider that continues to update the list of disposable email addresses domains. |
|
| Class: |
Laravel Toon |
|
|
Description: |
Encode and decode values in the TOON format |
|
Author: |
|
|
Country: |
Spain |
| Comment: |
Token-Optimized Object Notation (TOON) is a text format that can be used to store and retrieve variable values in a string.
It is similar to JSON but it is more efficient in terms of the number of characters that it uses to encode values.
This package provides an encoding and decoding TOON format service for Laravel applications. |
|
| Class: |
MGTOON |
|
|
Description: |
Perform operations with values in TOON format |
|
Author: |
Murilo Gomes |
|
Country: |
Brazil |
| Comment: |
The Token-Oriented Object Notation (TOON) is a format used for storing and retrieving variable values in strings.
It is a format that tends to be more compact than other formats like JSON.
This package provides a package that can perform several types of operations on values that can be loaded and saved in the TOON format.
It can work with any type of PHP application, regardless if they use a framework or not. |
|
| Class: |
Better PHPinfo |
|
|
Description: |
Get information about the current PHP request |
|
Author: |
Thomas Trautner |
|
Country: |
Germany |
| Comment: |
phpinfo() is a function built-in PHP that is useful to display many types of information about the current request that PHP is processing.
This package provides a better alternative function that provides more useful features like searching for information entries, protect the access to the current page when the information is displayed using a password and class functions to provide information without displaying it. |
|
| Class: |
Pretty Print |
|
|
Description: |
Output array contents using PyTorch style |
|
Author: |
samik71 |
|
Country: |
United States |
| Comment: |
One method that many developers use to debug their PHP applications is to output the values of variables, so they can check if the variables have the correct values.
This package can display the contents of array variable values in a human-readable format used by the PyTorch Python package. |
|
|