Package:
Summary:
Obfuscate PHP scripts by replacing variable names
Groups:
Author:
Description:
This class can be used to Obfuscate PHP scripts by replacing variable names.
It can parse a given PHP script and replace the names of the variables it uses with more obfuscated names.
The new names of the replaced variables can be retrieved by looking at a variable of the class.
Package:
Summary:
Dispatch events to registered handler classes
Groups:
Author:
Description:
This class cam be used dispatch events to registered handler classes.
It can register a class to handle events with a given name.
When an event occurs, the class can dispatch it by creating and calling an object of the registered handler class.
This class may also retrieve the response of event dispatching call returned by the handler class.
Google Sites has been added to the Free Web Hosts with Site Builders or Free Web Templates
page. They provide free web hosting with a rudimentary online web editor, and may be useful if you want to create a hobby website. It doesn't allow the use of a domain name, though, so it
probably isn't all that useful if you want your site to last. (See my article on Is it Possible
to Create a Website Without Buying a Domain Name? The High Price of "Free". if you don't know why this is so.)
Package:
Summary:
Validate and process uploaded files
Groups:
Author:
Description:
This class can be used to validate and process uploaded files.
It can take array of data for a given uploaded file and can check it to verify whether it does not exceed the maximum allowed size, check whether it has one of the allowed file name extensions, check whether the destination directory exists and is writable before copying it.
The class can also create the thumbnails if the uploaded file is an image.
Package:
Summary:
Generate HTML and CSS defined programmatically
Groups:
Author:
Description:
This package can be used to generate HTML and CSS defined programmatically.
It has a class for defining CSS styles by setting the name and values of each property.
There is also another class that can generate HTML tags including defining its name, attributes and contained data.
This class is a basic class for creating HTML elements in PHP without having to write any html code.
The package contains the base class : htmlelement and a few other extension classes.
Package:
Summary:
Resize images keeping the original size proportion
Groups:
Author:
Description:
This class can be used to resize images keeping the original size proportion.
It can open a given image in GIF, JPEG, PNG, BMP and WBMP formats.
The class can resize the image to a given size keeping the original proportion between width and the height.
The resize image can be saved to a file or served as the current script output.
Package:
Summary:
Get contacts of Facebook users by crawling pages
Groups:
Author:
Description:
This class is a plug-in for OpenInviter that can be used to get the contacts of Facebook users by crawling the site pages.
It can access Facebook pages and authenticate on behalf of a given user.
The class retrieves the user contact pages and parse it to extract the user contacts.
Package:
Summary:
Retrieve and parse Google Analytics cookies
Groups:
Author:
Description:
This class can be used to retrieve and parse Google Analytics cookies.
It retrieves values cookies set by Google Analytics and parse the values to extract several types of values.
Currently, it returns the campaign source, campaign name, campaign medium, campaign content, campaign term, date of first visit, date of previous visit, date of current visit and times visited.
Package:
Summary:
Parse XML documents and locate all errors
Groups:
Author:
Description:
This class can be used parse XML documents and locate all errors.
It reads and parses the XML document from a string or URL without interpreting it.
The class checks for unclosed or unopened tags and verify simple consistency on attributes searching for their respective values and quotation marks.