WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

cilogon/service-lib

Repository files navigation

Library for the CILogon Service

License Scrutinizer

This package contains the library used by the CILogon Service.

This package is compliant with PSR-1, PSR-4, and PSR-12. If you notice compliance oversights, please send a patch via pull request.

Requirements

The following versions of PHP are supported.

  • PHP 8.0
  • PHP 8.1
  • PHP 8.2
  • PHP 8.3

Installation

To install, use composer:

composer require cilogon/service-lib

Mulit-language (i18n) Support

All text output to the user is wrapped by a gettext() ( shorthand _() ) function call. gettext enables the text to be displayed in multiple languages by setting the locale for the program at runtime. While this is great for the user, it means that the programmer must update translation files anytime a text string in the code is changed or added. This is handled by the gettext_php_to_po.php script. See Internationalization Support for more information.

License

The University of Illinois/NCSA Open Source License (NCSA). Please see License File for more information.

About

Library for the CILogon Service

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages