{"id":16669445,"url":"https://github.com/bigpresh/sms-send-aql","last_synced_at":"2025-10-05T12:32:53.255Z","repository":{"id":136951972,"uuid":"1357029","full_name":"bigpresh/SMS-Send-AQL","owner":"bigpresh","description":"SMS::Send driver to send SMS text messages via www.aql.com","archived":false,"fork":false,"pushed_at":"2011-02-11T23:22:00.000Z","size":100,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-22T09:05:31.137Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://search.cpan.org/dist/SMS-Send-AQL","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bigpresh.png","metadata":{"files":{"readme":"README","changelog":"Changes","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-02-11T23:02:32.000Z","updated_at":"2020-10-15T22:10:53.000Z","dependencies_parsed_at":"2023-03-13T21:30:33.281Z","dependency_job_id":null,"html_url":"https://github.com/bigpresh/SMS-Send-AQL","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bigpresh/SMS-Send-AQL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigpresh%2FSMS-Send-AQL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigpresh%2FSMS-Send-AQL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigpresh%2FSMS-Send-AQL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigpresh%2FSMS-Send-AQL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bigpresh","download_url":"https://codeload.github.com/bigpresh/SMS-Send-AQL/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigpresh%2FSMS-Send-AQL/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278457210,"owners_count":25989952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T11:32:47.959Z","updated_at":"2025-10-05T12:32:53.221Z","avatar_url":"https://github.com/bigpresh.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"NAME\n    SMS::Send::AQL - SMS::Send driver to send messages via AQL (www.aql.com)\n\nSYNOPSIS\n      use SMS::Send;\n  \n      # Create a sender\n      my $sender = SMS::Send-\u003enew('AQL',\n            _login    =\u003e 'your_aql_username',\n            _password =\u003e 'your_aql_password',\n            _sender   =\u003e 'sender number',\n      );\n  \n      # Send a message\n      my $sent = $sender-\u003esend_sms(\n            text =\u003e 'This is a test message',\n            to   =\u003e '+61 (4) 1234 5678',\n      );\n  \n      if ( $sent ) {\n            print \"Message sent ok\\n\";\n      } else {\n            print \"Failed to send message\\n\";\n      }\n\nDESCRIPTION\n    A driver for SMS::Send to send SMS text messages via AQL (www.aql.com)\n\n    This is not intended to be used directly, but instead called by\n    SMS::Send (see synopsis above for a basic illustration, and see\n    SMS::Send's documentation for further information).\n\nMETHODS\n    new Constructor, takes argument pairs passed by SMS::Send, returns an\n        SMS::Send::AQL object. See usage synopsis for example, and see\n        SMS::Send documentation for further info on using SMS::Send drivers.\n\n    send_sms\n        Send the message - see SMS::Send for details.\n\nAUTHOR\n    David Precious, \u003cdavidp@preshweb.co.uk\u003e\n\nCOPYRIGHT AND LICENSE\n    Copyright (C) 2008-2011 by David Precious\n\n    This library is free software; you can redistribute it and/or modify it\n    under the same terms as Perl itself, either Perl version 5.8.7 or, at\n    your option, any later version of Perl 5 you may have available.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigpresh%2Fsms-send-aql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbigpresh%2Fsms-send-aql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigpresh%2Fsms-send-aql/lists"}