Download the PHP package one23/iso639 without Composer
On this page you can find all versions of the php package one23/iso639. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package iso639
PHP ISO-639
PHP library to convert ISO-639 code
Installation
Data source
- en.wikipedia.org: ISO 639-1 : iso-639-old.csv (deprecate)
- en.wikipedia.org: List of ISO 639-1 codes : iso-639-1.csv
- en.wikipedia.org: ISO 639-2 : iso-639-2-group.csv
- en.wikipedia.org: List of ISO 639-3 language codes : iso-639-3-name.csv
- en.wikipedia.org: ISO 639 macrolanguage : iso-639-3.csv
- en.wikipedia.org: List of ISO 639-5 codes : iso-639-5.csv
- en.wikipedia.org: List of ISO 639-6 codes : iso-639-6.csv
- iso639-3.sil.org: ISO 639-3 Downloads : iso-639-3-macrolanguages_20220311.csv, iso-639-3_20220311.csv, iso-639-3_name_index_20220311.csv, iso-639-3_retirements_20220311.csv
Update date: 2022-11-23
How to
Use
Code1 && Code2b && Code2t
Static methods
- from(string $code): Code3
- all(): string[]
Methods
- getCode(): string
- getName(): ?string
- getNameNative(): ?string
- getNotes(): ?string
- getFamily(): ?string
- isMacrolanguage(): bool
- isAncient(): bool
- macrolanguages(): Code3Macro[]
- code1(): ?Code1
- code2t(): ?Code2t
- code2b(): ?Code2b
- code3(): ?Code3
- toString(): string - alias getCode()
- toArray(): array{iso_639_1_code: string, iso_639_1_name: ?string, iso_639_1_native: ?string, iso_639_1_notes: ?string, iso_639_2_t_code: ?string, iso_639_2_t_name: ?string, iso_639_2_b_code: ?string, iso_639_2_b_name: ?string, iso_639_3_code: ?string, iso_639_5_code: ?Code3, iso_639_5_name: ?string, iso_639_6_code: ?string}
Code3 && Code3All && Code3Min (only with 639-1)
Static methods
- from(string $code): Code3
- all(): string[]
Methods
- getCode(): string
- getName(): ?string
- getNameInverted(): ?string
- getScope(): ?string
- getType(): ?string
- getNotes(): ?string
- code1(): ?Code1
- code2t(): ?Code2t
- code2b(): ?Code2b
- code3(): ?Code3
- merge(): ?Code3
- toString(): string - alias getCode()
- toArray(): array{iso_639_3_code: string, iso_639_3_name: ?string, iso_639_3_name_inverted: ?string, iso_639_3_scope: ?string, iso_639_3_type: ?string, iso_639_3_notes: ?string, iso_639_1_code: ?string, iso_639_2_b_code: ?string, iso_639_2_t_code: ?string, iso_639_3_merge: ?Code3, iso_639_3_merge_reason: ?string, iso_639_3_merge_date: ?string}
Code3Macro
Static methods
- from(string $code): Code3
- all(): string[]
Methods
- getCode(): string
- getName(): ?string
- getStatus(): ?string
- code1(): ?Code1
- code2t(): ?Code2t
- code2b(): ?Code2b
- code3(): ?Code3
- alias(): ?Code3Macro
- toString(): string - alias getCode()
- toArray(): array{macrolanguage_code: string, macrolanguage_name: ?string, macrolanguage_status: string, macrolanguage_alias: ?string, iso_639_3_code: ?string}
Code5
Static methods
- from(string $code): Code5
- all(): string[]
Methods
- getCode(): string
- getName(): ?string
- getNotes(): ?string
- parent(): ?Code5
- code1(): ?Code1
- code2t(): ?Code2t
- code3(): ?Code3
- toString(): string - alias getCode()
- toArray(): array{iso_639_5_code: string, iso_639_5_name: ?string, iso_639_5_notes: ?string, parent: ?string, iso_639_2_t_code: ?string, iso_639_2_b_code: ?string}
Code6
Static methods
- from(string $code): Code5
- all(): string[]
Methods
- getCode(): string
- getName(): ?string
- toString(): string - alias getCode()
- toArray(): array{iso_639_6_code: string, iso_639_6_name: ?string}
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
License
All versions of iso639 with dependencies
PHP Build Version
Package Version
Requires
php Version
~8
ext-mbstring Version *
ext-mbstring Version *
The package one23/iso639 contains the following files
Loading the files please wait ....