The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Catalyst::Model::SMS - Easy SMS sending from Catalyst Apps.

VERSION

version 0.5

SYNOPSIS

    # on the shell
    $ script/myapp_create.pl model SMS

    # in myapp.conf
    <Model::SMS>
        driver Test
        <args>
            _login admin
            _password pa55w0rD
        </args>
    </Model::SMS>

DESCRIPTION

Catalyst::Model::SMS is a thin proxy around SMS::Send. It can be initialized using the Catalyst configuration file or method.

NAME

Catalyst::Model::SMS - Catalyst Model for SMS::Send

OPTIONS

driver

SMS::Send driver name. You may specify 'Test' if you need a testing driver. This module will default to 'Test' if this is not specified. See SMS::Send for more information.

args

SMS::Send arguments specific to the selected driver. These options are passed directly to the appropriate SMS::Send driver.

METHODS

mangle_arguments

overridden method imported from Catalyst::Model::Adaptor. This method is passed the arguments, and returns them in a way suitable for SMS::Send->new

AUTHOR

Martin Atukunda, <matlads@cpan.org>

COPYRIGHT

Copyright 2013 the above author(s).

LICENSE

This sofware is free software, and is licensed under the same terms as perl itself.

AUTHOR

Martin Atukunda <matlads@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 - 2017 by Martin Atukunda.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.