{"id":19021673,"url":"https://github.com/zephir-lang/templates","last_synced_at":"2026-02-13T03:03:03.512Z","repository":{"id":71766639,"uuid":"415036360","full_name":"zephir-lang/templates","owner":"zephir-lang","description":"Templates and reusable workflows for Github Actions","archived":false,"fork":false,"pushed_at":"2025-01-27T16:31:02.000Z","size":51,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-27T17:33:26.821Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/zephir-lang.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":"2021-10-08T15:23:55.000Z","updated_at":"2025-01-27T16:31:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"f9b78914-475b-4716-9b5e-664b3570a77b","html_url":"https://github.com/zephir-lang/templates","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephir-lang%2Ftemplates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephir-lang%2Ftemplates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephir-lang%2Ftemplates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephir-lang%2Ftemplates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zephir-lang","download_url":"https://codeload.github.com/zephir-lang/templates/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240065902,"owners_count":19742587,"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-08T20:22:59.327Z","updated_at":"2026-02-13T03:03:03.483Z","avatar_url":"https://github.com/zephir-lang.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Actions Templates for Zephir and Phalcon\n\nUnified templates of Zephir.\n\n## Inspection with PHP Code Sniffer\n\n```yaml\njobs:\n  # PHP CodeSniffer inspection\n  phpcs:\n    uses: zephir-lang/templates/.github/workflows/phpcs.yml@main\n    with:\n      standard: ./phpcs.xml\n```\n\n## Generate Stubs for Phalcon and validates with PSALM\n\n```yaml\njobs:\n  # Generate stubs and validates with PSALM\n  stubs:\n    uses: zephir-lang/templates/.github/workflows/phalcon-stubs.yml@main\n    with:\n      extensions: psr, zephir_parser\n```\n\n## Creates Phalcon PECL package\n\n```yaml\njobs:\n  generate:\n    uses: zephir-lang/templates/.github/workflows/phalcon-pecl.yml@main\n    with:\n      extensions: psr, zephir_parser\n    secrets:\n      composer-token: ${{ secrets.GITHUB_TOKEN }}\n```\n\n## Install Phalcon extension after build and makes simple health checks\n\n```yaml\njobs:\n  install:\n    uses: zephir-lang/templates/.github/workflows/phalcon-install-from-build.yml@main\n    with:\n      extensions: psr, zephir_parser\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzephir-lang%2Ftemplates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzephir-lang%2Ftemplates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzephir-lang%2Ftemplates/lists"}