Download the PHP package sinri/ark without Composer

On this page you can find all versions of the php package sinri/ark. 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 ark

Ark

GitHub license GitHub release Packagist

A fundamental toolkit for PHP 7.

It is a new generation for Enoch Project, as which might continuously support projects in PHP 5.4+.

If you have problem to connect to GitHub or too slow, try use mirror:

composer config repo.packagist composer https://mirrors.aliyun.com/composer/

And every living substance was destroyed which was upon the face of the ground, both man, and cattle, and the creeping things, and the fowl of the heaven; and they were destroyed from the earth: and Noah only remained [alive], and they that [were] with him in the ark. (Genesis 7:23)

Environment

Ark requests PHP 7. If you need Redis, you might need to declare the reference of predis/predis. Since version 2.1, Ark-Core and Ark-Curl use version 2. Since version 2.4, Ark-Cache use version 2 to support PSR-16. Since version 3.3, Ark-Web became independent as 1.0.0. Now Ark has been in 3.x.

Toolkit Map

Components

Basic Functions

Database Related

Email Related

Queue Related

Lightweight Directory Access Protocol

QR Code

Remote File System Access

WebSocket Server

Independent Toolkit

Class ArkHelper is designed for the convenience of developing, it help you to operate data structure safely, and some environment shortcuts.

Class ArkLogger is an implementation of PSR-3. You might create an instance with certain log storage path, or use a silent one as default.

Class ArkCurl provides a higher level usage of CURL.

Class ArkCache defined the interface of being a cache handler, and implementations by File System and Redis, also the fallback choice Dummy. (Note, if you want to use Redis, predis/predis is needed in composer.json.)

Class ArkPDO with model encapsulation are there for you Database Operation.

Class ArkSqlite3 is an extended tool for working on SQLite3.

Web Toolkit

The main reference is Ark(), which would provide a singleton of class TheArk.

For web service, Class TheArk contains:

For general routines, the multi-instance hubs (register and get) are provided:

CLI Toolkit

Class ArkCliProgram is designed to support a whole CLI project with certain namespace and class rule.

Server Config Reference

If you use Apache to load the project, you need to add the .htaccess file and open the allow override option.

For Nginx, you should use try_files.

Who use this?

Not so many in fact. Amongst them, Leqee is one.

Donation

BitCoin/BTC: 18wCjV8mnepDpLzASKdW7CGo6U8F9rPuV4

Alipay Account:

Alipay


All versions of ark with dependencies

PHP Build Version
Package Version
Requires php Version ~8.0
sinri/ark-core Version ~3.0
sinri/ark-cache Version ~3.0
sinri/ark-web Version ~4.0
ralouphie/getallheaders Version ^3.0
jenssegers/agent Version ^2.6
xantios/mimey Version ^2.0
ext-json Version *
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 sinri/ark contains the following files

Loading the files please wait ....