{"id":22278025,"url":"https://github.com/enflow/component-brick","last_synced_at":"2025-10-18T22:12:34.847Z","repository":{"id":56977858,"uuid":"205215182","full_name":"enflow/component-brick","owner":"enflow","description":"The enflow/component-brick package provides the logic to connect to the iOS and Android side of the Brick framework. ","archived":false,"fork":false,"pushed_at":"2025-03-17T10:05:26.000Z","size":37,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T18:21:22.281Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://enflow.nl","language":"Blade","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/enflow.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":null,"codemeta":null}},"created_at":"2019-08-29T17:22:29.000Z","updated_at":"2025-03-17T10:05:30.000Z","dependencies_parsed_at":"2025-03-17T21:30:34.911Z","dependency_job_id":null,"html_url":"https://github.com/enflow/component-brick","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/enflow%2Fcomponent-brick","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enflow%2Fcomponent-brick/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enflow%2Fcomponent-brick/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enflow%2Fcomponent-brick/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enflow","download_url":"https://codeload.github.com/enflow/component-brick/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248489889,"owners_count":21112657,"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":[],"created_at":"2024-12-03T15:12:38.090Z","updated_at":"2025-10-18T22:12:29.811Z","avatar_url":"https://github.com/enflow.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Connect with the Brick framework\n\nThe `enflow/component-brick` package provides the logic to connect to the iOS and Android side of the Brick framework. **Brick is meant to be used as the server-side variant of the Brick framework. See \"Whats Brick\"**\n\n## What's Brick\nBrick is Enflow's framework to create hybrid iOS and Android apps. These wrappers communicate with the server side trough a JavaScript bridge. This package writes a tag to your application that those native wrappers communicate with. The primary function of this package is to support push notifications by fetching the device ID from the device and write it to a table.\n\n## Installation\nYou can install the package via composer:\n\n``` bash\ncomposer require enflow/component-brick\n```\n\n### Migrations\nThis package includes a migration that needs to be published. This table (`brick_devices`) includes the mapping between the user and the hardware UUID of the iOS or Android device required for push notifications. New devices will be automatically assigned to the user. You can publish this migration by running:\n\n`php artisan vendor:publish --provider=\"Enflow\\Component\\Brick\\BrickServiceProvider\"`\n\n## Usage\nThis package adds the `BrickManager` class to the container and injects a `$brickManager` variable to all views. This variable can be used to render the required tag automatically. We recommend adding this to the end of the master template, just before the `\u003c/body\u003e`:\n`{!! $brickManager-\u003etags() !!}`\n\nWe recommend viewing through the files in this package to understand its usage and logic.\n\n## Contributing\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n## Security\nIf you discover any security related issues, please email michel@enflow.nl instead of using the issue tracker.\n\n## Credits\n- [Michel Bardelmeijer](https://github.com/mbardelmeijer)\n- [All Contributors](../../contributors)\n\n## About Enflow\nEnflow is a digital creative agency based in Alphen aan den Rijn, Netherlands. We specialize in developing web applications, mobile applications and websites. You can find more info [on our website](https://enflow.nl/en).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenflow%2Fcomponent-brick","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenflow%2Fcomponent-brick","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenflow%2Fcomponent-brick/lists"}