Coder Social home page Coder Social logo

php-mint-api's People

Contributors

forgueam avatar stefancrain avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

php-mint-api's Issues

Exception detected!

Caught exception: cURL Error: Unknown SSL protocol error in connection to wwws.mint.com:443

Modified authentication sequence

Mint recently changed the way the login sequence works. The change broke scrapers all over.

A python version was affected here: mintapi/mintapi#73

The community found a patch that apparently works for them. Can this patch be ported to PHP?

Caught exception: cURL Error: error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure

Hello, I have a file set up almost exactly as the example is set up in the readme:

<?php

require_once('PhpMintApi.php');

$filePath = dirname(__FILE__);
$cookieFile = $filePath . '/cookie.txt';
$transactionsFile = $filePath . '/transactions.csv';

$mint = new PhpMintApi('[email protected]', 'my_password', $cookieFile);

try {
    $mint->connect();
} catch(Exception $e) {
    echo 'Caught exception: ' .  $e->getMessage() . "\n";
    exit;
}

$fp = fopen($transactionsFile, 'w');
$mint->getTransactions($fp);
fclose($fp);

running this in terminal:

$ php index.php

yields this error:

Caught exception: cURL Error: error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure

Am I doing something wrong?

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.