{"id":37014247,"url":"https://github.com/ardillo-php/examples","last_synced_at":"2026-01-14T01:24:46.957Z","repository":{"id":182888185,"uuid":"667166379","full_name":"ardillo-php/examples","owner":"ardillo-php","description":"Example desktop native applications built with Ardillo","archived":false,"fork":false,"pushed_at":"2024-11-12T06:30:18.000Z","size":744,"stargazers_count":8,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-14T21:52:18.788Z","etag":null,"topics":["ardillo","desktop-app","desktop-application","php","reactphp"],"latest_commit_sha":null,"homepage":"https://ardillo.dev","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ardillo-php.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-16T21:21:49.000Z","updated_at":"2024-07-25T19:47:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"c690f760-a9ad-465a-8bbd-1ae589a359a7","html_url":"https://github.com/ardillo-php/examples","commit_stats":null,"previous_names":["ardillo-php/examples"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ardillo-php/examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardillo-php%2Fexamples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardillo-php%2Fexamples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardillo-php%2Fexamples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardillo-php%2Fexamples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ardillo-php","download_url":"https://codeload.github.com/ardillo-php/examples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardillo-php%2Fexamples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28407696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T00:40:43.272Z","status":"ssl_error","status_checked_at":"2026-01-14T00:40:42.636Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ardillo","desktop-app","desktop-application","php","reactphp"],"created_at":"2026-01-14T01:24:46.222Z","updated_at":"2026-01-14T01:24:46.945Z","avatar_url":"https://github.com/ardillo-php.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Ardillo Examples\n\n[![CI Status](https://github.com/ardillo-php/examples/workflows/CI/badge.svg)](https://github.com/ardillo-php/examples/actions/workflows/ci.yaml)\n[![Psalm Type Coverage](https://shepherd.dev/github/ardillo-php/examples/coverage.svg)](https://shepherd.dev/github/ardillo-php/examples)\n[![Latest Stable Version](https://poser.pugx.org/ardillo/examples/v/stable.png)](https://packagist.org/packages/ardillo/examples)\n[![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE)\n\nThis repository contains examples of how to use the Ardillo framework.\n\n### Installation\n\nBefore proceeding, make sure the [Ardillo extension](https://github.com/ardillo-php/ext) is built and installed.\n\nThen, clone this repository and install its dependencies: `composer install`, and you're ready to go!\n\n### Examples\n\n#### Ardillo Table Gallery\n\nA program which showcases the various table columns offered by Ardillo. Source code is available [here](src/TableGallery).\n\nRun it with `./bin/tablegallery` (or `php bin\\tablegallery` on Windows).\n\n\u003cimg loading=\"lazy\" src=\"https://raw.github.com/ardillo-php/examples/master/shots/ardillo-tablegallery-combo.gif\" alt=\"Ardillo Table Gallery\" class=\"width-full\"\u003e\n\n#### Ardillo CSV Editor\n\nA simple CSV editor that allows you to load, edit and save CSV files.\n\nRun it with `./bin/csvedit` (or `php bin\\csvedit` on Windows). Source code is available [here](src/CsvEdit).\n\n\u003cimg loading=\"lazy\" src=\"https://raw.github.com/ardillo-php/examples/master/shots/ardillo-csvedit-combo.gif\" alt=\"Ardillo CSV Editor\" class=\"width-full\"\u003e\n\n#### Ardillo DNS Client\n\nA DNS client that allows you to query DNS servers for various records. Source code is available [here](src/Dns).\n\nRun it with `./bin/dns` (or `php bin\\dns` on Windows).\n\n\u003cimg loading=\"lazy\" src=\"https://raw.github.com/ardillo-php/examples/master/shots/ardillo-dns-combo.gif\" alt=\"Ardillo DNS Client\" class=\"width-full\"\u003e\n\n#### Ardillo Histogram\n\nA program rendering a histogram chart using ten random (but adjustable) data points. Source code is available [here](src/Histogram).\n\nRun it with `./bin/histogram` (or `php bin\\histogram` on Windows).\n\n\u003cimg loading=\"lazy\" src=\"https://raw.github.com/ardillo-php/examples/master/shots/ardillo-histogram-combo.gif\" alt=\"Ardillo Histogram\" class=\"width-full\"\u003e\n\n#### Ardillo Clock\n\nAn analogue clock that shows the current time.\n\nRun it with `./bin/clock` (or `php bin\\clock` on Windows). Source code is available [here](src/Clock).\n\n\u003cimg loading=\"lazy\" src=\"https://raw.github.com/ardillo-php/examples/master/shots/ardillo-clock-combo.png\" alt=\"Ardillo Clock\" class=\"width-full\"\u003e\n\n#### Ardillo Starfield\n\nA simple starfield simulation. Source code is available [here](src/Starfield).\n\nRun it with `./bin/starfield` (or `php bin\\starfield` on Windows).\n\n\u003cimg loading=\"lazy\" src=\"https://raw.github.com/ardillo-php/examples/master/shots/ardillo-starfield-combo.png\" alt=\"Ardillo Starfield\" class=\"width-full\"\u003e\n\n#### Ardillo Snake Game\n\nAn implementation of the classic Snake game. Source code is available [here](src/Snake).\n\nRun it with `./bin/snake` (or `php bin\\snake` on Windows).\n\n\u003cimg loading=\"lazy\" src=\"https://raw.github.com/ardillo-php/examples/master/shots/ardillo-snake-combo.png\" alt=\"Ardillo Snake Game\" class=\"width-full\"\u003e\n\n### Static Analysis\n\nThis repository is scanned for bugs by [Psalm](https://psalm.dev) and [PHPStan](https://phpstan.org). You can run these tools locally by executing `composer phpstan` and `composer psalm` respectively.\n\n### License\n\nThis repository is licensed under the MIT license.\n\n### Contributing\n\nBug reports (and small patches) can be submitted via the [issue tracker](https://github.com/ardillo-php/examples/issues). Forking the repository and submitting a Pull Request is preferred for substantial patches. Please be sure to read and comply with the [Contributing Terms](CONTRIBUTING.md) document before proceeding.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fardillo-php%2Fexamples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fardillo-php%2Fexamples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fardillo-php%2Fexamples/lists"}