disqus-php
disqus-php copied to clipboard
Please make a composer package
It will be useful and simple to integrate with frameworks apps etc. Thanks
Could you just create a composer.json file in the project, please.
The contents would be:
{
"name": "disqus/disqus-php",
"license": "Apache-2.0",
"type": "project",
"description": "The official PHP client library for disqus.",
"autoload": {
"classmap": { "": "disqusapi/" }
},
"require": {
"php": ">=5.3.0"
},
"minimum-stability": "stable"
}
Don't think is too hard to implement.
@frandieguez This is wrong. The developer should make a composer package himself and then add it to packagist so that people get notified when there is an update. These days adding a composer package is really crucial.