nimetu / ryzom_extra
ryzom工作表文件的函数和数据
v1.16.0
2024-07-07 09:58 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- php: >=5.4.0
- nimetu/ryzom_sheets: 1.*
- pimple/pimple: 1.*
README
Ryzom工作表id相关的脚本和数据文件。
json格式的数据文件在 json-resources 分支
安装
使用 composer
composer.phar require nimetu/ryzom_extra=1.*
并在您的脚本中包含 'vendor/autoload.php'
导出工作表
需求
- PHP 5.3.2或更高版本
- 来自 https://github.com/fabpot/Pimple 的Pimple
- 来自 https://github.com/nimetu/ryzom_sheets 的Ryzom和Nel类
许可证
Copyright (c) 2012 Meelis Mägi <nimetu@gmail.com>
RyzomExtra is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
RyzomExtra is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA