Download the PHP package jiny/modules without Composer

On this page you can find all versions of the php package jiny/modules. 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 modules

Jiny Modules

jinyphp의 다양한 기능확장을 위한 모듈관리 입니다. 모듈은 일반적인 패키지와 달리 특별한 커스텀 기능을 담고 있는 코드 모음 입니다.

설치

컴포저 명령을 통하여 다음과 같이 콘솔 창에서 실행합니다.

모듈은 라라벨 페키지 루트의 jiny 또는 modules안에 존재하게 됩니다.

설정파일 배포

modules 디렉터리를 생성하고, composer.json 파일을 수정하여 네임스페이스를 설정합니다. module:init 명령은 이러한 과정을 자동으로 처리해 줍니다.

변경된 composer.json 의 주요 내용은 다음과 같습니다.

또한 자동으로 composer dump-autoload 명령을 수행시켜 줍니다.

atrisan 확장 명령

지니모듈은 nWidart/laravel-modules보다 몇개의 확장 명령등을 제공합니다.

init

처음 modules 관리자를 설치후 해주어야 하는 폴더 생성과 composer 수정을 자동으로 처리해 줍니다.

url경로를 통하여 다운로드 설치

외부 주소를 입력하여 모듈을 자동으로 다운로드, 설치를 진행할 수 있습니다.

모듈 삭제

설치된 모듈의 파일을 삭제합니다.

artisan 기본 명령어

모듈관리자의 기본 명령은 nWidart/laravel-modules 에서 확인이 가능합니다.

설치된 모듈리스트 출력

설치된 모듈의 목록을 출력합니다.


All versions of modules with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
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/modules contains the following files

Loading the files please wait ....