{"id":26728328,"url":"https://github.com/jonathanlight/fastentitybundle","last_synced_at":"2025-03-27T22:23:07.145Z","repository":{"id":57001202,"uuid":"219513884","full_name":"Jonathanlight/FastEntityBundle","owner":"Jonathanlight","description":"FastEntityBundle Composant Bundle for Generate entity and relation with a config yaml","archived":false,"fork":false,"pushed_at":"2020-02-19T16:41:46.000Z","size":82,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-25T16:46:30.044Z","etag":null,"topics":["bundle","maker","php7","symfony"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jonathanlight.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-04T13:57:23.000Z","updated_at":"2020-06-28T02:54:16.000Z","dependencies_parsed_at":"2022-08-21T14:10:26.036Z","dependency_job_id":null,"html_url":"https://github.com/Jonathanlight/FastEntityBundle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jonathanlight%2FFastEntityBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jonathanlight%2FFastEntityBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jonathanlight%2FFastEntityBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jonathanlight%2FFastEntityBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jonathanlight","download_url":"https://codeload.github.com/Jonathanlight/FastEntityBundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245932627,"owners_count":20696097,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bundle","maker","php7","symfony"],"created_at":"2025-03-27T22:23:06.145Z","updated_at":"2025-03-27T22:23:07.099Z","avatar_url":"https://github.com/Jonathanlight.png","language":"PHP","readme":"# FastEntityBundle\n\n[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://travis-ci.org/joemccann/dillinger)\n\nFastEntityBundle Composant Bundle to Generate entity and relation with a config yaml\n\n### Installation\n```\n    $ composer require jonathankablan/fast-entity-bundle\n```\n\n### Command\n```\n    $ bin/console magic:entity\n```\n\n### Config Yaml\nCreate file of config : fast_entity.yaml\n\nSymfony_project/config/packages/fast_entity.yaml\n\n```\nfast_entity:\n    tables:\n        - { name: 'admin' }\n        - { name: 'formation' }\n    schema:\n        # User\n        - { entity: 'admin', property: 'username', type: 'string', length: 255, nullable: true }\n        - { entity: 'admin', property: 'password', type: 'string', length: 255, nullable: true }\n        - { entity: 'admin', property: 'email', type: 'string', length: 255, nullable: true }\n        - { entity: 'admin', property: 'active', type: 'boolean', nullable: true }\n        - { entity: 'admin', property: 'created', type: 'datetime', nullable: true }\n        - { entity: 'admin', property: 'updated', type: 'datetime', nullable: true }\n        # Conference\n        - { entity: 'formation', property: 'location', type: 'string', length: 255, nullable: true }\n        - { entity: 'formation', property: 'price', type: 'integer', length: 11, nullable: true }\n        - { entity: 'formation', property: 'created', type: 'datetime', nullable: true }\n        - { entity: 'formation', property: 'updated', type: 'datetime', nullable: true }\n    relations:\n        - { entityTo: 'admin', entityFrom: 'formation', relation: 'OneToOne' }\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanlight%2Ffastentitybundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathanlight%2Ffastentitybundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanlight%2Ffastentitybundle/lists"}