cf-helper-php icon indicating copy to clipboard operation
cf-helper-php copied to clipboard

Cloudfoundry helper in php

Results 3 cf-helper-php issues
Sort by recently updated
recently updated
newest added

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...