0.2.0 • Published 10 years ago

raml-php-generator v0.2.0

Weekly downloads
5
License
Apache-2.0
Repository
github
Last release
10 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

10 years ago

0.1.0

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.4

10 years ago