{"id":40696676,"url":"https://github.com/empatisoft/yok-atlas","last_synced_at":"2026-01-21T11:37:01.755Z","repository":{"id":61649126,"uuid":"553530005","full_name":"empatisoft/yok-atlas","owner":"empatisoft","description":"YÖK Atlas web sitesindeki veriler için geliştirilmiş olan bir projedir.","archived":false,"fork":false,"pushed_at":"2022-10-18T12:17:41.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-21T15:58:58.445Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/empatisoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"patreon":"empatisoft"}},"created_at":"2022-10-18T11:03:22.000Z","updated_at":"2022-10-19T21:11:08.000Z","dependencies_parsed_at":"2022-10-20T03:00:23.012Z","dependency_job_id":null,"html_url":"https://github.com/empatisoft/yok-atlas","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/empatisoft/yok-atlas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/empatisoft%2Fyok-atlas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/empatisoft%2Fyok-atlas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/empatisoft%2Fyok-atlas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/empatisoft%2Fyok-atlas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/empatisoft","download_url":"https://codeload.github.com/empatisoft/yok-atlas/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/empatisoft%2Fyok-atlas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28632773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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-21T11:37:01.003Z","updated_at":"2026-01-21T11:37:01.751Z","avatar_url":"https://github.com/empatisoft.png","language":"PHP","funding_links":["https://patreon.com/empatisoft"],"categories":[],"sub_categories":[],"readme":"## YÖK Atlas\nYÖK Atlas web sitesindeki lisans program bilgilerinin alınmasını sağlamaktadır.\n\n## Composer ile kurulum (Terminal)\nProje ana dizininde aşağıdaki komutu çalıştırın.\n```\n$ composer require empatisoft/yok-atlas:dev-main --prefer-source\n```\n## Composer ile kurulum (JSON)\ncomposer.json dosyanızın require değerlerine ekleyip \"composer update\" komutunu çalıştırın.\n```\n\"empatisoft/yok-atlas\": \"dev-main\"\n```\n## Projenize elle ekleme\nSınıfı indirip proje dizininize kopyalayıp kullanabilirsiniz.\n\n## Örnek Kullanım\n\n```php\nini_set('display_errors', 1);\nini_set('display_startup_errors', 1);\nerror_reporting(E_ERROR);\n\ndefine('DIR', DIRECTORY_SEPARATOR);\ndefine('ROOT', $_SERVER['DOCUMENT_ROOT'].DIR);\n\nrequire_once ROOT.\"vendor\".DIR.\"autoload.php\";\nrequire_once \"helpers.php\";\n\n$atlas = new \\Empatisoft\\YokAtlas();\n```\n\n### Üniversiteye ait programları çekmek için\n\n```\n$universityCode = 1000;\n$atlas-\u003esetUniversity($universityCode);\n$programs = $atlas-\u003egetPrograms();\n```\n\n### Program bilgisini çekmek için\n\n```\n$programCode = 1000;\n$year = 2021;\n$atlas-\u003esetProgram($programCode);\n$atlas-\u003esetYear($year);\n$program = $atlas-\u003egetProgram();\n```\n\n## -\u003esetUniversity() Metodu\nProgramlarını çekmek istediğiniz üniversiteye ait ÖSYM kodunu ayarlamanızı sağlar. (getPrograms metodu için zorunludur.)\n\n## -\u003esetYear() Metodu\nVerilerini çekmek istediğiniz yılı ayarlar.\n\n## -\u003egetPrograms() Metodu\nÜniversiteye ait tüm programları listeler. Bu metodun çalışabilmesi için \"setUniversity\" metodu ile üniversite kodu ayarlanmalıdır.\n\n## -\u003egetProgram() Metodu\nPrograma ait tüm analizlerin çekilmesini sağlar. Bu metodun çalışabilmesi için \"setYear\" metodu ile veri yılı ayarlanmalıdır.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fempatisoft%2Fyok-atlas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fempatisoft%2Fyok-atlas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fempatisoft%2Fyok-atlas/lists"}