cf-helper-php
cf-helper-php copied to clipboard
Cloudfoundry helper in php
The simulator didn't work at all as documented. Also added getters/setters for missing application info properties.
Hello I would like to thank you for this library. It is very helpful. However, using the component logger, I noticed that all messages are written in the same line...
When detecting the connector, it is returning the connector string instead of the database type, such as MongoDB, MySQL, or PostgreSQL ``` $connectorName = substr_replace($connectorName, "Connector", 0); ``` The one...