{"id":40574667,"url":"https://github.com/exolnet/glutenblocks","last_synced_at":"2026-01-21T02:02:44.632Z","repository":{"id":34635001,"uuid":"179711853","full_name":"eXolnet/glutenblocks","owner":"eXolnet","description":"Collection of Wordpress blocks for the Gutenberg editor.","archived":false,"fork":false,"pushed_at":"2025-07-17T00:46:09.000Z","size":11742,"stargazers_count":1,"open_issues_count":17,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-07T06:19:05.112Z","etag":null,"topics":["php","wordpress"],"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/eXolnet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2019-04-05T15:52:24.000Z","updated_at":"2025-07-17T00:46:05.000Z","dependencies_parsed_at":"2025-01-10T01:18:33.904Z","dependency_job_id":"c3d327f7-a0bf-4eb5-99a9-457c54aa1776","html_url":"https://github.com/eXolnet/glutenblocks","commit_stats":{"total_commits":189,"total_committers":8,"mean_commits":23.625,"dds":0.6402116402116402,"last_synced_commit":"7ab280fa38f09d5ab46ce80c8ff99d5efaff7013"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/eXolnet/glutenblocks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eXolnet%2Fglutenblocks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eXolnet%2Fglutenblocks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eXolnet%2Fglutenblocks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eXolnet%2Fglutenblocks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eXolnet","download_url":"https://codeload.github.com/eXolnet/glutenblocks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eXolnet%2Fglutenblocks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28622472,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T23:49:58.628Z","status":"online","status_checked_at":"2026-01-21T02:00:08.227Z","response_time":86,"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":["php","wordpress"],"created_at":"2026-01-21T02:02:40.868Z","updated_at":"2026-01-21T02:02:44.607Z","avatar_url":"https://github.com/eXolnet.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Glutenblocks\n\n[![Latest Stable Version](https://poser.pugx.org/eXolnet/glutenblocks/v/stable?format=flat-square)](https://packagist.org/packages/eXolnet/glutenblocks)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)\n[![Build Status](https://img.shields.io/github/workflow/status/eXolnet/glutenblocks/tests?label=tests\u0026style=flat-square)](https://github.com/eXolnet/glutenblocks/actions?query=workflow%3Atests)\n[![Total Downloads](https://img.shields.io/packagist/dt/eXolnet/glutenblocks.svg?style=flat-square)](https://packagist.org/packages/eXolnet/glutenblocks)\n\nCollection of Wordpress blocks for the Gutenberg editor.\n\n## Installation\n`composer require exolnet/glutenblocks`\n\n## Usage\n\nIf you need to create a new Block, please use the `packages/src/example` as the skeleton of your new block. \n\n## Developement flow\n\nTo be able to see the components, you need to install the plugin in a Wordpress site. If you have Docker installed, \nyou can create a new Wordpress site quickly with this command:\n``` bash\ndocker-compose -f docker-compose.yml -f docker-compose-localdev.yml up\n```\nYour Wordpress site will be available on `localhost:8888`. You will have to finish the Wordpress installation in the browser.\n\nIf it is the first time you start the Docker containers, you will need to enable Glutenblocks plugin from the WP admin panel.\n\nWhen you are done, you can stop the `docker-compose` process to stop the server from working.\n\nIf you want to remove the containers from your development machine, you can run this command:\n``` bash\ndocker-compose down\n```\n\n## Testing\n\n### Component Tests\nTo run your components tests, please use:\n``` bash\nyarn test\n```\n\n### Lint\nTo run linter tests (project guidelines), please use: \n``` bash\nyarn lint\ncomposer lint\n```\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) and [CODE OF CONDUCT](CODE_OF_CONDUCT.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email security@exolnet.com instead of using the issue tracker.\n\n## Credits\n\n- [Alexandre D'Eschambeault](https://github.com/xel1045)\n- [Martin Blanchette](https://github.com/martinblanchette)\n- [Maxime Mongeau](https://github.com/Maxador)\n- [Simon Gaudreau](https://github.com/Gandhi11)\n- [Alessandro Kreslin](https://github.com/Alessandro100)\n- [All Contributors](../../contributors)\n\n## License\n\nCopyright © [eXolnet](https://www.exolnet.com). All rights reserved.\n\nThis code is licensed under the [MIT license](http://choosealicense.com/licenses/mit/).\nPlease see the [license file](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexolnet%2Fglutenblocks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexolnet%2Fglutenblocks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexolnet%2Fglutenblocks/lists"}