Download the PHP package jiny/convert without Composer

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

단위변환 클래스

순수한 PHP로 제작된 단위 변환 라이브러리 입니다.

설치

지니 단위변환기는 컴포저를 이용하여 배포/설치 됩니다.

사용방법

신규 파일을 생성후, 컴포저 오토로드 코드를 삽입합니다. 단위 변환에 대한 객체를 생성합니다.

셈플코드

단위값 설정

변환값의 설정은 2가지 방식으로 제공을 합니다. 먼저, 변환되는 단위 값을 객체 생성 인자값으로 전달 합니다.
또는 객체 생성후에 setter 메소드를 통하여 객체의 변환값을 변경할 수 있습니다.

변환값 확인

단위 객체에 설정된 기본값을 이용하여, 변환된 값을 출력할 수 있습니다. 변환 하고자 하는 메소드를 호출합니다.

단위변환 종류

jiny convert는 다양한 종류의 단위를 변환할 수 있습니다. 각각의 단위는 별도의 개발 클래스로 제작되어 있습니다.

길이

단위 길이를 변경할 수 있습니다.

넓이

무게

부피

온도

압력

속도

연비

데이터

시간

컨트리뷰터

본 저장소는 다수의 개발자의 기여에 의해서 운영이 됩니다.

먼저 본 저장소를 fork합니다. 포크받은 자신의 저장소에서 코드를 수정 또는 작성을 합니다. 작성후에 pull-request를 해주시길 바랍니다. 코드는 PSR 코드 규칙을 따라서 작성을 해주기실 바랍니다.


All versions of convert with dependencies

PHP Build Version
Package Version
Requires php Version >= 7.0
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/convert contains the following files

Loading the files please wait ....