Browse Source

Added Restler Framework

Restler converts object oriented php code to web api
pull/219/head
Arul 11 years ago
parent
commit
02077a9595
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

@@ -490,6 +490,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
490 490
 * [Hateoas](https://github.com/willdurand/Hateoas) - A HATEOAS REST web service library.
491 491
 * [HAL](https://github.com/blongden/hal) - A Hypertext Application Language (HAL) builder library.
492 492
 * [Negotiation](https://github.com/willdurand/Negotiation) - A content negotiation library.
493
+* [Restler](https://github.com/Luracast/Restler) - A light weight framework to expose PHP methods as Restful/Pragmatic Web API.
493 494
 
494 495
 ## Caching
495 496
 *Libraries for caching data.*

Loading…
Cancel
Save