Package:
Summary:
Access a Twitter account on behalf of a given user
Groups:
Author:
Description:
This package can be used to access a Twitter account on behalf of a given user.
It can access the Twitter Web services API using oAuth to act on behalf of a given user.
Currently it can execute several types of operations with the given account like: updating the status, send a direct message or follow another user, and retrieve the details of an user.
Package:
Summary:
Process payments using the HSBC Web services API
Groups:
Author:
Description:
This class can be used to process payments using the HSBC Web services API.
It can generate a page that automatically submits a form with some hidden fields to verify a payer passing his credit card details, payment amount and currency, and the URL of the return page.
Then it can send a request to the HSBC Web services API with the details of the verified payment and determine if the payment was accepted.
Package:
Summary:
Create objects from definitions in a XML document
Groups:
Author:
Description:
This package can be used to create objects from definitions in a XML document.
It parses a given XML document with and creates objects of classes that correspond to the tag nodes that are found in the XML document.
The parser calls the classes functions to assign variables that correspond to the tag attributes.
The MAKE software on this new page
allow programmers to automate the building of their computer programs in a convenient and efficient way. As usual, they're all free.
Package:
Summary:
Create Windows service to run daemons
Groups:
Author:
Description:
This class can be used to used to create Windows service to run daemons.
This is mostly an example of how to start a Windows service using the Win32 PHP extension.
It register the service and starts a loop that goes on forever until the service is instructed to terminate.
In side the service loop the class calls a separate PHP script that can perform an arbitrary task as a thread running in parallel to the service daemon.
Package:
Summary:
Select friends of the current Facebook user
Groups:
Author:
Description:
This class can be used to select friends of the current Facebook user.
It accesses the Facebook API to retrieve the list of the current user friends.
The class generates HTML and Javascript to present the friends list for selection and be posted to a given processing page.