raml-php-generator

0.2.0 • Public • Published

RAML PHP Generator

NPM version NPM downloads Build status

Generate a PHP API client from RAML.

Installation

npm install raml-php-generator -g

Usage

This module depends on raml-generator and can be used globally or locally with JavaScript.

  • Chained DSL generation
  • README.md output

Global

raml-php-generator api.raml -o php-client

Locally

var jsGenerator = require('raml-php-generator')
 
var output = jsGenerator(/* api, data */)

or

npm build
node dist/bin.js api.raml -o php-client

License

Apache License 2.0

Package Sidebar

Install

npm i raml-php-generator

Weekly Downloads

7

Version

0.2.0

License

Apache-2.0

Last publish

Collaborators

  • jays-de