{"id":21045166,"url":"https://github.com/fullpipe/biglion-client","last_synced_at":"2025-05-15T17:33:26.092Z","repository":{"id":34092032,"uuid":"37916352","full_name":"fullpipe/biglion-client","owner":"fullpipe","description":"Biglion Api Client","archived":false,"fork":false,"pushed_at":"2017-07-18T06:47:53.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T12:55:21.622Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fullpipe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-23T12:02:12.000Z","updated_at":"2019-11-05T17:45:17.000Z","dependencies_parsed_at":"2022-07-18T01:11:18.230Z","dependency_job_id":null,"html_url":"https://github.com/fullpipe/biglion-client","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullpipe%2Fbiglion-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullpipe%2Fbiglion-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullpipe%2Fbiglion-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullpipe%2Fbiglion-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fullpipe","download_url":"https://codeload.github.com/fullpipe/biglion-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254388431,"owners_count":22063053,"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-11-19T14:20:21.326Z","updated_at":"2025-05-15T17:33:25.724Z","avatar_url":"https://github.com/fullpipe.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Biglion Api Client\n\n## Usage\n```php\n$bc = new \\Fullpipe\\Biglion\\Client('email@example.com', 'password');\n\ntry {\n    var_dump($bc-\u003egetCouponInfo('012345-0000-0001'));\n    var_dump($bc-\u003eredeemCoupon('012345-0000-0001', '1234'));\n    var_dump($bc-\u003ereserveCoupon('012345-0000-0001', '387'));\n} catch (\\Fullpipe\\Biglion\\BiglionException $e) {\n    echo $e-\u003egetMessage();\n}\n\ntry {\n    var_dump($bc-\u003egetCouponInfo('012345-0000-0002'));\n    var_dump($bc-\u003eredeemCoupon('012345-0000-0002', '1234'));\n    var_dump($bc-\u003ereserveCoupon('012345-0000-0002', '387'));\n} catch (\\Fullpipe\\Biglion\\BiglionException $e) {\n    echo $e-\u003egetMessage();\n}\n\ntry {\n    var_dump($bc-\u003egetCouponInfo('012345-0000-0003'));\n    var_dump($bc-\u003eredeemCoupon('012345-0000-0003', '1234'));\n    var_dump($bc-\u003ereserveCoupon('012345-0000-0003', '387'));\n} catch (\\Fullpipe\\Biglion\\BiglionException $e) {\n    echo $e-\u003egetMessage();\n}\n```\n\n## Test\n```\ncomposer install --dev\nBIGLION_EMAIL=email@example.com BIGLION_PASSWORD=password vendor/bin/phpunit\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullpipe%2Fbiglion-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffullpipe%2Fbiglion-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullpipe%2Fbiglion-client/lists"}