-
Notifications
You must be signed in to change notification settings - Fork 950
0.6 #72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Causes swagger-ui to load the resources relative to the api-docs.json #75
…s from the __constuctor
To install the 0.6 version with composer use "0.6.*@dev": {
"require": {
"zircote/swagger-php": "0.6.*@dev"
}
} |
Properties are similar to ReflectionClass->getProperties, but instead of matching on $object->property_name the properties are matched on @Property(name=)
Hey Bob, thank you for your response. I'm having issues trying to use this, still. But I'll warn you that I am most likely doing something fundamentally wrong, or I'm expecting something that I shouldn't. I was having issues running swagger on my own project, so I tried to drop down to something very simple: I installed swagger-php from your suggest composer.json file. I copied example code from the swagger-php docs. I then ran I attempted to fix this by removing the third param which produced another error. I fixed that error and now swagger says it cannot find valid sources. Do you have any insight on this? Thank you for your time! My setup: |
reformatted + updated to 0.6
This is to seek feedback from the community on the work @bfanger has contributed, it appears to be stabil and would like to get his input as well as others that are utilising the library before moving it to master.