Download the PHP package arslanimamutdinov/iso-standard-utilities without Composer

On this page you can find all versions of the php package arslanimamutdinov/iso-standard-utilities. 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 iso-standard-utilities

ISO standard utilities

This component provides features for supporting search iso standards raw data by attributes.

Installation

Terms and designations

Component parts description

AttributeCode - class, containing iso attributes constants. Details:

StandardSearchUtility - class provides set of function for working with raw data standards.

StandardSearchUtilityService - service class wrapper over StandardSearchUtility.

getByAlpha2

Input:

Return: found standard raw array data, suitable to input two-letter code value (or null if not found).

Examples

getByAlpha3

Input:

Return: found standard raw array data, suitable to input three-letter code value (or null if not found).

Examples

getByNumericCode

Input:

Return: found standard raw array data, suitable to input numeric code value (or null if not found).

getStandardsDataByAttributeCode

Input:

Return: found standard raw array data, suitable to input code attribute name and code value (or null if not found).

existByAlpha2

Input:

Return: true if standard raw data exist by two-letter code, false if not exist.

existByAlpha3

Input:

Return: true if standard raw data exist by three-letter code, false if not exist.

existByNumericCode

Input:

Return: true if standard raw data exist by numeric code, false if not exist.

existByAttributeCode

Input:

Return: true if found standard raw array data exist, false if not exist.

getAllNames

Input:

Return: standards names string[].

getAllNumericCodes

Input:

Return: standards numeric codes string[].

getAllAlpha3

Input:

Return: standards Alpha3 codes string[].

getAllAlpha2

Input:

Return: standards Alpha2 codes string[].

getAllAttributesByCode

Input:

Return: standards attribute code value searched by attribute code name.

getAllByAttributeCodeValues

Input:

Return: array of standards, filtered by given code attribute name and code values string array.

Examples

getAllByAlpha2Values

Input:

Return: array of standards, filtered by given alpha2 code values string array.

Examples

getAllByAlpha3Values

Input:

Return: array of standards, filtered by given alpha3 code values string array.

Examples

getAllByNumericCodeValues

Input:

Return: array of standards, filtered by given numeric code values string array.

Examples

getAllByNameValues

Input:

Return: array of standards, filtered by given name values string array.

Examples

Contributing

Welcome to pull requests. If there is a major changes, first please open an issue for discussion.

Please make sure to update tests as appropriate.

Code coverage information

Coverage information locates on top of README file.


All versions of iso-standard-utilities with dependencies

PHP Build Version
Package Version
No informations.
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 arslanimamutdinov/iso-standard-utilities contains the following files

Loading the files please wait ....