Skip to content

Instantly share code, notes, and snippets.

View webusaurio's full-sized avatar

Adan Virrey webusaurio

  • Developer Team Leader at @evidencetec
  • Mexico
  • X @webusaurio
View GitHub Profile
<?php
class Banxico
{
const banxicourl = 'http://www.banxico.org.mx:80/DgieWSWeb/DgieWS?WSDL';
private $_client;
private $_debug = false;
public function getExRate()
{