thealexbaron / Taxee

Taxee - Your Friendly Neighborhood Income Tax Data and Calculation API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Taxee


Your friendly neighborhod income tax data and calculation API.

This repository contains the source code for the Taxee REST API. The hosted version of this API can be found on taxee.io, along with documentation on the API endpoints.

This API is written in PHP (PHP5) and utilizes the Slim Framework. The data that drives Taxee (the tax data) is contained in static JSON files. The GET requests detailed on taxee.io simply serve this static data. The PUT request (the calculation endpoint) consumes some of this static JSON data, and then performs a few minor calculations using it.

Usage

  1. Install the composer PHP dependency management tool.
  2. Clone/download this repository
  3. Run php composer.phar install in the root of this repository to install the PHP dependencies.
  4. Start up a PHP server in the repository directory (Ex. php -S localhost:8000)
  5. If everything went well, you should be able to load up 2014's federal tax data in your browser by going to http://localhost:8000/v1/federal/2014

License

MIT

About

Taxee - Your Friendly Neighborhood Income Tax Data and Calculation API.


Languages

Language:PHP 100.0%