定制 ardillo/examples 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

ardillo/examples

最新稳定版本:0.1.0

Composer 安装命令:

composer create-project ardillo/examples

包简介

Ardillo Example Apps

README 文档

README

CI Status Psalm Type Coverage Latest Stable Version License

This repository contains examples of how to use the Ardillo framework.

Installation

Before proceeding, make sure the Ardillo extension is built and installed.

Then, clone this repository and install its dependencies: composer install, and you're ready to go!

Examples

Ardillo Table Gallery

A program which showcases the various table columns offered by Ardillo. Source code is available here.

Run it with ./bin/tablegallery (or php bin\tablegallery on Windows).

Ardillo Table Gallery

Ardillo CSV Editor

A simple CSV editor that allows you to load, edit and save CSV files.

Run it with ./bin/csvedit (or php bin\csvedit on Windows). Source code is available here.

Ardillo CSV Editor

Ardillo DNS Client

A DNS client that allows you to query DNS servers for various records. Source code is available here.

Run it with ./bin/dns (or php bin\dns on Windows).

Ardillo DNS Client

Ardillo Histogram

A program rendering a histogram chart using ten random (but adjustable) data points. Source code is available here.

Run it with ./bin/histogram (or php bin\histogram on Windows).

Ardillo Histogram

Ardillo Clock

An analogue clock that shows the current time.

Run it with ./bin/clock (or php bin\clock on Windows). Source code is available here.

Ardillo Clock

Ardillo Starfield

A simple starfield simulation. Source code is available here.

Run it with ./bin/starfield (or php bin\starfield on Windows).

Ardillo Starfield

Ardillo Snake Game

An implementation of the classic Snake game. Source code is available here.

Run it with ./bin/snake (or php bin\snake on Windows).

Ardillo Snake Game

Static Analysis

This repository is scanned for bugs by Psalm and PHPStan. You can run these tools locally by executing composer phpstan and composer psalm respectively.

License

This repository is licensed under the MIT license.

Contributing

Bug reports (and small patches) can be submitted via the issue tracker. Forking the repository and submitting a Pull Request is preferred for substantial patches. Please be sure to read and comply with the Contributing Terms document before proceeding.

统计信息

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

GitHub 信息

  • Stars: 10
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-08-28