Download the PHP package sangkan/wiji without Composer

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

ꦮꦶꦗꦶ Wiji — monorepo

Wiji adalah 128-bit time-ordered identifier (timestamp-first) untuk sistem yang butuh urutan yang rapi di database, monotonic generator, dan ekstraksi waktu presisi microsecond (µs).

Website docs: wiji.sangkan.dev.

Packages

Quick start

Forged at Sangkan — Building the Source.

Deploy (Cloudflare Pages)

Website lives in site/. Deployment notes: site/DEPLOY_CLOUDFLARE_PAGES.md.


Mengapa Wiji?

Properti UUID v4 UUID v7 ULID KSUID Wiji v1
Presisi timestamp — 1 ms 1 ms 1 detik 1 µs
B+ tree friendly ❌ ✅ ✅ ✅ ✅
Monotonic ❌ Sebagian Sebagian ❌ ✅
Version field ✅ ✅ ❌ ❌ ✅
Binary output ✅ ✅ ❌ ❌ ✅
Zero dependencies ❌ ❌ ❌ ❌ ✅
String length 36 36 26 27 26
Valid hingga — 10889 10889 2106 4253

Bit Layout


Quick Start

JavaScript / Node.js / Bun / Deno

PHP / Laravel

Laravel — Eloquent integration


Database Storage

Database Column type Notes
MySQL / MariaDB VARCHAR(26) Primary, natural sort
MySQL / MariaDB BINARY(16) Compact, fastest index
PostgreSQL CHAR(26) atau UUID UUID format via generateUuid()
SQLite TEXT Default
MongoDB Store as string Natural sort preserved

Performance

Measured on Node.js 22, PHP 8.3 (single core):

IDs/sec
Wiji JS (string) ~800k
Wiji JS (binary) ~3.5M
Wiji PHP (string) ~290k
UUID v4 (JS) ~1.7M
ULID (JS npm) ~4k

Wiji binary output adalah yang tercepat untuk pipeline yang pakai binary storage.


Implementasi

Bahasa Package Status
JavaScript / TypeScript @sangkan-dev/wiji ✅ Stable
PHP sangkan/wiji ✅ Stable
Python sangkan-wiji 🔜 Coming soon
Go github.com/sangkan-dev/wiji-go 🔜 Coming soon
Rust wiji (crates.io) 🔜 Coming soon

Composer (Packagist) — rilis

composer.json untuk paket sangkan/wiji berada di root monorepo ini agar Packagist bisa membacanya.

  1. Commit & push perubahan ke GitHub (sangkan-dev/wiji).
  2. Buat tag semver dan push, contoh: git tag v1.0.0 lalu git push origin v1.0.0 — versi di Composer mengikuti tag (v di depan opsional; Packagist umumnya mengenali v1.0.0 / 1.0.0).
  3. Di Packagist: Submit → masukkan URL repo https://github.com/sangkan-dev/wiji.
  4. Ikuti langkah GitHub webhook di Packagist agar tag/commit baru terindeks otomatis.

Setelah terdaftar, pengguna memasang dengan: composer require sangkan/wiji.


Specification

Lihat WIJI_SPEC.md untuk spesifikasi lengkap, termasuk bit layout, byte layout, test vectors, dan panduan implementasi di bahasa lain.

Spec dirilis di bawah CC0 1.0 — public domain. Siapapun boleh mengimplementasikan Wiji tanpa batasan.


License

MIT — lihat LICENSE


Forged at Sangkan — Building the Source. Inspired by "Sangkan Paraning Dumadi" — memahami asal dan tujuan dari segala ciptaan.


All versions of wiji with dependencies

PHP Build Version
Package Version
Requires php Version >=7.3
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 sangkan/wiji contains the following files

Loading the files please wait ...