Gordon Forsythe

Results 7 comments of Gordon Forsythe

It is a fork, but removed linkage is probably mainly due to namespace changes and default PHP version requirements without having done a major version bump. Hopefully someone can get...

Wish I had the time to work on this. A related thing I would really like would be the ability to take a json schema for a property from an...

I generate api documentation using this library by iterating through annotations in code. The annotations also define input parameter validation using various rules, one of which is using a json...

Just for reference, my comment from https://medium.com/@baohx2000/an-option-for-being-more-secure-might-be-to-not-actually-store-the-secret-key-as-a-file-but-only-b451efc8f776 >An option for being more secure might be to not actually store the secret key as a file, but only output it once...

Another idea would be to use https://github.com/paragonie/hidden-string to store the unencrypted values. This really helps keep them out of things like stack traces or other logs/errors.

Looks like something broke 7.2 and 7.3 compatibility, but I personally don't think they should be supported anymore, regardless of if they are part of a LTS distribution. 7.4 is...

With the BC break mentioned above and just the sheer size of this change set, maybe it's time to just call it 2.0-beta just to get it merged? I personally...