{"id":36252485,"url":"https://github.com/ntuple/aristocrat","last_synced_at":"2026-01-11T07:01:47.190Z","repository":{"id":26873488,"uuid":"30333951","full_name":"ntuple/aristocrat","owner":"ntuple","description":"Aristocrat Integration for Laravel 4.","archived":false,"fork":false,"pushed_at":"2018-11-16T10:45:26.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-11T14:56:56.363Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ntuple.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":"2015-02-05T02:42:04.000Z","updated_at":"2018-11-16T10:43:09.000Z","dependencies_parsed_at":"2022-06-26T04:41:50.990Z","dependency_job_id":null,"html_url":"https://github.com/ntuple/aristocrat","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ntuple/aristocrat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntuple%2Faristocrat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntuple%2Faristocrat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntuple%2Faristocrat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntuple%2Faristocrat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ntuple","download_url":"https://codeload.github.com/ntuple/aristocrat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntuple%2Faristocrat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28296941,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T04:44:51.577Z","status":"ssl_error","status_checked_at":"2026-01-11T04:44:44.232Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-01-11T07:01:46.818Z","updated_at":"2026-01-11T07:01:47.177Z","avatar_url":"https://github.com/ntuple.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Integration of Aristocrat in Laraval 4.\n\n### Installation\n\nTo get the latest version of Theme simply require it in your `composer.json` file.\n\n~~~\n\"matrix/aristocrat\": \"dev-master\"\n~~~\n\nYou'll then need to run `composer install` to download it and have the autoloader updated.\n\nOnce Aristocrat is installed you need to register the service provider with the application. \n\nOpen `app/config/app.php` and find the `providers` index and add the following line.\n\n~~~\n'providers' =\u003e [\n\n    'Matrix\\Aristocrat\\ServiceProvider',\n\n]\n~~~\n\nYou need register the facade in the `aliases` index in same `app/config/app.php` file.\n\n~~~\n'aliases' =\u003e [\n\n    'Aristocrat' =\u003e 'Matrix\\Aristocrat\\Facade',\n\n]\n\n~~~\n\n\n### Usages\n\n~~~\nclass HomeController extends BaseController {\n\n    public function getIndex(){\n        $restult = Aristocrat::selectData();\n    }\n}\n\n~~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntuple%2Faristocrat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fntuple%2Faristocrat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntuple%2Faristocrat/lists"}