diskerror / typedbson
PHP classes to strictly define member structure, to control their data types, and to add convenience methods, and support BSON types.
0.8.6
2022-05-20 18:02 UTC
Requires
- php: >=7.2 <8.1
- ext-json: *
- ext-mongodb: ~1.12
- diskerror/typed: ~0.8.6.1
Requires (Dev)
- phpdocumentor/phpdocumentor: ~3.1.2
- phpunit/phpunit: ~8.5.26
This package is auto-updated.
Last update: 2024-10-20 23:15:24 UTC
README
This set of classes extends the Typed class by adding MongoDB\BSON support. It requires the MongoDB framework which in turn requires the MongoDB extension.
Composer
> composer require diskerror/typedbson