tsugi/lib
最新稳定版本:25.12.3
Composer 安装命令:
composer require tsugi/lib
包简介
The PHP Library to build interoperable learning tools
README 文档
README
This is part of the Tsugi PHP Project and contains the run-time objects and scripts that support PHP Tsugi applications and modules.
Here is some documentation for the APIs that are provided by this library:
In addition to being used as part of the base Tsugi installs, Tsugi standalone application or modules will generally pull this in as a Packagist dependency using Composer.
For samples of how to use this code in a standalone library or an application, please see the following repositories:
-
Sample Tsugi Module - Copy this if you want to start a fresh Tsugi Module from scratch. If you are building a new tool from scratch, you should build it as a "Tsugi Module" following all of the Tsugi style guidance, using the Tsugi browser environment, and making full use of the Tsugi framework. This repository contains a basic "Tsugi Module" you can use as a starting point.
-
Sample Tsugi-Enabled Application - You can also use Tsugi as a library and add it to a few places in an existing application. This repository contains sample code showing how to use Tsugi as a library in an existing application.
Unit Testing
To download PHPUnit (and any other development dependencies):
composer install
To test:
./vendor/bin/phpunit tests --bootstrap vendor/autoload.php
To run one test:
vendor/bin/phpunit --filter {EntryTest}
Pulling in to Tsugi
Edit composer.json and
composer update --prefer-dist tsugi/lib
Releasing
This is stored in Packagist.
https://packagist.org/packages/tsugi/lib
Making PHPDoc
Read this:
https://github.com/FriendsOfPHP/Sami
Curl this:
curl -O http://get.sensiolabs.org/sami.phar
Run this:
rm -r /tmp/tsugi/
php sami.phar update sami-config-dist.php
mv /tmp/tsugi/sami.js /tmp/tsugi/s.js
sed 's/".html"/"index.html"/' < /tmp/tsugi/s.js > /tmp/tsugi/sami.js
rm /tmp/tsugi/s.js
open /tmp/tsugi/index.html
统计信息
- 总下载量: 1.94k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 0
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2016-01-02