################### Project Company ###################
This project is an example of create API using PHP and MySQL.
- Form to manage Staff Members (add an delete)
- Form to manage Company Departments (add an delete)
- Database (MySQL)
- API to communicate with the database to manage Departments (Add department, delete, get departments, and update)
- Loading initial data calling the API method GET
PHP version 5.6 or newer is recommended.
It should work on 5.3.7 as well, but we strongly advise you NOT to run such old versions of PHP, because of potential security and performance issues, as well as missing features.