9 projects tagged "Financial"
geoPlugin is a PHP class that can get geographical information from an IP address using the geoPlugin Web service, also known as geolocation or geoIP. It takes a given IP address and sends a request to the geoPlugin Web services server to obtain the geographic location associated to the IP address. The class also retrieves the location's currency name and conversion rate relative to a given base currency. This can be used to convert a given amount of money to the local currency. It can also retrieve locations near a place given its latitude and longitude coordinates.
Advanced Graphs and Charts Collection for PHP provides a very easy way to embed dynamically-generated graphs and charts into PHP applications and HTML Web pages. The Graphing components provide various solutions for the incorporation of graphs and charts into Web/intranet pages and applications. Versatile components provide the ability for Web authors and developers to quickly build and publish dynamic and interactive graphs and charts.
YourPay is a PHP class that can be used to submit WorldPay transactions through a WorldPay account without the very impersonal payment pages provided by the said company. This class will submit the user's credit card details in real-time and return either "Authorise" or "Decline" according to the response.
PHP Spreadsheet_WriteExcel is a collection of classes for generating Excel files with PHP (without using COM), based on John McNamara's Spreadsheet::WriteExcel from CPAN. It supports all the basic values for cells (strings, numbers), and formulas, images (BMP), and URLs. It is also included in PEAR.