Skip to content

chrisdiana/slim-cars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slim Demo - REST API

This is an example application from the Getting Started with Slim Framework: Creating a RESTful API post. You can checkout each step by the staged commits.

  1. Clean install of Slim Framework (2688c54)
  2. Clean index.php (2446ec2)
  3. Add NotORM library (643a6fc)
  4. Require Slim/plugins, register autoloader and instantiate (2b6ee0b)
  5. NotORM Database configuration (872ecf1)
  6. Setup Home route and run app (83a52ff)
  7. Add "Get Cars" route (ebdda97)
  8. Add "Get Single Car" route (54a211f)
  9. Add "New Car" route (6526cf3)
  10. Add "Remove Car" route (525fd17)

About

A Simple REST API using Slim Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages