承接 l2jbrasil/l2jphp 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

l2jbrasil/l2jphp

Composer 安装命令:

composer require l2jbrasil/l2jphp

包简介

A PHP Framework for standard L2J application development.: "One library to rule them all"

README 文档

README

A PHP Framework for harmonized L2J application development.

"One library to rule them all"

L2JBrDevelopers

Official Topic: https://www.l2jbrasil.com/index.php?/topic/126388-l2jphp-one-library-to-rule-them-all/

Usage:

<?php

define('L2JBR_DIST', "L2JSERVER"); //What is the distribution?
define('L2JBR_L2VERSION', "Interlude"); //What is the chronicle? Kamael, God, Classic, any generec name.

//$CharactersModel = new \L2jBrasil\L2JPHP\Models\Dist\Interlude\L2JSERVER\Players\Characters(); //Compatible only with L2JSERVER databases
$CharactersModel = \L2jBrasil\L2JPHP\ModelFactory::build('Players/Characters'); //Compatible for all suported modules
$CharactersModel->get('ID');
$CharactersModel->update('ID', ["name"=> "Grundor"]);
$CharactersModel->ban('ID');
$CharactersModel->all(['name','level'],false,10,'level'); //Retorna os 10 personagens com maior level.

//Advanced:
$CharactersModel->select(['character.id','account.name'])
    ->join(\L2jBrasil\L2JPHP\ModelFactory::build('Players/Account'))
    ->orderby('level')
    ->limit(100)
    ->query()
    ->FetchAll();

Modules

  • Players
    • Characters
    • Account
    • Iventory
    • Wharehouse
  • Clan
    • ClanData
    • Ally
  • NPC
    • RaidBoss
    • GrandBoss
    • NPC
    • DropList

Coverage

Rev/Dist Interlude H5 Gracia Classic
L2jServer 10%
L2jMobius 10%
aCis
Lucera 10%
L2OFF 1%

How to install

Composer is a tool for dependency management in PHP https://getcomposer.org

composer require l2jbrasil/l2jphp

统计信息

  • 总下载量: 20
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-09-20

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固