Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weierophinney/phpbnl13statusapi
Repository for PHPBenelux 2013 ZF2 + RESTful Resources workshop
https://github.com/weierophinney/phpbnl13statusapi
Last synced: 3 days ago
JSON representation
Repository for PHPBenelux 2013 ZF2 + RESTful Resources workshop
- Host: GitHub
- URL: https://github.com/weierophinney/phpbnl13statusapi
- Owner: weierophinney
- Created: 2013-01-12T19:11:42.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-08T11:11:28.000Z (over 11 years ago)
- Last Synced: 2024-12-05T12:52:11.418Z (18 days ago)
- Language: PHP
- Size: 267 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sample API Module for PHPBenelux 2013 Tutorial
==============================================This is a sample module for use with a PHPBenelux 2013 tutorial delivered by Rob
Allen and Matthew Weier O'Phinney. It is used to demonstrate creating a RESTful
JSON API that uses application/hal+json and application/api-problem+json to
create structured responses that utilize hypermedia.This particular API allows posting and manipulating "status" -- we will focus on
text-only status and image + text status.TODO
----- Fix StatusDbPersistence::update() to be a proper update, not a patch