This is a proof-of-concept PHP extension to add financial calculation functions. The primary purpose of this project for me to learn how to build a simple PHP extension.
This extension was created with some help from CodeGen_PECL 1.1.3
To build on a *nix system:
git clone
cd php-finance
phpize
./configure
make
make test
[sudo] make install