Questions tagged [restler]

A micro framework that can expose any PHP class and its methods as Pragmatic and/or RESTful API.

Restler is a simple multi-format Web API Server written in PHP. It is open sourced under LGPL license.

258 questions
-1
votes
1 answer

How to simplify Restler Luracast repository for various environments and development?

So basically I have the code from the repository, which comes with a lot of things like the public folder which is not necessary for it to work. I want to know what is the simplified version of the repository so that if I have a test environment and…
MrMteor
  • 11
  • 1
-1
votes
1 answer

Restler won't call any API methods

Restler is refusing to instantiate any of my API classes. It's just always saying it fails on Route, but doesn't bother to provide any other useful information. I installed Restler via composer via "restler/framework" : "3.0.0-RC6" and then…
Gargoyle
  • 9,590
  • 16
  • 80
  • 145
-1
votes
1 answer

Is Restler support https?

I'm currently going to develop a REST API. I found Restler seems to be a good choice. But I'm wondering if it supports HTTPS? If YES, is there any example ?
Bagusflyer
  • 12,675
  • 21
  • 96
  • 179
1 2 3
17
18