0.2.0 • Published 7 years ago

raml-php-generator v0.2.0

Weekly downloads
5
License
Apache-2.0
Repository
github
Last release
7 years ago

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

0.2.0

7 years ago

0.1.0

7 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.4

8 years ago