Chun-Sheng, Li
Chun-Sheng, Li
Duplicated: https://github.com/ralouphie/mimey/pull/25
@ralouphie, thanks for your reply. According to the [httpd mime type doc](https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types), it seems that this zip is different mime types. They're as follows: - `application/zip zip` - `# application/gzip`...
It seems that the repository owner doesn't concern this PR for about whiles. And I think it should add some collaborator on this repository.
Hi @renjithspace, thanks for your reply. Do you refer the [mime.types](https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types) doc? The `audio/mpeg` includes following extensions: ``` # audio/mpa-robust audio/mpeg mpga mp2 mp2a mp3 m2a m3a ``` That is,...
If you want to get all extensions for `audio/mpeg`, using the following method: ```php $mimes->getAllExtensions('audio/mpeg'); ``` The output array is as follows: ``` [ "mp3", "mpga", "mp2", "mp2a", "m2a", "m3a",...
@ralouphie, do you have any idea about this :)?
Hi @Soullivaneuh. You're right. The ```phar``` system is more important than adding the ```composer.lock```.
Hi @alek13, I've the requirement to install the `PHP-Slack package`. Could I install the forked `php-slack/slack` package to use on my projects?
@williamchong007, thank you for your reply. It's similar with the following package. I refer the [ethereum-php](https://github.com/digitaldonkey/ethereum-php) and I hope that `like-coin` can also develop a similar PHP SDK to let...
According to this repository, the `README.md` has been already existed. Is the `README.md` not good enough?