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.
Package:
Summary:
Read and write BMP images in pure PHP
Groups:
Author:
Description:
This class can be used to read and write BMP images in pure PHP.
It can read an image file in BMP format and parse its data to build an image that can be manipulated by the GD extension functions.
The class can also do the opposite, i.e. take a GD image resource handle and save the image data to a file in the BMP format.
Package:
Summary:
Web development framework integrated with jQuery
Groups:
Author:
Description:
This package is Web development framework integrated with jQuery.
It provides classes for various purposes that generate HTML 5 and JavaScript for generating user interfaces enhanced with JavaScript components based jQuery library.
CSS styles.