#Knab PHP Library
Knab is a small PHP Library which provides an easy connection to your bank account.
- La Banque Postale
- Crédit Agricole (Deprecated)
I don't know if the Crédit Agricole backend is working or not. I need to rewrite it with the Goutte HTTP Client instead of Zend_Http_Client but it take time and I don't really need it (as I have no account in this bank). Also, I no longer provide the Zend librairies in Knab so if you want to try it you will need to get these librairies and load tehm.
In fact, the Credit Agricol have opened an API that I may use in the future. Tell me if you are interested.
- How To Use - How to use the library
Knab use namespace so it will need PHP 5.3 or later. If you still want to use PHP 5.2 note that the conversion should not be a hard work.
Knab is released under MIT license.