Category Archives: Classes

Facebook Inbox Handler

Package:
Facebook Inbox Handler
Summary:
Access the inbox of Facebook users
Groups:
PHP 5, Social Networking, Web services
Author:
Nurul Ferdous
Description:
This class can be used to access the inbox of Facebook users.

It can use the Facebook Inbox API to perform several types of operations to access the inbox of a given Facebook user.

Currently it can get information about the mailbox folder, get information about the message threads, get the list of unread threads, search the inbox for a given keyword, retrieve a given message.


Unicode to Arabic

Package:
Unicode to Arabic
Summary:
Convert hexadecimal codes to HTML entities
Groups:
HTML, PHP 5, Text processing
Author:
Satish Kumar
Description:
This class can be used to convert text with hexadecimal codes to HTML entities.

It takes a string with groups of characters represented as 4 hexadecimal digits to the corresponding HTML character entities.

The class may also check if the hexadecimal codes are within the range of text characters used in Arabic.

It may also decode HTML character entities and convert them to UTF-8.


Login Script with PDO

Package:
Login Script with PDO
Summary:
Manage user accounts stored in a database with PDO
Groups:
Databases, PHP 5, User Management
Author:
oran
Description:
This package can be used to manage user accounts stored in a database with PDO.

It can connect to a given database using the PDO extension and perform several operations to manage user accounts. Currently it can:

- Insert new user records
- Authenticate a given user with a password and start a session
- End the logged user session
- Change the user e-mail or password
- Send an e-mail with a link to reset the user password


Parse keywords from text

Package:
Parse keywords from text
Summary:
Extract keywords from text file
Groups:
Files and Folders, PHP 5, Text processing
Author:
Ewg
Description:
This class can be used to extract keywords from text file.

It can open a text file and extract words according to several criteria.

The class can extract all the words, get a range of words, and get words that occur more than a given number of times.


Parse keywords from text

Package:
Parse keywords from text
Summary:
Extract keywords from text file
Groups:
Files and Folders, PHP 5, Text processing
Author:
Ewg
Description:
This class can be used to extract keywords from text file.

It can open a text file and extract words according to several criteria.

The class can extract all the words, get a range of words, and get words that occur more than a given number of times.


Opendada ringtone search API Wrapper

Package:
Opendada ringtone search API Wrapper
Summary:
Get information about ring tones in dada.net
Groups:
Audio, PHP 5, Web services
Author:
Gaurav Mishra
Description:
This class can be used to get information about ring tones in dada.net.

It can send requests to the OpenDada.com Web services API to perform several operations.

Currently it can get the top 10 ring tones, get ring tones by genre, search for ring tones with a given keyword, get ring tone by artist and title,
Opendada.com is the API for the mobile content providers dada.net , opendada.com provides the api to fetch contents from their network and use on your own portals

Anyone can also subscribe for their Affiliate (The option for their affiliate is not yet provided)


Opendada ringtone search API Wrapper

Package:
Opendada ringtone search API Wrapper
Summary:
Get information about ring tones in dada.net
Groups:
Audio, PHP 5, Web services
Author:
Gaurav Mishra
Description:
This class can be used to get information about ring tones in dada.net.

It can send requests to the OpenDada.com Web services API to perform several operations.

Currently it can get the top 10 ring tones, get ring tones by genre, search for ring tones with a given keyword, get ring tone by artist and title,
Opendada.com is the API for the mobile content providers dada.net , opendada.com provides the api to fetch contents from their network and use on your own portals

Anyone can also subscribe for their Affiliate (The option for their affiliate is not yet provided)


Bit field

Package:
Bit field
Summary:
Manipulate bit field values
Groups:
Data types, PHP 5
Author:
eridal
Description:
This class can be used to manipulate bit field values.

It can create a bit field from either an integer number or a string of bits.

The class provides an Iterator interface to traverse the list of bits, function to set or get individual bit values, as well convert the bit field into integer, hexadecimal, octal and array values.


HTTP2PHP

Package:
HTTP2PHP
Summary:
Generate code to set variables from request values
Groups:
Code Generation, HTTP
Author:
Dror Golan
Description:
This class can be used to generate code to set variables from request values.

It can traverse the list of GET or POST request values and generates PHP code that assigns variables with the request values.

The generated code statements may be returned as a single string.


SAMA_getFeeder

Package:
SAMA_getFeeder
Summary:
Parse and cache XML documents
Groups:
Cache, PHP 5, XML reader
Author:
mohamed Ibrahim gaber
Description:
This class can be used to parse and cache RSS feeds or other types of XML documents.

It can retrieve and parse an XML document from a given file or remote URL. The parsed document is returned as SimpleXML object.

The class may also cache the remote document data in local files.


Powered by Gewgley