restler / framework
Just the Restler Framework without the tests and examples
Installs: 164 587
Dependents: 2
Suggesters: 0
Security: 0
Stars: 14
Watchers: 7
Forks: 7
Language:JavaScript
Requires
- php: >=5.4.0
- ext-json: *
Suggests
- bshaffer/oauth2-server-php: If you want to use OAuth2 for authentication
- illuminate/view: If you want to use laravel blade templates with Html format
- mustache/mustache: If you want to use mustache/handlebar templates with Html format
- rodneyrehm/plist: If you need Apple plist binary/xml format
- symfony/yaml: If you need YAML format
- twig/twig: If you want to use twig templates with Html format
- zendframework/zendamf: If you need AMF format
Replaces
- luracast/restler: 3.*
This package is auto-updated.
Last update: 2024-10-31 00:23:17 UTC
README
Restler is a simple and effective multi-format Web API Server written in PHP.
This repository contains just the framework files for installing the framework core using composer require statements.
For more information, usage examples, pull requests, and issues go to the Main Repository