Download the PHP package miniaturebase/runes without Composer

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



Latest Stable Version PHP from Packagist composer.lock available license

CI Workflow Maintenance Packagist

Runes

A low-level string character analysis library for PHP.

See compart unicode documentation for useful information about unicode characters that PHP does not handle yet.

Features:

Setup

Instructions on how to set this repository up for use in your own project, or as a develper contributing to this one.

Requirements

There are not many requirements for this library. All of them are host machine related.

Installation

Use composer and your autoloader.

For Contributors:

Clone the repository and install the development tools to begin running tests for your features & bug fixes.

Usage

Using the library is super simple. For a quick example, let's analyze the ancient, yet strangely familiar, from the Elder Futhark writing system!

Would output the following data about the glyph.

Motivation

Unicode is awesome. However, it can be the source of much pain for programmers. This tool aims to help alleviate said pain by providing a low-level/generic API that allows you to focus on the problem without getting bogged down with UTF-8 and it's cousins.

Project Name

Originally, the name of this project was UTFH8; a tongue-in-cheek word-play on the UTF-8 encoding algorithm and the (very strong) English word, "hate", by using the number eight in place of the letters "a-t-e", insinutating that at some point in every developer's career, they will say – "I hate unicode".

Now, the project has been renamed to Runes, inspired by Go's rune type, and the Elder Futhark – something less harsh & sinister sounding.


All versions of runes with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1 || >=8.0
ext-intl 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 miniaturebase/runes contains the following files

Loading the files please wait ....