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.
- Clean install of Slim Framework (2688c54)
- Clean index.php (2446ec2)
- Add NotORM library (643a6fc)
- Require Slim/plugins, register autoloader and instantiate (2b6ee0b)
- NotORM Database configuration (872ecf1)
- Setup Home route and run app (83a52ff)
- Add "Get Cars" route (ebdda97)
- Add "Get Single Car" route (54a211f)
- Add "New Car" route (6526cf3)
- Add "Remove Car" route (525fd17)