PageRenderTime 83ms CodeModel.GetById 45ms RepoModel.GetById 0ms app.codeStats 0ms

/application/database/seeds/SMSGatewaysSeeder.php

https://bitbucket.org/MaryPrisca/ultimatesms
PHP | 793 lines | 783 code | 5 blank | 5 comment | 0 complexity | fe66e7760290f2e37ba7503f395f5ce1 MD5 | raw file
Possible License(s): BSD-2-Clause
  1. <?php
  2. use Illuminate\Database\Seeder;
  3. use App\SMSGateways;
  4. class SMSGatewaysSeeder extends Seeder
  5. {
  6. /**
  7. * Run the database seeds.
  8. *
  9. * @return void
  10. */
  11. public function run()
  12. {
  13. SMSGateways::truncate();
  14. $gateways = [
  15. [
  16. 'name' => 'Twilio',
  17. 'api_link' => '',
  18. 'username' => 'username',
  19. 'password' => 'auth_token',
  20. 'api_id' => '',
  21. 'type' => 'http',
  22. 'status' => 'Inactive',
  23. 'two_way' => 'Yes'
  24. ],
  25. [
  26. 'name' => 'Clickatell',
  27. 'api_link' => 'http://api.clickatell.com',
  28. 'username' => 'API_TOKEN',
  29. 'password' => '',
  30. 'api_id' => '',
  31. 'type' => 'http',
  32. 'status' => 'Inactive',
  33. 'two_way' => 'Yes'
  34. ],
  35. [
  36. 'name' => 'Asterisk',
  37. 'api_link' => 'http://127.0.0.1',
  38. 'username' => 'username',
  39. 'password' => 'secret',
  40. 'api_id' => '5038',
  41. 'type' => 'http',
  42. 'status' => 'Inactive',
  43. 'two_way' => 'No'
  44. ],
  45. [
  46. 'name' => 'Text Local',
  47. 'api_link' => 'http://api.textlocal.in/send/',
  48. 'username' => 'username',
  49. 'password' => 'apihash',
  50. 'api_id' => '',
  51. 'type' => 'http',
  52. 'status' => 'Inactive',
  53. 'two_way' => 'Yes'
  54. ],
  55. [
  56. 'name' => 'Top10sms',
  57. 'api_link' => 'http://trans.websmsapp.com/API/',
  58. 'username' => 'username',
  59. 'password' => 'api_key',
  60. 'api_id' => '',
  61. 'type' => 'http',
  62. 'status' => 'Inactive',
  63. 'two_way' => 'No'
  64. ],
  65. [
  66. 'name' => 'msg91',
  67. 'api_link' => 'http://api.msg91.com/api/sendhttp.php',
  68. 'username' => 'username',
  69. 'password' => 'auth_key',
  70. 'api_id' => '',
  71. 'type' => 'http',
  72. 'status' => 'Inactive',
  73. 'two_way' => 'No'
  74. ],
  75. [
  76. 'name' => 'Plivo',
  77. 'api_link' => 'https://api.plivo.com/v1/Account/',
  78. 'username' => 'auth_id',
  79. 'password' => 'auth_token',
  80. 'api_id' => '',
  81. 'type' => 'http',
  82. 'status' => 'Inactive',
  83. 'two_way' => 'Yes'
  84. ],
  85. [
  86. 'name' => 'SMSGlobal',
  87. 'api_link' => 'http://www.smsglobal.com/http-api.php',
  88. 'username' => 'username',
  89. 'password' => 'Password',
  90. 'api_id' => '',
  91. 'type' => 'http',
  92. 'status' => 'Inactive',
  93. 'two_way' => 'Yes'
  94. ],
  95. [
  96. 'name' => 'Bulk SMS',
  97. 'api_link' => 'https://bulksms.vsms.net/eapi',
  98. 'username' => 'username',
  99. 'password' => 'Password',
  100. 'api_id' => '',
  101. 'type' => 'http',
  102. 'status' => 'Inactive',
  103. 'two_way' => 'Yes'
  104. ],
  105. [
  106. 'name' => 'Nexmo',
  107. 'api_link' => 'https://rest.nexmo.com/sms/json',
  108. 'username' => 'api_key',
  109. 'password' => 'api_secret',
  110. 'api_id' => '',
  111. 'type' => 'http',
  112. 'status' => 'Inactive',
  113. 'two_way' => 'Yes'
  114. ],
  115. [
  116. 'name' => 'Route SMS',
  117. 'api_link' => 'http://smsplus1.routesms.com:8080',
  118. 'username' => 'username',
  119. 'password' => 'Password',
  120. 'api_id' => '',
  121. 'type' => 'http',
  122. 'status' => 'Inactive',
  123. 'two_way' => 'No'
  124. ],
  125. [
  126. 'name' => 'SMSKaufen',
  127. 'api_link' => 'http://www.smskaufen.com/sms/gateway/sms.php',
  128. 'username' => 'API User Name',
  129. 'password' => 'SMS API Key',
  130. 'api_id' => '',
  131. 'type' => 'http',
  132. 'status' => 'Inactive',
  133. 'two_way' => 'No'
  134. ],
  135. [
  136. 'name' => 'Kapow',
  137. 'api_link' => 'http://www.kapow.co.uk/scripts/sendsms.php',
  138. 'username' => 'username',
  139. 'password' => 'Password',
  140. 'api_id' => '',
  141. 'type' => 'http',
  142. 'status' => 'Inactive',
  143. 'two_way' => 'No'
  144. ],
  145. [
  146. 'name' => 'Zang',
  147. 'api_link' => '',
  148. 'username' => 'account_sid',
  149. 'password' => 'auth_token',
  150. 'api_id' => '',
  151. 'type' => 'http',
  152. 'status' => 'Inactive',
  153. 'two_way' => 'No'
  154. ],
  155. [
  156. 'name' => 'InfoBip',
  157. 'api_link' => 'https://api.infobip.com/sms/1/text/advanced',
  158. 'username' => 'username',
  159. 'password' => 'Password',
  160. 'api_id' => '',
  161. 'type' => 'http',
  162. 'status' => 'Inactive',
  163. 'two_way' => 'Yes'
  164. ],
  165. [
  166. 'name' => 'RANNH',
  167. 'api_link' => 'http://rannh.com/sendsms.php',
  168. 'username' => 'username',
  169. 'password' => 'Password',
  170. 'api_id' => '',
  171. 'type' => 'http',
  172. 'status' => 'Inactive',
  173. 'two_way' => 'No'
  174. ],
  175. [
  176. 'name' => 'SMSIndiaHub',
  177. 'api_link' => 'http://cloud.smsindiahub.in/vendorsms/pushsms.aspx',
  178. 'username' => 'username',
  179. 'password' => 'Password',
  180. 'api_id' => '',
  181. 'type' => 'http',
  182. 'status' => 'Inactive',
  183. 'two_way' => 'No'
  184. ],
  185. [
  186. 'name' => 'ShreeWeb',
  187. 'api_link' => 'http://sms.shreeweb.com/sendsms/sendsms.php',
  188. 'username' => 'username',
  189. 'password' => 'Password',
  190. 'api_id' => '',
  191. 'type' => 'http',
  192. 'status' => 'Inactive',
  193. 'two_way' => 'No'
  194. ],
  195. [
  196. 'name' => 'SmsGatewayMe',
  197. 'api_link' => 'http://smsgateway.me/api/v3/messages/send',
  198. 'username' => 'email',
  199. 'password' => 'Password',
  200. 'api_id' => 'device_id',
  201. 'type' => 'http',
  202. 'status' => 'Inactive',
  203. 'two_way' => 'No'
  204. ],
  205. [
  206. 'name' => 'Elibom',
  207. 'api_link' => 'https://www.elibom.com/messages',
  208. 'username' => 'your_elibom_email',
  209. 'password' => 'your_api_passwrod',
  210. 'api_id' => '',
  211. 'type' => 'http',
  212. 'status' => 'Inactive',
  213. 'two_way' => 'No'
  214. ],
  215. [
  216. 'name' => 'Hablame',
  217. 'api_link' => 'https://api.hablame.co/sms/envio',
  218. 'username' => 'client_id',
  219. 'password' => 'api_secret',
  220. 'api_id' => '',
  221. 'type' => 'http',
  222. 'status' => 'Inactive',
  223. 'two_way' => 'No'
  224. ],
  225. [
  226. 'name' => 'Wavecell',
  227. 'api_link' => 'https://api.wavecell.com/sms/v1/',
  228. 'username' => 'sub_account_id',
  229. 'password' => 'api_password',
  230. 'api_id' => '',
  231. 'type' => 'http',
  232. 'status' => 'Inactive',
  233. 'two_way' => 'No'
  234. ],
  235. [
  236. 'name' => 'SIPTraffic',
  237. 'api_link' => 'https://www.siptraffic.com',
  238. 'username' => 'sub_account_id',
  239. 'password' => 'api_password',
  240. 'api_id' => '',
  241. 'type' => 'http',
  242. 'status' => 'Inactive',
  243. 'two_way' => 'No'
  244. ],
  245. [
  246. 'name' => 'SMSMKT',
  247. 'api_link' => 'http://member.smsmkt.com/SMSLink/SendMsg/main.php',
  248. 'username' => 'username',
  249. 'password' => 'password',
  250. 'api_id' => '',
  251. 'type' => 'http',
  252. 'status' => 'Inactive',
  253. 'two_way' => 'No'
  254. ],
  255. [
  256. 'name' => 'MLat',
  257. 'api_link' => 'https://m-lat.net:8443/axis2/services/SMSServiceWS',
  258. 'username' => 'user',
  259. 'password' => 'password',
  260. 'api_id' => '',
  261. 'type' => 'http',
  262. 'status' => 'Inactive',
  263. 'two_way' => 'No'
  264. ],
  265. [
  266. 'name' => 'NRSGateway',
  267. 'api_link' => 'https://gateway.plusmms.net/send.php',
  268. 'username' => 'tu_user',
  269. 'password' => 'tu_login',
  270. 'api_id' => '',
  271. 'type' => 'http',
  272. 'status' => 'Inactive',
  273. 'two_way' => 'No'
  274. ],
  275. [
  276. 'name' => 'Orange',
  277. 'api_link' => 'http://api.orange.com',
  278. 'username' => 'client_id',
  279. 'password' => 'client_secret',
  280. 'api_id' => '',
  281. 'type' => 'http',
  282. 'status' => 'Inactive',
  283. 'two_way' => 'No'
  284. ],
  285. [
  286. 'name' => 'GlobexCam',
  287. 'api_link' => 'http://panel.globexcamsms.com/api/mt/SendSMS',
  288. 'username' => 'user',
  289. 'password' => 'password',
  290. 'api_id' => 'api_key',
  291. 'type' => 'http',
  292. 'status' => 'Inactive',
  293. 'two_way' => 'No'
  294. ],
  295. [
  296. 'name' => 'Camoo',
  297. 'api_link' => 'https://api.camoo.cm/v1/sms.json',
  298. 'username' => 'api_key',
  299. 'password' => 'api_secret',
  300. 'api_id' => '',
  301. 'type' => 'http',
  302. 'status' => 'Inactive',
  303. 'two_way' => 'No'
  304. ],
  305. [
  306. 'name' => 'Kannel',
  307. 'api_link' => 'http://127.0.0.1:14002/cgi-bin/sendsms',
  308. 'username' => 'username',
  309. 'password' => 'password',
  310. 'api_id' => '',
  311. 'type' => 'http',
  312. 'status' => 'Inactive',
  313. 'two_way' => 'No'
  314. ],
  315. [
  316. 'name' => 'Semysms',
  317. 'api_link' => 'https://semysms.net/api/3/sms.php',
  318. 'username' => 'token',
  319. 'password' => 'device',
  320. 'api_id' => '',
  321. 'type' => 'http',
  322. 'status' => 'Inactive',
  323. 'two_way' => 'No'
  324. ],
  325. [
  326. 'name' => 'Smsvitrini',
  327. 'api_link' => 'http://api.smsvitrini.com/main.php',
  328. 'username' => 'user_id',
  329. 'password' => 'password',
  330. 'api_id' => '',
  331. 'type' => 'http',
  332. 'status' => 'Inactive',
  333. 'two_way' => 'No'
  334. ],
  335. [
  336. 'name' => 'Semaphore',
  337. 'api_link' => 'http://api.semaphore.co/api/v4/messages',
  338. 'username' => 'api_key',
  339. 'password' => 'N/A',
  340. 'api_id' => '',
  341. 'type' => 'http',
  342. 'status' => 'Inactive',
  343. 'two_way' => 'No'
  344. ],
  345. [
  346. 'name' => 'Itexmo',
  347. 'api_link' => 'https://www.itexmo.com/php_api/api.php',
  348. 'username' => 'api_key',
  349. 'password' => 'N/A',
  350. 'api_id' => '',
  351. 'type' => 'http',
  352. 'status' => 'Inactive',
  353. 'two_way' => 'No'
  354. ],
  355. [
  356. 'name' => 'Chikka',
  357. 'api_link' => 'https://post.chikka.com/smsapi/request',
  358. 'username' => 'client_id',
  359. 'password' => 'Secret_key',
  360. 'api_id' => '',
  361. 'type' => 'http',
  362. 'status' => 'Inactive',
  363. 'two_way' => 'No'
  364. ],
  365. [
  366. 'name' => '1s2u',
  367. 'api_link' => 'https://1s2u.com/sms/sendsms/sendsms.asp',
  368. 'username' => 'user_name',
  369. 'password' => 'password',
  370. 'api_id' => 'ipcl',
  371. 'type' => 'http',
  372. 'status' => 'Inactive',
  373. 'two_way' => 'No'
  374. ],
  375. [
  376. 'name' => 'Kaudal',
  377. 'api_link' => 'http://keudal.com/assmsserver/assmsserver',
  378. 'username' => 'user_name',
  379. 'password' => 'password',
  380. 'api_id' => '',
  381. 'type' => 'http',
  382. 'status' => 'Inactive',
  383. 'two_way' => 'No'
  384. ],
  385. [
  386. 'name' => 'CMSMS',
  387. 'api_link' => 'https://sgw01.cm.nl/gateway.ashx',
  388. 'username' => 'product_token',
  389. 'password' => 'N/A',
  390. 'api_id' => '',
  391. 'type' => 'http',
  392. 'status' => 'Inactive',
  393. 'two_way' => 'No'
  394. ],
  395. [
  396. 'name' => 'SendOut',
  397. 'api_link' => 'https://www.sendoutapp.com/api/v2/envia',
  398. 'username' => 'YOUR_NUMBER',
  399. 'password' => 'API_TOKEN',
  400. 'api_id' => '',
  401. 'type' => 'http',
  402. 'status' => 'Inactive',
  403. 'two_way' => 'No'
  404. ],
  405. [
  406. 'name' => 'ViralThrob',
  407. 'api_link' => 'http://cmsprodbe.viralthrob.com/api/sms_outbounds/send_message',
  408. 'username' => 'API_ACCESS_TOKEN',
  409. 'password' => 'SAAS_ACCOUNT',
  410. 'api_id' => '',
  411. 'type' => 'http',
  412. 'status' => 'Inactive',
  413. 'two_way' => 'No'
  414. ],
  415. [
  416. 'name' => 'Masterksnetworks',
  417. 'api_link' => 'http://api.masterksnetworks.com/sendsms/bulksms.php',
  418. 'username' => 'Username',
  419. 'password' => 'Password',
  420. 'api_id' => '',
  421. 'type' => 'http',
  422. 'status' => 'Inactive',
  423. 'two_way' => 'No'
  424. ],
  425. [
  426. 'name' => 'MessageBird',
  427. 'api_link' => 'https://rest.messagebird.com/messages',
  428. 'username' => 'Access_Key',
  429. 'password' => 'N/A',
  430. 'api_id' => '',
  431. 'type' => 'http',
  432. 'status' => 'Inactive',
  433. 'two_way' => 'Yes'
  434. ],
  435. [
  436. 'name' => 'FortDigital',
  437. 'api_link' => 'https://mx.fortdigital.net/http/send-message',
  438. 'username' => 'username',
  439. 'password' => 'password',
  440. 'api_id' => '',
  441. 'type' => 'http',
  442. 'status' => 'Inactive',
  443. 'two_way' => 'No'
  444. ],
  445. [
  446. 'name' => 'SMSPRO',
  447. 'api_link' => 'http://smspro.mtn.ci/bms/soap/messenger.asmx/HTTP_SendSms',
  448. 'username' => 'userName',
  449. 'password' => 'userPassword',
  450. 'api_id' => 'customerID',
  451. 'type' => 'http',
  452. 'status' => 'Inactive',
  453. 'two_way' => 'No'
  454. ],
  455. [
  456. 'name' => 'CNIDCOM',
  457. 'api_link' => 'http://www.cnid.com.py/api/api_cnid.php',
  458. 'username' => 'api_key',
  459. 'password' => 'api_secret',
  460. 'api_id' => '',
  461. 'type' => 'http',
  462. 'status' => 'Inactive',
  463. 'two_way' => 'No'
  464. ],
  465. [
  466. 'name' => 'Dialog',
  467. 'api_link' => 'https://cpsolutions.dialog.lk/main.php/cbs/sms/send',
  468. 'username' => 'API_Password',
  469. 'password' => 'N/A',
  470. 'api_id' => '',
  471. 'type' => 'http',
  472. 'status' => 'Inactive',
  473. 'two_way' => 'No'
  474. ],
  475. [
  476. 'name' => 'VoiceTrading',
  477. 'api_link' => 'https://www.voicetrading.com/myaccount/sendsms.php',
  478. 'username' => 'user_name',
  479. 'password' => 'password',
  480. 'api_id' => '',
  481. 'type' => 'http',
  482. 'status' => 'Inactive',
  483. 'two_way' => 'No'
  484. ],
  485. [
  486. 'name' => 'AmazonSNS',
  487. 'username' => 'Access_key_ID',
  488. 'password' => 'Secret_Access_Key',
  489. 'api_id' => 'Region',
  490. 'type' => 'http',
  491. 'status' => 'Inactive',
  492. 'two_way' => 'No'
  493. ],
  494. [
  495. 'name' => 'NusaSMS',
  496. 'api_link' => 'http://api.nusasms.com/api/v3/sendsms/plain',
  497. 'username' => 'username',
  498. 'password' => 'password',
  499. 'api_id' => '',
  500. 'type' => 'http',
  501. 'status' => 'Inactive',
  502. 'two_way' => 'No'
  503. ],
  504. [
  505. 'name' => 'SMS4Brands',
  506. 'api_link' => 'http://sms4brands.com//api/sms-api.php',
  507. 'username' => 'username',
  508. 'password' => 'password',
  509. 'api_id' => '',
  510. 'type' => 'http',
  511. 'status' => 'Inactive',
  512. 'two_way' => 'No'
  513. ],
  514. [
  515. 'name' => 'CheapGlobalSMS',
  516. 'api_link' => 'http://cheapglobalsms.com/api_v1',
  517. 'username' => 'sub_account',
  518. 'password' => 'sub_account_pass',
  519. 'api_id' => '',
  520. 'type' => 'http',
  521. 'status' => 'Inactive',
  522. 'two_way' => 'No'
  523. ],
  524. [
  525. 'name' => 'ExpertTexting',
  526. 'api_link' => 'https://www.experttexting.com/ExptRestApi/sms/json/Message/Send',
  527. 'username' => 'username',
  528. 'password' => 'password',
  529. 'api_id' => 'api_key',
  530. 'type' => 'http',
  531. 'status' => 'Inactive',
  532. 'two_way' => 'No'
  533. ],
  534. [
  535. 'name' => 'LightSMS',
  536. 'api_link' => 'https://www.lightsms.com/external/get/send.php',
  537. 'username' => 'Login',
  538. 'password' => 'API_KEY',
  539. 'api_id' => '',
  540. 'type' => 'http',
  541. 'status' => 'Inactive',
  542. 'two_way' => 'No'
  543. ],
  544. [
  545. 'name' => 'Adicis',
  546. 'api_link' => 'http://bs1.adicis.cd/gw0/tuma.php',
  547. 'username' => 'username',
  548. 'password' => 'password',
  549. 'api_id' => '',
  550. 'type' => 'http',
  551. 'status' => 'Inactive',
  552. 'two_way' => 'No'
  553. ],
  554. [
  555. 'name' => 'Smsconnexion',
  556. 'api_link' => 'http://smsc.smsconnexion.com/api/gateway.aspx',
  557. 'username' => 'username',
  558. 'password' => 'passphrase',
  559. 'api_id' => '',
  560. 'type' => 'http',
  561. 'status' => 'Inactive',
  562. 'two_way' => 'No'
  563. ],
  564. [
  565. 'name' => 'BrandedSMS',
  566. 'api_link' => 'http://www.brandedsms.net//api/sms-api.php',
  567. 'username' => 'username',
  568. 'password' => 'password',
  569. 'api_id' => '',
  570. 'type' => 'http',
  571. 'status' => 'Inactive',
  572. 'two_way' => 'No'
  573. ],
  574. [
  575. 'name' => 'Ibrbd',
  576. 'api_link' => 'http://wdgw.ibrbd.net:8080/bagaduli/apigiso/sender.php',
  577. 'username' => 'username',
  578. 'password' => 'password',
  579. 'api_id' => '',
  580. 'type' => 'http',
  581. 'status' => 'Inactive',
  582. 'two_way' => 'No'
  583. ],
  584. [
  585. 'name' => 'TxtNation',
  586. 'api_link' => 'http://client.txtnation.com/gateway.php',
  587. 'username' => 'company',
  588. 'password' => 'ekey',
  589. 'api_id' => '',
  590. 'type' => 'http',
  591. 'status' => 'Inactive',
  592. 'two_way' => 'No'
  593. ],
  594. [
  595. 'name' => 'TeleSign',
  596. 'api_link' => '',
  597. 'username' => 'Customer ID',
  598. 'password' => 'API_Key',
  599. 'api_id' => '',
  600. 'type' => 'http',
  601. 'status' => 'Inactive',
  602. 'two_way' => 'No'
  603. ],
  604. [
  605. 'name' => 'JasminSMS',
  606. 'api_link' => 'http://127.0.0.1',
  607. 'username' => 'foo',
  608. 'password' => 'bar',
  609. 'api_id' => '1401',
  610. 'type' => 'http',
  611. 'status' => 'Inactive',
  612. 'two_way' => 'No'
  613. ],
  614. [
  615. 'name' => 'Ezeee',
  616. 'api_link' => 'http://my.ezeee.pk/sendsms_url.html',
  617. 'username' => 'user_name',
  618. 'password' => 'password',
  619. 'api_id' => '',
  620. 'type' => 'http',
  621. 'status' => 'Inactive',
  622. 'two_way' => 'No'
  623. ], [
  624. 'name' => 'InfoBipSMPP',
  625. 'api_link' => 'smpp3.infobip.com',
  626. 'username' => 'system_id',
  627. 'password' => 'password',
  628. 'api_id' => '8888',
  629. 'type' => 'smpp',
  630. 'status' => 'Inactive',
  631. 'two_way' => 'No'
  632. ],
  633. [
  634. 'name' => 'SMSGlobalSMPP',
  635. 'api_link' => 'smpp.smsglobal.com',
  636. 'username' => 'system_id',
  637. 'password' => 'password',
  638. 'api_id' => '1775',
  639. 'type' => 'smpp',
  640. 'status' => 'Inactive',
  641. 'two_way' => 'No'
  642. ],
  643. [
  644. 'name' => 'ClickatellSMPP',
  645. 'api_link' => 'smpp.clickatell.com',
  646. 'username' => 'system_id',
  647. 'password' => 'password',
  648. 'api_id' => '2775',
  649. 'type' => 'smpp',
  650. 'status' => 'Inactive',
  651. 'two_way' => 'No'
  652. ],
  653. [
  654. 'name' => 'JasminSmsSMPP',
  655. 'api_link' => 'host_name',
  656. 'username' => 'system_id',
  657. 'password' => 'password',
  658. 'api_id' => 'port',
  659. 'type' => 'smpp',
  660. 'status' => 'Inactive',
  661. 'two_way' => 'No'
  662. ],
  663. [
  664. 'name' => 'WavecellSMPP',
  665. 'api_link' => 'smpp.wavecell.com',
  666. 'username' => 'system_id',
  667. 'password' => 'password',
  668. 'api_id' => '2775',
  669. 'type' => 'smpp',
  670. 'status' => 'Inactive',
  671. 'two_way' => 'No'
  672. ],
  673. [
  674. 'name' => 'Moreify',
  675. 'api_link' => 'https://mapi.moreify.com/api/v1/sendSms',
  676. 'username' => 'project_id',
  677. 'password' => 'your_token',
  678. 'api_id' => '',
  679. 'type' => 'http',
  680. 'status' => 'Inactive',
  681. 'two_way' => 'No'
  682. ],
  683. [
  684. 'name' => 'Digitalreachapi',
  685. 'api_link' => 'https://digitalreachapi.dialog.lk/camp_req.php',
  686. 'username' => 'user_name',
  687. 'password' => 'password',
  688. 'api_id' => '',
  689. 'type' => 'http',
  690. 'status' => 'Inactive',
  691. 'two_way' => 'No'
  692. ],
  693. [
  694. 'name' => 'Tropo',
  695. 'api_link' => 'https://api.tropo.com/1.0/sessions',
  696. 'username' => 'api_token',
  697. 'password' => '',
  698. 'api_id' => '',
  699. 'type' => 'http',
  700. 'status' => 'Inactive',
  701. 'two_way' => 'No'
  702. ],
  703. [
  704. 'name' => 'CheapSMS',
  705. 'api_link' => 'http://198.24.149.4/API/pushsms.aspx',
  706. 'username' => 'loginID',
  707. 'password' => 'password',
  708. 'api_id' => '',
  709. 'type' => 'http',
  710. 'status' => 'Inactive',
  711. 'two_way' => 'No'
  712. ],
  713. [
  714. 'name' => 'CCSSMS',
  715. 'api_link' => 'http://193.58.235.30:8001/api',
  716. 'username' => 'Username',
  717. 'password' => 'Password',
  718. 'api_id' => '',
  719. 'type' => 'http',
  720. 'status' => 'Inactive',
  721. 'two_way' => 'No'
  722. ],
  723. [
  724. 'name' => 'MyCoolSMS',
  725. 'api_link' => 'http://www.my-cool-sms.com/api-socket.php',
  726. 'username' => 'Username',
  727. 'password' => 'Password',
  728. 'api_id' => '',
  729. 'type' => 'http',
  730. 'status' => 'Inactive',
  731. 'two_way' => 'No'
  732. ],
  733. [
  734. 'name' => 'SmsBump',
  735. 'api_link' => 'https://api.smsbump.com/send',
  736. 'username' => 'API_KEY',
  737. 'password' => '',
  738. 'api_id' => '',
  739. 'type' => 'http',
  740. 'status' => 'Inactive',
  741. 'two_way' => 'No'
  742. ],
  743. [
  744. 'name' => 'BSG',
  745. 'api_link' => '',
  746. 'username' => 'API_KEY',
  747. 'password' => '',
  748. 'api_id' => '',
  749. 'type' => 'http',
  750. 'status' => 'Inactive',
  751. 'two_way' => 'No'
  752. ],
  753. [
  754. 'name' => 'SmsBroadcast',
  755. 'api_link' => 'https://api.smsbroadcast.co.uk/api-adv.php',
  756. 'username' => 'username',
  757. 'password' => 'password',
  758. 'api_id' => '',
  759. 'type' => 'http',
  760. 'status' => 'Inactive',
  761. 'two_way' => 'No'
  762. ],
  763. [
  764. 'name' => 'BullSMS',
  765. 'api_link' => 'http://portal.bullsms.com/vendorsms/pushsms.aspx',
  766. 'username' => 'user',
  767. 'password' => 'password',
  768. 'api_id' => '',
  769. 'type' => 'http',
  770. 'status' => 'Inactive',
  771. 'two_way' => 'No'
  772. ],
  773. [
  774. 'name' => 'Skebby',
  775. 'api_link' => 'https://api.skebby.it/API/v1.0/REST/sms',
  776. 'username' => 'User_key',
  777. 'password' => 'Access_Token',
  778. 'api_id' => '',
  779. 'type' => 'http',
  780. 'status' => 'Inactive',
  781. 'two_way' => 'No'
  782. ]
  783. ];
  784. foreach ($gateways as $g) {
  785. SMSGateways::create($g);
  786. }
  787. }
  788. }