PHPackages                             jnonon/apigeenerator - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. jnonon/apigeenerator

ActiveApplication[Utility &amp; Helpers](/categories/utility)

jnonon/apigeenerator
====================

Apigee skeleton class generator

221PHP

Since Feb 24Pushed 13y ago3 watchersCompare

[ Source](https://github.com/jnonon/apigeenerator)[ Packagist](https://packagist.org/packages/jnonon/apigeenerator)[ RSS](/packages/jnonon-apigeenerator/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Apigee Skeleton class generator
===============================

[](#apigee-skeleton-class-generator)

This tool generates Stub classes base on existing definitions in [Apigee](http://apigee.com/about/), for example [tumblr console](https://apigee.com/console/tumblr)

Features
--------

[](#features)

- Generates class files from Api definitions, minimizing the ammount of code to type
- Creates properties based on how often they are used across the API definition
- Adds phpDoc entries on each api method, if documentation exists

TODO
----

[](#todo)

- Support other programming languages templates

### Installing via Composer

[](#installing-via-composer)

1. Requires [composer](http://getcomposer.org)
2. In your `composer.json` add the following lines:

```
    "require": {
        "jnonon/apigeenerator": "*"
    },
```

3. Install your dependencies:

    php composer.phar install
4. Require Composer's autoloader. Composer also prepares an autoload file that's capable of autoloading all of the classes in any of the libraries that it downloads. To use it, just add the following line to your code's bootstrap process:

    require 'vendor/autoload.php';

Usage Example
-------------

[](#usage-example)

```
