Rob
Rob
That seems like a very weird choice, also given the fact that the name of a country can be very different from a language perspective. This library happens to present...
As a reference, for the name, I used the table provided at https://en.wikipedia.org/wiki/ISO_3166-1 since this library is focused on ISO3166-1 (though the name is misleading I will admit).
The chance is quite high. It is more a question of when. I have limited time available. Anyone can contribute this if they want to. Simply add relevant document(s) to...
That only provides a very basic API summary. I've added the interface methods already. You're free to add the phpdoc output to the existing docs. See the `docs` directory. I...
Just another one or two pages on top of what is currently in `docs/`. A very brief description of the methods, their signature, and perhaps explaining what they do (if...
I have looked into this in the past, but honestly the scope of that is far beyond the purpose of this simple library. It would probably best be implemented in...
With DI being so mainstream, injecting the same instance everywhere hardly seems cumbersome to me. But to be fair, there is no real argument against making everything static.
@jdearana-nr but that does not entirely answer my question? What I understand from your comment is that `msg` is mapped to `message` upon ingest (so on your end -- or...
Well, we strip `release-` for legacy reasons (probably because you asked at some point if we can support your tags :P). And that isn't going to go away anytime soon....
The `create-project` example should probably include the `--keep-vcs` flag.