Code Monkey home page Code Monkey logo

sms77-api-wrapper's People

Contributors

mibe avatar

Watchers

 avatar  avatar

sms77-api-wrapper's Issues

Calculate SMS count

The total SMS count needed for the text could be calculated. E.g. Text length is 200 chars == two SMS.

Implement the deactivation of the reload lock

The API features a reload lock. This prevents the sending of the sms with
same contents in a short time period. This lock is enabled by default, but
can be disabled, as stated in the API documentation.

The deactivation of the lock has to be implemented in this wrapper.

(originally created on Dec 20, 2009)

Implement delivery of 8 bit data sms

The API can send MMS, logos, ring tones, etc., which is called 8 bit delivery.

This feature is currently not accessible via the wrapper. This has to be
implemented.

(originally created on Dec 20, 2009)

Sanity check on username / password

The username / password are not checked if they are supplied by the user. E.g. the Password field is not set (== NULL), the API will respond with AUTHORIZATION_MISSING (300).

SSL not working

An ErrorException with message "The API was not reachable." is thrown when UseSSL is set to true but not supported by PHP. Which technically is correct, because the API was really not reachable over SSL, but that could be better checked before.

Read SMS outbound log

There's another undocumented feature: It's possible to read out the outbound log.

Unfortunately this seems to be in a pre-beta state, because the first thing the API returns is a SQL query: select * from log where usr_id='08154711' && active='1' order by dt desc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.