Download the PHP package fanqingxuan/jsonhelper without Composer

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

laravel现在是php界红的发紫的框架, 之所以红必有其道理,但个人还是感觉laravel太重了,但是laravel里面还有有一些不错的组件或者功能想移植到其他非laravel项目中去,比如Eloquent ORM,网上已经有很多资源方法教我们独立使用,这里不做介绍。laravel中内置封装了集合类,供大家处理数组使用,相信大家已经都用过了,但没有找到相关资源将集合Collection类抽取出来,为此,花了点儿时间将laravel中的Collection集合类、数组Arr类、字符串Str类抽取出来,供大家参阅以及使用。

本项目抽取了Collection、Arr、Str的95%+功能,其中有一小部分没有提取,比如字符串生成uuid、获取ASCII函数,不常用切依赖别的组件,抽取出来反而使项目不够轻量级了,因此砍掉了。

说明

项目基于laravel最新版本7.x进行功能提取

环境要求

php7.2.5+

安装

基本用法

相关函数

本项目基本上抽取了laravel 7.x版本中Collection、Arr、Str类的所有方法,因此可以直接参考laravel 7.x手册中相关类的使用方法,可自行通过laravel官网或者其它途径查找,也可参考如下链接

Collection函数

Arr函数

Str函数


All versions of jsonhelper with dependencies

PHP Build Version
Package Version
Requires php Version ^7.2.5
doctrine/inflector Version ^1.1
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 fanqingxuan/jsonhelper contains the following files

Loading the files please wait ....