This repository contains examples of how to use the Ardillo framework.
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!
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).
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.
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).
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).
An analogue clock that shows the current time.
Run it with ./bin/clock
(or php bin\clock
on Windows). Source code is available here.
A simple starfield simulation. Source code is available here.
Run it with ./bin/starfield
(or php bin\starfield
on Windows).
An implementation of the classic Snake game. Source code is available here.
Run it with ./bin/snake
(or php bin\snake
on Windows).
This repository is scanned for bugs by Psalm and PHPStan. You can run these tools locally by executing composer phpstan
and composer psalm
respectively.
This repository is licensed under the MIT license.
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.