Package:
Summary:
Generate an encrypted code that expires after time
Groups:
Author:
Description:
This class can be used to generate an encrypted code that expires after time.
It can generate a random code that includes an expiry time. The generated code is encrypted.
The class can also decrypt the generated code and verify it has not yet expired.
Package:
Summary:
Evaluate CSS styles with inheritance support
Groups:
Author:
Description:
This class can be used to evaluate CSS styles with inheritance support.
It takes a CSS file with special style inheritance syntax and generates a new CSS that evaluates the inherited styles based on the parent class definitions.
The resulting CSS may be cached in server files and be served in compressed format.
Package:
Summary:
Manipulate GIF, JPEG and PNG images
Groups:
Author:
Description:
This class can be used to manipulate GIF, JPEG and PNG images.
It can load an image in GIF, JPEG and PNG formats and perform several types of operations.
Currently it can resize the image, render a text on the image, render a watermark image and apply several types of effects like blur, edge detection, sharpen, emboss, etc..
The resulting image can be saved to a file or displayed as the current script output also in GIF, PNG and JPEG formats.
Package:
Summary:
Check and retrieve the redirection URL of a page
Groups:
Author:
Description:
This class can be used to check and retrieve the redirection URL of a page.
It can check if accessing a given page redirects the browser to another page, either via response headers or meta tags.
The class returns the redirection URL if the browser would be redirected to another page.
Thinking of creating your own font? Check out the newest font construction tool that has been added to the
Free Font Editors, Font Creation Software and Sites
page. This latest one is a Mac program, but there are other font creation programs listed on the page for Windows and Linux too.
Package:
Summary:
Filter words from strings using regular expression
Groups:
Author:
Description:
This class can be used to filter words from strings using regular expression.
It uses regular expressions to find one or more words and replace them with given replacement texts.
Package:
Summary:
Manage a list of tasks of a to do list
Groups:
Author:
Description:
This package can be used to manage a list of tasks of a to do list.
It can create, update, delete and list tasks of a to do list stored in a database.
It can also manage folders that can contain different groups of to do tasks.
Package:
Summary:
Encrypt and decrypt data with a given key
Groups:
Author:
Description:
This class can be used to encrypt and decrypt data with a given key.
It can take a string of data and encrypt it with a given key using pure PHP methods. The encrypted data can be compressed.
The class can also do the opposite, i.e. decompress and decrypt the previously encrypted data using the same key.
In Spanish:
Clase para php que usa un método propio, basico pero rápido:
Es un metodo simetrico por llave o contraseña, se puede usar un archivo como llave necesitando que el emisor/receptor tengan la misma llave.