{"id":17002857,"url":"https://github.com/neilime/zf-assets-bundle","last_synced_at":"2025-04-12T06:33:15.411Z","repository":{"id":46126716,"uuid":"164403672","full_name":"neilime/zf-assets-bundle","owner":"neilime","description":"AssetsBundle is a module for Zend Framework 3+ allowing asset management (bundling \u0026 caching)","archived":false,"fork":false,"pushed_at":"2023-11-24T21:42:26.000Z","size":959,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T01:51:10.026Z","etag":null,"topics":["assets-management","assetsbundle","css","less","minifier","minifies","minify","php7","scss","zend-framework","zend-framework3","zendframework"],"latest_commit_sha":null,"homepage":"https://neilime.github.io/zf-assets-bundle/","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/neilime.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":["neilime"]}},"created_at":"2019-01-07T08:49:12.000Z","updated_at":"2022-02-12T13:51:32.000Z","dependencies_parsed_at":"2022-09-11T16:11:27.680Z","dependency_job_id":null,"html_url":"https://github.com/neilime/zf-assets-bundle","commit_stats":{"total_commits":53,"total_committers":5,"mean_commits":10.6,"dds":0.679245283018868,"last_synced_commit":"a1ea371f7fb49a08f0a5af5da9da69187c6b0a81"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neilime%2Fzf-assets-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neilime%2Fzf-assets-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neilime%2Fzf-assets-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neilime%2Fzf-assets-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neilime","download_url":"https://codeload.github.com/neilime/zf-assets-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248529291,"owners_count":21119481,"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":["assets-management","assetsbundle","css","less","minifier","minifies","minify","php7","scss","zend-framework","zend-framework3","zendframework"],"created_at":"2024-10-14T04:29:13.409Z","updated_at":"2025-04-12T06:33:15.361Z","avatar_url":"https://github.com/neilime.png","language":"PHP","funding_links":["https://github.com/sponsors/neilime"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/neilime/easy-win-setup\" target=\"_blank\"\u003e\u003cimg src=\"https://repository-images.githubusercontent.com/164403672/a347d680-faf0-11e9-9ced-c9aaa2713010\" width=\"600\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n[![Build Status](https://travis-ci.org/neilime/zf-assets-bundle.svg?branch=master)](https://travis-ci.org/neilime/zf-assets-bundle)\n[![Coverage Status](https://coveralls.io/repos/github/neilime/zf-assets-bundle/badge.svg)](https://coveralls.io/github/neilime/zf-assets-bundle)\n[![Latest Stable Version](https://poser.pugx.org/neilime/zf-assets-bundle/v/stable)](https://packagist.org/packages/neilime/zf-assets-bundle)\n[![Total Downloads](https://poser.pugx.org/neilime/zf-assets-bundle/downloads)](https://packagist.org/packages/neilime/zf-assets-bundle)\n[![License](https://poser.pugx.org/neilime/zf-assets-bundle/license)](https://packagist.org/packages/neilime/zf-assets-bundle)\n[![Sponsor](https://img.shields.io/badge/%E2%9D%A4-Sponsor-ff69b4)](https://github.com/sponsors/neilime) \n\n📢 __AssetsBundle__ is a module for Zend Framework 3+ providing assets management (minifier, bundler \u0026 cache) like Css, Js, Less and Scss, dedicated to current module, controller and action.\n\nThis module is \"development / production\" environment aware.\n\n🔧 In development:\n - Css \u0026 Js files are not bundled for easier debugging.\n - Less \u0026 Scss files are compiled when updated or if an \"@import\" file is updated\n\n🚀 In production:\n - All asset files (Css, Js, medias) are __minified__, __bundled__ and __cached__ only if once. \n - Assets path are encrypted to mask file tree (with the exception of files in the \"assets\" public directory)\n\n# Helping Project\n\n❤️ If this project helps you reduce time to develop and/or you want to help the maintainer of this project. You can [sponsor](https://github.com/sponsors/neilime) him. Thank you !\n\n# Contributing\n\n👍 If you wish to contribute to this project, please read the [CONTRIBUTING.md](CONTRIBUTING.md) file. Note: If you want to contribute don't hesitate, I'll review any PR.\n\n# Documentation\n\n1. [Installation](https://github.com/neilime/zf-assets-bundle/wiki/Installation)\n2. [Use with Zend Skeleton Application](https://github.com/neilime/zf-assets-bundle/wiki/Use-with-Zend-Skeleton-Application)\n3. [Configuration](https://github.com/neilime/zf-assets-bundle/wiki/Configuration)\n4. [Usage for \"development / production\" environment](https://github.com/neilime/zf-assets-bundle/wiki/Usage-for-%22development---production%22-environment)\n5. [Custom Js](https://github.com/neilime/zf-assets-bundle/wiki/Custom-Js)\n6. [Console tools](https://github.com/neilime/zf-assets-bundle/wiki/Console-tools)\n7. [FAQ](https://github.com/neilime/zf-assets-bundle/wiki/FAQ)\n8. [Code Coverage](https://coveralls.io/github/neilime/zf-assets-bundle)\n9. [PHP Doc](https://neilime.github.io/zf-assets-bundle/phpdoc)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneilime%2Fzf-assets-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneilime%2Fzf-assets-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneilime%2Fzf-assets-bundle/lists"}