ChattyCrow – PHP Library Instalation Add ChattyCrow as a dependency to your composer.json { "repositories": [ { "type": "vcs", "url": "git@github.com:ChattyCrow/chattycrow_php.git" } ], "require": { "netbrick/chatty-crow": "*" } } Install ChattyCrow php composer.phar install