bramus/datatypes

A (Legacy) Types Implementation for PHP

Maintainers

👁 bramus

Package info

github.com/bramus/php-datatypes

pkg:composer/bramus/datatypes

Fund package maintenance!

bramus

Statistics

Installs: 122

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

1.1 2022-03-29 14:46 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 9f7b8778600c8d7ee12f36fa758264ceab1c3f86

  • Bramus <bramus.woop@bram.us>

This package is auto-updated.

Last update: 2026-06-29 01:53:25 UTC


README

👁 Build Status
👁 Source
👁 Version
👁 Downloads
👁 License

bramus/datatypes is a (Legacy) Types Implementation for PHP.

Built by Bram(us) Van Damme (https://www.bram.us) and Contributors

Prerequisites/Requirements

  • PHP 7.2 or greater

Installation

Installation is possible using Composer

$ composer require bramus/datatypes ~1.0

Usage

@TODO

Utility Classes

bramus/datatypes comes with a few utility/helper classes. Whilst you most likely don't need to use these directly, they might be of help:

@TODO

Testing

bramus/datatypes ships with unit tests using PHPUnit ~8.0.

  • If PHPUnit is installed globally run phpunit to run the tests.
  • If PHPUnit is not installed globally, install it locally throuh composer by running composer install --dev. Run the tests themselves by calling ./vendor/bin/phpunit or using the composer script composer test
$ composer test

License

bramus/datatypes is released under the MIT public license. See the enclosed LICENSE for details.