gdbots / schemas
Schemas for common Gdbots apps and components.
v3.0.5
2024-10-03 17:19 UTC
Requires
- php: >=8.1
- gdbots/pbj: ^4.0
Requires (Dev)
- gdbots/pbjc: v1.x-dev
- phpunit/phpunit: ^9.5
- symfony/yaml: ^4.4
This package is auto-updated.
Last update: 2026-05-29 01:15:23 UTC
README
Schemas for common gdbots services. Browse the json schemas.
Installation
- Git clone the project to your computer:
$ git clone git@github.com:gdbots/schemas.git
- Open terminal and
cdto the root directory of this project (where you git cloned it to). - Run
nvm use - Run
npm install - Run
composer install - Work indefinitely ಠ_ಠ.
Writing Code
Using your IDE you can make changes to XML configs.
You will then need to compile the new configs to JS/PHP.
- Run
composer pbjc