Expire Class

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.


D3Css

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.


Image Edit Class

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.


Redirection Detector

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.


Animus Twitter Tool

This script lets you easily publish your tweets on your own web page, instead of directing people to Twitter. You choose how much information to display and in what form. If you're already using Twitter to communicate, it makes sense that you should integrate it into your own web page. This script does just that. You can even use it and easy way to keep your customers up to date with what is going on with your business.

EasyCry

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.


Powered by Gewgley