An open API service indexing awesome lists of open source software.

https://github.com/cgsmith/silex-redbean-intro

Introductory to Silex and RedBean
https://github.com/cgsmith/silex-redbean-intro

Last synced: over 1 year ago
JSON representation

Introductory to Silex and RedBean

Awesome Lists containing this project

README

          

# Silex and Redbean Intro

Here is a quick intro to Silex and RedBean. I never used RedBean with Silex before so this is an interesting attempt :)

Follow along on YouTube: http://youtu.be/uDCmL-5UZrM

### Prerequisites
*You'll need these to follow along.*

- php
- php-sqlite
- sqlite
- composer
- Postman (or an API tester)
- Your favorite IDE/text editor

### Resources:

- http://silex.sensiolabs.org/
- http://www.redbeanphp.com/
- https://www.sqlite.org/
- http://getpostman.com/

### Notes

- Use `php -S localhost:8000` from your directory to start PHP's built in web server
- `sqlite` must be installed on your machine