Skip to content

A PHP generation library that builds the salernolabs/rescuegroups API query classes.

License

Notifications You must be signed in to change notification settings

ericsalerno/rescuegroups-sdk-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RescueGroups SDK Builder

This is a library that is used to automatically generate the queries in the salernolabs/rescuegroups unofficial HTTP API PHP SDK.

Unless you plan to develop the library, you can probably ignore that this even exists.

Running A Build

This tool is designed to be run from the main directory of the source application in the vendor folder after being delivered from composer. What does that mean?

1. Include this library in your composer.json

"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/ericsalerno/rescuegroups-sdk-builder"
    }
],
...
"require-dev": {
    ...
    "salernolabs/rescuegroups-sdk-builder": "dev-master"
},

2. Composer update

Self-explanatory

3. Run it

In the root directory where your composer.json is, run it:

~/rescuegroups> php vendor/salernolabs/rescuegroups-sdk-builder/bin/generate.php

About

A PHP generation library that builds the salernolabs/rescuegroups API query classes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published