Download the PHP package jue/rank without Composer

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

Jrank

一个基于php开发的排名组件(php rank)

Jrank正式发布了,他是一个能够给你提供排名功能所必需的要素,文档完善,功能齐全,低耦合,composer引入,二次开发.

假如公司需要做排名活动,统计排名,等等和排名相关的东西,就交给JRank吧。


提供


目前稳定版本为1.0.0.3版本

版本迭代:

v1.0.0.3

v1.0.0.2

v1.0.0.1

v1.0.0.0

安装 | Install


例子 | Example

CounterRank : testExample

DateRank: testExample

MutliRank:testExample

PagerRank:testExample


CounterRank

所有其他排名组件都基于CounterRank,Counter提供最完备的排名功能,任何Cache只要实现IRedis的方法即可使用CounterRank,默认使用\Redis.

实例

getRankKey :获取当前rank使用的key值 ☺️
addRankField : 给rank添加一个field(类似于我给排名加一个游戏玩家的id和他拿了多少分):smirk:
getRankScore: 获取想要的field的score(类似于我想知道某个游戏玩家的分数):kissing_closed_eyes:

CounterRank的详细介绍和使用哦(博客路径,可以留言吐槽)

CounterRank的详细介绍和使用哦,(gitHub路径)

DateRank

实例(以下例子使用的都是Carbon库来处理时间)

getRankKey:获取当前rank使用的key值 ☺️

DateRank的详细介绍和使用哦(博客路径,可以留言吐槽)

DateRank的详细介绍和使用哦,(gitHub路径)

MutliRank

实例(以下例子使用的都是Carbon库来处理时间)

MutliRank的详细介绍和使用哦(博客路径,可以留言吐槽)

MutliRank的详细介绍和使用哦,(gitHub路径)

PagerRank

实例(以下例子使用的都是Carbon库来处理时间)

PagerRank的详细介绍和使用哦(博客路径,可以留言吐槽)

Pager的详细介绍和使用哦,(gitHub路径)

回到顶部


All versions of rank with dependencies

PHP Build Version
Package Version
Requires nesbot/carbon Version ^1.21
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 jue/rank contains the following files

Loading the files please wait ....