{"id":16400322,"url":"https://github.com/geosot/laravel-application-cache-utilizer","last_synced_at":"2026-06-10T20:31:49.508Z","repository":{"id":43342223,"uuid":"447786974","full_name":"GeoSot/laravel-application-cache-utilizer","owner":"GeoSot","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-09T07:52:54.000Z","size":52,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T11:31:14.547Z","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/GeoSot.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-13T23:48:07.000Z","updated_at":"2022-02-14T12:40:30.000Z","dependencies_parsed_at":"2025-01-04T23:42:55.819Z","dependency_job_id":"6805da94-dd99-421f-b383-7cbe72012fdd","html_url":"https://github.com/GeoSot/laravel-application-cache-utilizer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GeoSot/laravel-application-cache-utilizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeoSot%2Flaravel-application-cache-utilizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeoSot%2Flaravel-application-cache-utilizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeoSot%2Flaravel-application-cache-utilizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeoSot%2Flaravel-application-cache-utilizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GeoSot","download_url":"https://codeload.github.com/GeoSot/laravel-application-cache-utilizer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeoSot%2Flaravel-application-cache-utilizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34170162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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-10-11T05:27:17.486Z","updated_at":"2026-06-10T20:31:49.487Z","avatar_url":"https://github.com/GeoSot.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel app cache utilizer\nThis Package imitates the default laravel app cache functionality, where demanding processes that calculate registered data (config, providers, routes),\nare cached there in order to be used in each app bootstrap, avoiding recalculation time\n\n*   [Installation](#installation)\n*   [Available Methods](#available_methods)\n\n\n## \u003ca name=\"installation\"\u003eInstallation:\u003c/a\u003e\n\n1. Install package\n    ```bash\n    composer require geo-sot/laravel-app-cache-utilizer\n    ```\n 3. Publish assets \n     ```bash\n     php artisan vendor:publish --provider=GeoSot\\AppCache\\ServiceProvider     \n      ```      \n      This will publish all files:\n    * config -\u003e app-cache-utilizer.php\n      \n     Or publish specific tags\n     \n## \u003ca name=\"available_methods\"\u003eAvailable Methods:\u003c/a\u003e\n```php\n\n* get(string $key, array $default = []): array\n* has(string $key): bool\n* add(string $key, array $data, bool $force = false): bool\n* remember(string $key, Closure $callback): array // saves given callback result (if is not saved already), and returns the saved data\n* forget(string $key): bool // clear the given cached file, if exists\n* clear(): bool  // clear all package's cached files\n\n\n```\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeosot%2Flaravel-application-cache-utilizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeosot%2Flaravel-application-cache-utilizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeosot%2Flaravel-application-cache-utilizer/lists"}