{"id":18696157,"url":"https://github.com/defstudio/uncharted","last_synced_at":"2025-04-12T07:30:51.359Z","repository":{"id":60986454,"uuid":"546588737","full_name":"defstudio/uncharted","owner":"defstudio","description":"an opinionated Laravel wrapper for chartjs","archived":false,"fork":false,"pushed_at":"2024-04-29T01:19:36.000Z","size":68,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-01T09:48:58.221Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/defstudio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"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}},"created_at":"2022-10-06T10:14:56.000Z","updated_at":"2024-07-08T02:34:07.740Z","dependencies_parsed_at":"2023-02-01T02:16:01.266Z","dependency_job_id":"bc06aab3-0a62-42fa-8a22-55a9792dc056","html_url":"https://github.com/defstudio/uncharted","commit_stats":{"total_commits":19,"total_committers":3,"mean_commits":6.333333333333333,"dds":0.5263157894736843,"last_synced_commit":"8d0d1923c3225956c414c4e12ccc5962f93273d4"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":"spatie/package-skeleton-laravel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defstudio%2Funcharted","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defstudio%2Funcharted/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defstudio%2Funcharted/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defstudio%2Funcharted/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/defstudio","download_url":"https://codeload.github.com/defstudio/uncharted/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223502196,"owners_count":17155938,"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-11-07T11:17:23.279Z","updated_at":"2024-11-07T11:17:23.789Z","avatar_url":"https://github.com/defstudio.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# An opinionated Laravel wrapper for chartjs\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/defstudio/uncharted.svg?style=flat-square)](https://packagist.org/packages/defstudio/uncharted)\n[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/defstudio/uncharted/run-tests.yml?branch=main\u0026label=tests)](https://github.com/defstudio/uncharted/actions?query=workflow%3Arun-tests+branch%3Amain)\n[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/defstudio/uncharted/fix-php-code-style-issues.yml?branch=main\u0026label=code%20style)](https://github.com/defstudio/uncharted/actions?query=workflow%3A\"Fix+PHP+code+style+issues\"+branch%3Amain)\n[![Total Downloads](https://img.shields.io/packagist/dt/defstudio/uncharted.svg?style=flat-square)](https://packagist.org/packages/defstudio/uncharted)\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/uncharted.jpg?t=1\" width=\"419px\" /\u003e](https://spatie.be/github-ad-click/uncharted)\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 defstudio/uncharted\n```\n\nYou can publish and run the migrations with:\n\n```bash\nphp artisan vendor:publish --tag=\"uncharted-migrations\"\nphp artisan migrate\n```\n\nYou can publish the config file with:\n\n```bash\nphp artisan vendor:publish --tag=\"uncharted-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=\"uncharted-views\"\n```\n\n## Usage\n\n```php\n$uncharted = new DefStudio\\Uncharted();\necho $uncharted-\u003eechoPhrase('Hello, DefStudio!');\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- [Fabio Ivona](https://github.com/defstudio)\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%2Fdefstudio%2Funcharted","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdefstudio%2Funcharted","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefstudio%2Funcharted/lists"}