Download the PHP package flexsim/flexnet-operations without Composer
On this page you can find all versions of the php package flexsim/flexnet-operations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download flexsim/flexnet-operations
More information about flexsim/flexnet-operations
Files in flexsim/flexnet-operations
Package flexnet-operations
Short Description A package for connecting with the FlexNet Operations api
License MIT
Homepage https://github.com/flexsim/flexnet-operations
Informations about the package flexnet-operations
A package for connecting with the FlexNet Operations api
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Optionally, you can publish the views using
Usage
Type Generation
-
Fix types in wsdl files
- ProductPackagineService
- featureBundlesListType - add minOccurs="0" to the "featureBundle" property
- featuresListType - add minOccurs="0" to the "feature" property
- getProductRelationshipsResponseType - add minOccurs="0" to the "relationship" property
- LicenseService
- fulfillmentHistoryDetailsType - add minOccurs="0" to the "record" property
- ProductPackagineService
- Normalize Extension types in the wsdl file by extracting them from the base type into the child type
- Run the flexnet WSDL file through the xml to json tool here: https://codebeautify.org/xmlviewer
Client Factory Generation
Make sure client factories use the BasicAuth middleware like so:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Cole Shirley
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of flexnet-operations with dependencies
guzzlehttp/guzzle Version ^7.2
illuminate/contracts Version ^10.0|^11.0
phpro/soap-client Version ^3.0
spatie/laravel-package-tools Version ^1.13.0