{"id":19824792,"url":"https://github.com/commongateway/firstregistrationbundle","last_synced_at":"2026-01-27T05:33:17.463Z","repository":{"id":169328335,"uuid":"645257782","full_name":"CommonGateway/FirstRegistrationBundle","owner":"CommonGateway","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-02T10:34:06.000Z","size":100,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-29T20:00:29.349Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CommonGateway.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":"publiccode.yaml","codemeta":null,"zenodo":null}},"created_at":"2023-05-25T09:00:31.000Z","updated_at":"2023-05-26T10:57:31.000Z","dependencies_parsed_at":"2023-12-14T16:47:06.521Z","dependency_job_id":"c74ee8e6-99f6-4dc0-afc8-789f63af59ea","html_url":"https://github.com/CommonGateway/FirstRegistrationBundle","commit_stats":null,"previous_names":["commongateway/eersteinschrijvingbundle","commongateway/firstregistrationbundle"],"tags_count":19,"template":false,"template_full_name":"CommonGateway/PetStoreBundle","purl":"pkg:github/CommonGateway/FirstRegistrationBundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommonGateway%2FFirstRegistrationBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommonGateway%2FFirstRegistrationBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommonGateway%2FFirstRegistrationBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommonGateway%2FFirstRegistrationBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CommonGateway","download_url":"https://codeload.github.com/CommonGateway/FirstRegistrationBundle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommonGateway%2FFirstRegistrationBundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28804023,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T03:44:14.111Z","status":"ssl_error","status_checked_at":"2026-01-27T03:43:33.507Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T11:05:57.065Z","updated_at":"2026-01-27T05:33:17.444Z","avatar_url":"https://github.com/CommonGateway.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FirstRegistrationBundle [![Codacy Badge](https://app.codacy.com/project/badge/Grade/980ea2efc85a427ea909518f29506ff6)](https://app.codacy.com/gh/CommonGateway/FirstRegistrationBundle/dashboard?utm_source=gh\\\u0026utm_medium=referral\\\u0026utm_content=\\\u0026utm_campaign=Badge_grade)\n\nThis plugin provides `Eerste Inschrijving` functionality for the VrijBRP application.\n\nThe first section is about installing plugins. The latter part is about custom plugins to extend Common Gateway functionality.\n\n### Installation with the Common Gateway admin user-interface\n\nOnce a bundle is set up correctly (like this repository), the Common Gateway can discover the bundle without additional configuration. Head to the `Plugins` tab to search, select and install plugins.\n\n#### Installing with PHP commands\n\nTo execute the following command, you will need [Composer](https://getcomposer.org/download/) or a dockerized installation that already has PHP and Composer.\n\nThe Composer method in the terminal and root folder:\n\n\u003e for the installation of the plugin\n\n`$composer require common-gateway/pet-store-bundle:dev-main`\n\n\u003e for the installation of schemas\n\n\\`$php bin/console commongateway:install common-gateway/pet-store-bundle\n\nThe dockerized method in the terminal and root folder:\n\n\u003e for the installation of the plugin\n\n`$docker-compose exec php composer require common-gateway/pet-store-bundle:dev-main`\n\n\u003e for the installation of schemas\n\n`$docker-compose exec php bin/console commongateway:install common-gateway/pet-store-bundle`\n\n***\n\n## Creating your Bundle\n\nThis section is for developers who want to build plugins to extend Common Gateway functionality without adding to the core codebase.\n\nThe following knowledge is assumed and/or installed:\n\n[Composer](https://getcomposer.org/download/)\n[Packagist](https://packagist.org/)\n[Docker](https://www.docker.com/products/docker-desktop/)\n[Schema.json](https://json-schema.org/)\nBasic knowledge of the [Common Gateway](https://github.com/CommonGateway)\n\n### Using this template\n\nThis template is for rapid Symfony bundle development and meant as a model to base your custom plugin on. Follow the next steps to create your plugin within 45 minutes or less\n\n1. Login on [GitHub](https://github.com)\n2. Use [this template](https://github.com/CommonGateway/FirstRegistrationBundle/generate)\n3. Name your Bundle (CamelCase). The bundle needs to end with `Bundle` as per Symfony [naming](https://symfony.com/doc/current/bundles/best_practices.html#bundles-naming-conventions) conventions.\n4. Press the green button `Create repository from template`\n5. Update file names and namespace to your fitting :\n\n   * Open composer.json, and change the name to your fitting. The first word should be the namespace, and the second the bundle's name.\n\n   \u003e Note: this is kebab-case. Also read: [naming your package](https://packagist.org/about#naming-your-package)\n\n   * Check the autoload field to be set accordingly.\n   * Open PetStoreBundle.php and change the Bundle `name` and `namespace`. The namespace should be the same as your package name in `composer.json` but in CamelCase. So `common-gateway/pet-store-bundle` becomes `CommonGateway/FirstRegistrationBundle`\n   * Rename the `/Service` and `/ActionHandler` accordingly (or delete if not used).\n   * Rename the `/DependencyInjection/PetStoreExtension.php` to your `BundleNameExtension.php`\n   * Rename the `/Resources/config/services.yaml` namespaces\n\n### Adding schemas\n\nYou can load [json schemas](https://json-schema.org/learn/getting-started-step-by-step.html#starting-the-schema) as Entities from your [`/Schema`](https://github.com/CommonGateway/FirstRegistrationBundle/tree/main/Schema) folder to use in the Common Gateway and work with objects based on your schemas.\n\nYou can add existing schemas or create your own and add them to the`/Schema` folder. There is an example shown here in [`/Schema/example.json`](https://github.com/CommonGateway/FirstRegistrationBundle/blob/main/Schema/example.json).\n\nThe following properties are required, and without them, the Gateway won't recognize the schema as valid:\n\n```\n- `version` can start on '0.1.0.' \n```\n\n\u003e without this property, you can't update schemes\n\n```\n- `$schema` (https://docs.commongateway.nl/schemas/Entity.schema.json)\n- `$id` (https://example.com/schema/{Your scheme name}.schema.json)\n```\n\n\u003e Unique `$id` to be relatable to other schemas.\n\n```\n- `type` must be 'object'\n- `properties` must be schema properties\n```\n\nOnce you add schemas to the repository, you can also add objects/data for those schemas. There is an example shown in the [`/Data`](https://github.com/CommonGateway/FirstRegistrationBundle/tree/main/Data) folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommongateway%2Ffirstregistrationbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcommongateway%2Ffirstregistrationbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommongateway%2Ffirstregistrationbundle/lists"}