serversidebim / ifcguid
Converter for GUID's in accordance with BuildingSmart's GUID specification
Installs: 76
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.4
Requires (Dev)
- phpunit/phpunit: ^9.3.3
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