Package:
Summary:
Sort values using the SmoothSort algorithm
Groups:
Author:
Description:
This class can be used to sort values using the SmoothSort algorithm.
It takes an array of values and sort the values by ascending order with the SmoothSort algorithm.
The class can also take a callback function for comparing two values to be sorted, so it can sort any types of values by any type of order.
Package:
Summary:
Shorten URLs using the MrNet.in service
Groups:
Author:
Description:
This class can be used to shorten URLs using the MrNet.in service.
It can send an HTTP request to the MrNet.in Web services API server to retrieve a short URL for a given URL.
In Portuguese:
Esta classe permite obter urls encurtadas através do serviço MrNet.in e sua API. Para ter acesso a uma chave entre em contato.
Package:
Summary:
Parse cron strings and compute schedules
Groups:
Author:
Description:
This package can be used to parse cron strings and compute schedules.
It can parse a given string to with a schedule specification in cron format.
The class can compute the last and the next schedule times job should be executed relative to a given time.
Package:
Summary:
Display month calendar in HTML tables
Groups:
Author:
Description:
This class can be used to display month calendar in HTML tables.
It takes a given month and year and generates an HTML table that displays a calendar with the days of the month.
The class also displays links to browse the next and previous calendar months.
Package:
Summary:
Compute and check a Mexican CURP number
Groups:
Author:
Description:
This class can be used to compute and check a Mexican CURP number.
It can take the identity values of a person and compute the corresponding CURP number.
The class can also send a HTTP request to a Mexican government site to check a given CURP number.
In Spanish:
Esta clase proporciona la abstracción para calcular y consultar la curp de cualquier persona con nacionalidad mexicana
Package:
Summary:
Access and manage MySQL databases
Groups:
Author:
Description:
This class can perform several types of operations to access and manage MySQL databases.
It can execute SQL queries from lists of parameters, generate pagination links to display query results split in pages with limited number of records, optimize the database table storage, take backups and restore database tables structure and data.
Package:
Summary:
Access and manage MySQL databases
Groups:
Author:
Description:
This class can perform several types of operations to access and manage MySQL databases.
It can execute SQL queries from lists of parameters, generate pagination links to display query results split in pages with limited number of records, optimize the database table storage, take backups and restore database tables structure and data.
Package:
Summary:
Template engine to format text strings
Groups:
Author:
Description:
This class implements a template engine to format text strings.
It takes a template text string and uses regular expressions to replace certain place holders with given values.
The class supports simple text replacements, justified text insertion, object calls return values, array entry values and insert numbers in different bases.
Package:
Summary:
Generate images with text using Imagick extension
Groups:
Author:
Description:
This class can be used to generate images with text using Imagick extension.
It can create an image and overlay one or more images and text strings. It can also add a border to the final image.
The generated image can be saved to a file in JPEG format or served as the current script output.
Package:
Summary:
Take backups of cPanel based hosting accounts
Groups:
Author:
Description:
This class can be used to take backups of cPanel based hosting accounts.
It sends HTTP requests to a cPanel hosting panel server to request a backup of a given user account.
The backup data is saved to a given local file.