Comments for "Services_Twilio"

» Submit Your Comment
Please log in to enter your comment. If you are not a registered PEAR developer, you can comment by sending an email to pear-dev@lists.php.net.
» Comments
  • Matthew Fonda  [2011-03-08 02:14 UTC]

    Looks like a useful package!
    A couple comments after quickly looking through the code:

    1. Make sure to follow PEAR coding standards
    2. Add docblock comments
    3. Instead of including your own HTTP request class with the package, consider using PEAR HTTP_Request2.