{"id":15283909,"url":"https://github.com/iammarjamal/camelui","last_synced_at":"2025-03-10T17:30:58.723Z","repository":{"id":211937433,"uuid":"730247095","full_name":"iammarjamal/camelui","owner":"iammarjamal","description":"A simple, beautiful, and versatile UI, inspired by the arabian desert.","archived":false,"fork":false,"pushed_at":"2025-03-10T07:17:23.000Z","size":281,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T08:25:29.413Z","etag":null,"topics":["alphinejs","laravel","livewire","tall-stack","ui","ui-components","uikit"],"latest_commit_sha":null,"homepage":"https://camelui.com/","language":"Blade","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/iammarjamal.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":"iammarjamal"}},"created_at":"2023-12-11T14:11:58.000Z","updated_at":"2025-03-10T07:17:29.000Z","dependencies_parsed_at":"2023-12-16T01:28:51.063Z","dependency_job_id":"401efae1-6784-4b18-ba13-1d29c46e14c9","html_url":"https://github.com/iammarjamal/camelui","commit_stats":null,"previous_names":["iammarjamal/camelui"],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iammarjamal%2Fcamelui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iammarjamal%2Fcamelui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iammarjamal%2Fcamelui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iammarjamal%2Fcamelui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iammarjamal","download_url":"https://codeload.github.com/iammarjamal/camelui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242892633,"owners_count":20202568,"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":["alphinejs","laravel","livewire","tall-stack","ui","ui-components","uikit"],"created_at":"2024-09-30T14:48:10.867Z","updated_at":"2025-03-10T17:30:58.717Z","avatar_url":"https://github.com/iammarjamal.png","language":"Blade","funding_links":["https://github.com/sponsors/iammarjamal"],"categories":[],"sub_categories":[],"readme":"# A simple, beautiful, and versatile UI, inspired by the arabian desert.\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/iammarjamal/camelui.svg?style=flat-square)](https://packagist.org/packages/iammarjamal/camelui)\n[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/iammarjamal/camelui/run-tests.yml?branch=main\u0026label=tests\u0026style=flat-square)](https://github.com/iammarjamal/camelui/actions?query=workflow%3Arun-tests+branch%3Amain)\n[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/iammarjamal/camelui/fix-php-code-style-issues.yml?branch=main\u0026label=code%20style\u0026style=flat-square)](https://github.com/iammarjamal/camelui/actions?query=workflow%3A\"Fix+PHP+code+style+issues\"+branch%3Amain)\n[![Total Downloads](https://img.shields.io/packagist/dt/iammarjamal/camelui.svg?style=flat-square)](https://packagist.org/packages/iammarjamal/camelui)\n\nThis is where your description should go. Limit it to a paragraph or two. Consider adding a small example.\n\n## Support us\n\n[\u003cimg src=\"https://github-ads.s3.eu-central-1.amazonaws.com/CamelUI.jpg?t=1\" width=\"419px\" /\u003e](https://spatie.be/github-ad-click/CamelUI)\n\nWe invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).\n\nWe highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require iammarjamal/camelui\n```\n\nYou can publish and run the migrations with:\n\n```bash\nphp artisan vendor:publish --tag=\"camelui-migrations\"\nphp artisan migrate\n```\n\nYou can publish the config file with:\n\n```bash\nphp artisan vendor:publish --tag=\"camelui-config\"\n```\n\nThis is the contents of the published config file:\n\n```php\nreturn [\n];\n```\n\nOptionally, you can publish the views using\n\n```bash\nphp artisan vendor:publish --tag=\"camelui-views\"\n```\n\n## Usage\n\n```php\n$camelUI = new CamelUI\\CamelUI();\necho $camelUI-\u003eechoPhrase('Hello, CamelUI!');\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](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- [iammarjamal](https://github.com/iammarjamal)\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%2Fiammarjamal%2Fcamelui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiammarjamal%2Fcamelui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiammarjamal%2Fcamelui/lists"}