Download the PHP package jiny/auth without Composer

On this page you can find all versions of the php package jiny/auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package auth

jinyPHP Auth

라라벨 기반의 인증을 확장한 모듈입니다. 기본 인증 뿐만 아니라, 회원을 관리할 수 있는 Admin 기능을 가지고 있습니다.

설치

기본 라라벨 회원 테이블을 확장하여 보다 향상된 회원인증을 처리할 수 있습니다.

의존성 : jiny/auth-users,jiny/auth-profile,jiny/auth-social

설정

환경설정을 패키지에서 복사하여 설치를 합니다. 다음과 같이 콘솔창에서 입력하세요.

/config/jiny/auth.php 파일이 생성됩니다. 설정값에서 화면과 url등의 설정값을 정의합니다.

actions rules 배포

커멘드

artisan 명령을 이용하여 콘솔창에서도 회원을 등록, 관리자 기능을 활성화 시킬 수 있습니다.

새로운 사용자 등록

관리자 활성화

슈퍼 관리자 활성화

설치

라우팅

php artisan vendor:publish --tag=laravel-mail

확장모듈 소개

지니Auth를 기반으로 다양한 회원정보를 유지관리 할 수 있는 추가 모듈을 제공합니다.

일부 모듈은 유료로 제공됩니다.


All versions of auth with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
jiny/fortify Version ^0.0.2
jiny/auth-profile Version ^0.8
jiny/auth-social Version ^0.4
jiny/auth-users Version ^0.6
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package jiny/auth contains the following files

Loading the files please wait ....