{"id":26673651,"url":"https://github.com/leo108/laravel_cas_server","last_synced_at":"2025-04-09T12:06:11.418Z","repository":{"id":44545847,"uuid":"65610453","full_name":"leo108/laravel_cas_server","owner":"leo108","description":"A Laravel package provides CAS server","archived":false,"fork":false,"pushed_at":"2023-08-13T11:52:43.000Z","size":150,"stargazers_count":84,"open_issues_count":3,"forks_count":35,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-03-14T22:51:02.539Z","etag":null,"topics":["cas","cas-server","laravel-cas","laravel-cas-server","php","php-cas","php-cas-server"],"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/leo108.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-13T09:37:19.000Z","updated_at":"2024-01-26T22:05:54.000Z","dependencies_parsed_at":"2025-03-26T01:37:17.319Z","dependency_job_id":"5dfb68f9-4fd3-49d0-ad93-fd130120ee13","html_url":"https://github.com/leo108/laravel_cas_server","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leo108%2Flaravel_cas_server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leo108%2Flaravel_cas_server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leo108%2Flaravel_cas_server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leo108%2Flaravel_cas_server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leo108","download_url":"https://codeload.github.com/leo108/laravel_cas_server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248036063,"owners_count":21037092,"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":["cas","cas-server","laravel-cas","laravel-cas-server","php","php-cas","php-cas-server"],"created_at":"2025-03-26T01:37:10.186Z","updated_at":"2025-04-09T12:06:11.397Z","avatar_url":"https://github.com/leo108.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CAS Server for Laravel\n\nlaravel_cas_server is a Laravel package that implements the server part of [CAS protocol](https://apereo.github.io/cas/4.2.x/protocol/CAS-Protocol-Specification.html) v1/v2/v3.\n\nThis package works for Laravel 5.5/5.6 . Please check 2.x branch if you are using Laravel 5.1 - 5.4 .\n\n[![Latest Version](http://img.shields.io/github/release/leo108/laravel_cas_server.svg)](https://github.com/leo108/laravel_cas_server/releases)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)\n[![Build Status](https://img.shields.io/travis/leo108/laravel_cas_server/master.svg)](https://travis-ci.org/leo108/laravel_cas_server)\n[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/leo108/laravel_cas_server/master.svg)](https://scrutinizer-ci.com/g/leo108/laravel_cas_server/code-structure)\n[![Total Downloads](https://img.shields.io/packagist/dt/leo108/laravel_cas_server.svg)](https://packagist.org/packages/leo108/laravel_cas_server)\n\n## Requirements\n\n- PHP \u003e=7.0\n\n## Installation \u0026\u0026 Usage\n\n- `composer require leo108/laravel_cas_server`\n- \u003cdel\u003eadd `Leo108\\CAS\\CASServerServiceProvider::class` to the `providers` field in `config/app.php`\u003c/del\u003e\n- `php artisan vendor:publish --provider=\"Leo108\\CAS\\CASServerServiceProvider\"`\n- modify `config/cas.php`, fields in config file are all self-described\n- `php artisan migrate`\n- make your `App\\User` implement `Leo108\\CAS\\Contracts\\Models\\UserModel`\n- create a class implements `Leo108\\CAS\\Contracts\\TicketLocker`\n- create a class implements `Leo108\\CAS\\Contracts\\Interactions\\UserLogin`\n- visit `http://your-domain/cas/login` to see the login page (assume that you didn't change the `router.prefix` value in `config/cas.php`)\n\n## Example\n\nIf you are looking for an out of box solution of CAS Server powered by PHP, you can check [php_cas_server](https://github.com/leo108/php_cas_server)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleo108%2Flaravel_cas_server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleo108%2Flaravel_cas_server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleo108%2Flaravel_cas_server/lists"}