{"id":22189896,"url":"https://github.com/saade/filament-sql-field","last_synced_at":"2026-03-11T18:38:22.504Z","repository":{"id":264917207,"uuid":"871803712","full_name":"saade/filament-sql-field","owner":"saade","description":"A SQL field with tables and columns autocompletion","archived":false,"fork":false,"pushed_at":"2025-06-16T02:23:37.000Z","size":183,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-17T05:38:21.677Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/saade.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["saade"]}},"created_at":"2024-10-13T01:32:41.000Z","updated_at":"2025-05-12T02:47:51.000Z","dependencies_parsed_at":"2025-06-22T12:08:51.302Z","dependency_job_id":"39ffd70a-6737-40e2-942f-04124bf72374","html_url":"https://github.com/saade/filament-sql-field","commit_stats":null,"previous_names":["saade/filament-sql-field"],"tags_count":0,"template":false,"template_full_name":"filamentphp/plugin-skeleton","purl":"pkg:github/saade/filament-sql-field","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saade%2Ffilament-sql-field","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saade%2Ffilament-sql-field/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saade%2Ffilament-sql-field/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saade%2Ffilament-sql-field/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saade","download_url":"https://codeload.github.com/saade/filament-sql-field/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saade%2Ffilament-sql-field/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271574431,"owners_count":24783319,"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","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-12-02T11:39:53.554Z","updated_at":"2026-03-11T18:38:17.482Z","avatar_url":"https://github.com/saade.png","language":"JavaScript","funding_links":["https://github.com/sponsors/saade"],"categories":[],"sub_categories":[],"readme":"# A SQL field with tables and columns autocompletion\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/saade/filament-sql-field.svg?style=flat-square)](https://packagist.org/packages/saade/filament-sql-field)\n[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/saade/filament-sql-field/run-tests.yml?branch=main\u0026label=tests\u0026style=flat-square)](https://github.com/saade/filament-sql-field/actions?query=workflow%3Arun-tests+branch%3Amain)\n[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/saade/filament-sql-field/fix-php-code-styling.yml?branch=main\u0026label=code%20style\u0026style=flat-square)](https://github.com/saade/filament-sql-field/actions?query=workflow%3A\"Fix+PHP+code+styling\"+branch%3Amain)\n[![Total Downloads](https://img.shields.io/packagist/dt/saade/filament-sql-field.svg?style=flat-square)](https://packagist.org/packages/saade/filament-sql-field)\n\n\n\nThis is where your description should go. Limit it to a paragraph or two. Consider adding a small example.\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require saade/filament-sql-field\n```\n\nYou can publish and run the migrations with:\n\n```bash\nphp artisan vendor:publish --tag=\"filament-sql-field-migrations\"\nphp artisan migrate\n```\n\nYou can publish the config file with:\n\n```bash\nphp artisan vendor:publish --tag=\"filament-sql-field-config\"\n```\n\nOptionally, you can publish the views using\n\n```bash\nphp artisan vendor:publish --tag=\"filament-sql-field-views\"\n```\n\nThis is the contents of the published config file:\n\n```php\nreturn [\n];\n```\n\n## Usage\n\n```php\n$filamentSqlField = new Saade\\FilamentSqlField();\necho $filamentSqlField-\u003eechoPhrase('Hello, Saade!');\n```\n\n## Testing\n\n```bash\ncomposer test\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [Saade](https://github.com/saade)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaade%2Ffilament-sql-field","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaade%2Ffilament-sql-field","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaade%2Ffilament-sql-field/lists"}