Skip to content
This repository was archived by the owner on Feb 8, 2018. It is now read-only.

atmattpatt/php-finance

Repository files navigation

php-finance

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

Building

To build on a *nix system:

git clone
cd php-finance
phpize
./configure
make
make test
[sudo] make install

About

A proof-of-concept PHP extension for financial calculations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors