Skip to content

PHP-based RESTFul services for the employee directory sample app

Notifications You must be signed in to change notification settings

luiseduardohdbackup/directory-rest-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PHP-based RESTFul services for the employee directory sample app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.8%
  • ApacheConf 0.2%