zbateson/phpcas-dev

Very simple testing/development environment for projects using jasig/phpcas

Maintainers

👁 zbateson

Package info

github.com/zbateson/phpCASDev

pkg:composer/zbateson/phpcas-dev

Statistics

Installs: 131

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

1.0.2 2022-06-13 20:40 UTC

Requires

None

Requires (Dev)

None

Suggests

None

Provides

Conflicts

None

Replaces

None

BSD-2-Clause c70b15508fa641c3b248fc7823faa5fd906344cb

  • Zaahid Bateson

frameworkweb

This package is auto-updated.

Last update: 2026-06-14 05:19:51 UTC


README

Simple development/testing environment for CAS authentication in PHP. Allows bypassing requests to a CAS server, serving a local login page with a single password and an open user field.

The package is intended as a drop-in replacement for jasig/phpcas. The arguments sent to phpCAS::client should be all that needs to be changed.

Installation

composer require-dev phpcas-dev

phpcas-dev 'provides' jasig/phpcas, which causes it to be removed in 'dev'.

Configuration

phpCASDev uses configuration options in composer.json. Default settings are taken from phpCASDev's composer.json, but overridden if installed as a library for another project.

Usage

php -S 127.0.0.1 -t vendor/zbateson/phpcasdev/web