# Example working "CRUD"

**URL:** https://discourse.slimframework.com/t/example-working-crud/1582
**Category:** Questions
**Created:** [June 16, 2017, 4:07am UTC](https://discourse.slimframework.com/t/example-working-crud/1582 "2017-06-16T04:07:20Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![shean10](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.slimframework.com/shean10/32/431_2.png) [@shean10](https://discourse.slimframework.com/u/shean10)
#### Post date: [June 16, 2017, 4:07am UTC](https://discourse.slimframework.com/t/example-working-crud/1582/1 "2017-06-16T04:07:20Z")

</div>

Hello Guys,

I’m creating a CRUD in slim but I don’t know how to do it.  
Can someone give an example of a working crud.  
I badly need it 😟

---

<div class="post-metadata">

### Author: ![tflight](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.slimframework.com/tflight/32/1205_2.png) [@tflight](https://discourse.slimframework.com/u/tflight)
#### Post date: [June 16, 2017, 11:10am UTC](https://discourse.slimframework.com/t/example-working-crud/1582/2 "2017-06-16T11:10:15Z")

</div>

Creating a CRUD application with Slim isn’t significantly different from creating it in a different framework or with straight PHP. You might find the following resources helpful.

- [First Tutorial Walkthrough](https://www.slimframework.com/docs/tutorial/first-app.html) from the Slim Docs.
- [Learn Slim 3](https://www.codecourse.com/lessons/learn-slim-3) from the excellent Codecourse.
- [Slim Bookshelf](https://github.com/akrabat/slim-bookshelf) an example application showing many of the CRUD elements.
