Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/melindrea/slim-test
https://github.com/melindrea/slim-test
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/melindrea/slim-test
- Owner: Melindrea
- Created: 2015-08-24T13:15:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-16T20:35:09.000Z (over 9 years ago)
- Last Synced: 2024-10-26T01:33:19.321Z (2 months ago)
- Language: PHP
- Size: 195 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
public_html
index.php -- initiering + routing, mest includes
assets
- Byggda från ... någonstans. EJ I GIT!bootstrap.php -- autoload + skapa object, includas i public_html
.env -- EJ I GIT, diverse config saker som ska ligga i minnet, ex DB
app
config
config-filer som inte är environment (ex app, dirs, database ...)
```http://pmjones.io/adr/
Route /posts: returnerar PostsAction->response();
- PostsAction
- Hämtar data från Domain (ex Post)
- Posts (i någon form) skickas till PostsResponder
- Reponse() is a thinly-veiled wrapper around the returned response from Responder
- PostsResponder
- View system
- Headers
- Content types