Download the PHP package ardillo/examples without Composer

On this page you can find all versions of the php package ardillo/examples. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package examples

Ardillo Examples

CI Status Psalm Type Coverage Latest Stable Version

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.


All versions of examples with dependencies

PHP Build Version
Package Version
Requires ardillo/loop Version ^0.1.0
react/dns Version ^1.11
fakerphp/faker Version ^1.23
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ardillo/examples contains the following files

Loading the files please wait ...