directory-rest-php icon indicating copy to clipboard operation
directory-rest-php copied to clipboard

PHP-based RESTFul services for the employee directory sample app

PHP-Based RESTFul services for Employee Directory Sample App

Built with the Slim framework.

The client application is available in this repository

Refer to this blog post for more information about the application.

Setting Up

  1. Create a MySQL database name "directory".

  2. Execute directory.sql to create and populate the "employee" table:

    mysql directory -uroot < directory.sql

A Node.js / MongoDB version of these RESTful services is available in this repository