spinen / connectwise-php-generator
This package is abandoned and no longer maintained.
The author suggests using the spinen/connectwise-php-client package instead.
SPINEN's ConnectWise Client Generator
2.6.1
2015-12-10 22:21 UTC
Requires
- php: >=5.4.0
- dericofilho/fmt: ~7.0
- illuminate/filesystem: ~5.0
- league/container: ~1.3.2
- nesbot/carbon: 1.*
- symfony/console: ~2.6
- symfony/process: ~2.6
- vlucas/phpdotenv: ~1.1
- wsdl2phpgenerator/wsdl2phpgenerator: ~3.1
Requires (Dev)
- mockery/mockery: ~0.9.1
- phpunit/phpunit: ~4.4.0
- psy/psysh: ~0.5.1
- satooshi/php-coveralls: ~0.6.1
Replaces
README
Generate php clients from ConnectWise's swagger documents for their REST API.
Each api is built into it's own client.
Clients
- Company API Client
- Expense API Client
- Finance API Client
- Marketing API Client
- Mobile API Client
- Procurement API Client
- Project API Client
- Sales API Client
- Schedule API Client
- Service API Client
- System API Client
- Time API Client
Build
You will probably not need to build the client, you can just use the generated. However, here are the steps to remind me how to do it...
mkdir -p swagger/specs
- Download the specs into above folder
- Download Swagger Code Generator in the swagger folder
- Compile the jar with docker mvn image
- Run the generator
./generate.sh