Download the PHP package jiny/builder without Composer

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

지니 정적 사이트빌더

지니빌더는 라라벨 기반의 정적 웹사이트 빌더 입니다. 복잡한 route 를 추가하지 않고, resources/views/pages 폴더안에 마크다운 또는 blade 파일을 만들어 넣기만 하면 됩니다.

설치 및 초기화

지니빌더는 공개된 깃허브 저장소와 손쉬운 설치를 위한 composer 프로젝트로 구성되어 있습니다. 다음과 같이 명령을 입력합니다.

컴포저를 사용하기 위해서는 먼저 시스템에 php와 composer가 설치되어 있어야 합니다.

서버실행

지니빌드는 laravel을 기반으로 제작된 프로젝트입니다. 따라서, 데이터베이스를 포함하는 완성된 백엔드 서버 프레임으로 확장하여 사용이 가능합니다.

라라벨의 공식 문서를 활용하여 기능을 확장할 수 있습니다.

정적 빌드

지니빌드는 만들어 놓은 리소스를 변환하여 일반적으로 정적 html 파일로 생성합니다.

artisna의 build:make 명령어를 제공합니다.

명령을 실행하게 되면, 루트 디렉터리에 /docs 폴더가 생성되며, 이곳으로 리소스가 변환되어 복제되게 됩니다.

생성된 /docsgithub pages로 변환하여 사이트를 실행할 수 있습니다.


All versions of builder with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
guzzlehttp/guzzle Version ^7.2
jiny/build Version ^0.0.1
jiny/pages Version *
laravel/framework Version ^10.10
laravel/sanctum Version ^3.2
laravel/tinker Version ^2.8
livewire/livewire Version ^2.12
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/builder contains the following files

Loading the files please wait ....