Download the PHP package jundayw/location-based-services without Composer

On this page you can find all versions of the php package jundayw/location-based-services. 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 location-based-services

基于椭球体坐标及坐标系转换和计算服务(Location Based Services,LBS)

地心坐标系及椭球常识

安装方法

命令行下, 执行 composer 命令安装:

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

方法集合

坐标计算

支持坐标格式

计算两坐标间距离

计算两坐标间距离(附加单位)

坐标解析

英文标签

输出结果:

中文标签

输出结果:

坐标格式转换

可根据具体需求转换需要的格式,支持标签:DDD、ddd、D、d、m、s、L。L中文情况下支持:东经、西经、北纬、南纬;英文情况下支持:E、W、N、S。

中文标签

输出结果:

英文标签

输出结果:

坐标系转换

坐标系转换:标准坐标格式

坐标系转换:其他坐标格式

不同坐标系间距离计算

GPS 坐标系转百度坐标系计算距离

中国区域距离结果:

GPS 坐标系转百度坐标系计算距离

非中国区域距离结果:


All versions of location-based-services with dependencies

PHP Build Version
Package Version
Requires php Version >=7.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 jundayw/location-based-services contains the following files

Loading the files please wait ....