serversidebim/ifcguid

Converter for GUID's in accordance with BuildingSmart's GUID specification

1.0.0 2022-03-26 10:52 UTC

This package is not auto-updated.

Last update: 2025-06-29 02:06:00 UTC


README

The IFC specifications from BuildingSmart define a compressed type of GUID. This package provides ways to convert standard GUID's to IFCGuid's and vice versa.

For more information, see http://www.buildingsmart-tech.org/implementation/get-started/ifc-guid

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

Install using composer:

composer install serversidebim/ifcguid

Running the tests

Run the test by installing phpunit/phpunit, after which you can simply type

phpunit

on the command line in the main folder where serversidebim/ifcguid is installed

Contributing

If you have any ideas on changing the code, feel free to fork the repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details