{"id":16233012,"url":"https://github.com/dmouse/dineromail-api","last_synced_at":"2025-04-08T07:33:19.964Z","repository":{"id":12477704,"uuid":"15146045","full_name":"dmouse/dineromail-api","owner":"dmouse","description":"Api para Dinero Mail ","archived":false,"fork":false,"pushed_at":"2013-12-12T20:41:00.000Z","size":104,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T04:43:31.575Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dmouse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-12T20:01:37.000Z","updated_at":"2014-04-02T05:40:49.000Z","dependencies_parsed_at":"2022-09-23T07:22:54.188Z","dependency_job_id":null,"html_url":"https://github.com/dmouse/dineromail-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmouse%2Fdineromail-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmouse%2Fdineromail-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmouse%2Fdineromail-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmouse%2Fdineromail-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmouse","download_url":"https://codeload.github.com/dmouse/dineromail-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247796394,"owners_count":20997558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T13:11:07.653Z","updated_at":"2025-04-08T07:33:19.943Z","avatar_url":"https://github.com/dmouse.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Dinero Mail API\n==========\n\nApi para Dinero Mail \n\nSample\n===\n```\nrequire __DIR__ . '/vendor/autoload.php';\n\nuse HechoEnDrupal\\DineroMail\\Credential;\nuse HechoEnDrupal\\DineroMail\\DineroMail;\nuse HechoEnDrupal\\DineroMail\\TripleDes;\n\n$username = \"TEST\";\n$password = \"TEST-TEST-TEST-TEST-TEST\";\n$key = \"abcdefghijklmnopqrstuvwx\";\n\n$credential = new Credential($username, $password);\n$triple_des = new TripleDes($password);\n\n$dinero = new DineroMail($credential, true);\n$dinero-\u003esetEncrypt($triple_des);\n\n$dinero-\u003esetUniqueMessage('1');\n$dinero-\u003esetMerchantTransaction('1');\n\nprint_r ($dinero-\u003egetBalance());\nprint_r ($dinero-\u003egetOperations());\nprint_r ($dinero-\u003egetPaymentTicket());\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmouse%2Fdineromail-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmouse%2Fdineromail-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmouse%2Fdineromail-api/lists"}