1. Go to this page and download the library: Download chroma-x/goyyamobile library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
chroma-x / goyyamobile example snippets
`{php}
`{php}
$shortMessage = new ChromaX\GoyyaMobile\Message();
$shortMessage
->setAccountId('GOYYA_ACCOUNT_ID')
->setAccountPassword('GOYYA_ACCOUNT_PASSWORD');
`{php}
$shortMessage = new ChromaX\GoyyaMobile\Message();
$shortMessage->setAuthToken('GOYYA_AUTH_TOKEN');