Skip to content

Mini PHP app to list customers built with PHP Slim 3, Slim/PDO, MySQL and Bootstrap.

Notifications You must be signed in to change notification settings

AleHundred/PHP-Slim-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customer CRUD with PHP Slim

Mini PHP app to list customers built with PHP Slim 3, Slim/PDO, MySQL and Bootstrap.

Basic functions

  • View/Add/Edit/Delete Customers
  • Search Customers

Screenshot

Database structure

Single table MySQL database with customer information.

id | int join_date | timestamp first_name | varchar last_name | varchar company | varchar job_title | varchar email | varchar phone | varchar website | varchar

Database dump located at ~sql/schema.sql

Update database information at ~app/settings.php

Basic project structure

/wwwroot
|~app/
| |Customers/
|~public/
|~sql/
|~templates/
|~tests/
|~vendor/

About

Mini PHP app to list customers built with PHP Slim 3, Slim/PDO, MySQL and Bootstrap.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published