{"id":47620158,"url":"https://github.com/afroware/blueprint","last_synced_at":"2026-04-01T21:59:47.662Z","repository":{"id":56941778,"uuid":"102972311","full_name":"afroware/blueprint","owner":"afroware","description":"API Blueprint documentation generator.","archived":false,"fork":false,"pushed_at":"2017-09-15T16:46:30.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-21T02:23:45.407Z","etag":null,"topics":["document-management","documentation","documentation-generator"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/afroware.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-09T17:21:31.000Z","updated_at":"2017-09-10T02:42:58.000Z","dependencies_parsed_at":"2022-08-21T07:50:25.735Z","dependency_job_id":null,"html_url":"https://github.com/afroware/blueprint","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/afroware/blueprint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afroware%2Fblueprint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afroware%2Fblueprint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afroware%2Fblueprint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afroware%2Fblueprint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afroware","download_url":"https://codeload.github.com/afroware/blueprint/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afroware%2Fblueprint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31292631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["document-management","documentation","documentation-generator"],"created_at":"2026-04-01T21:59:47.097Z","updated_at":"2026-04-01T21:59:47.644Z","avatar_url":"https://github.com/afroware.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# API Blueprint Generator\n[![Build Status](https://travis-ci.org/afroware/blueprint.svg?branch=master)](https://travis-ci.org/afroware/blueprint)\n[![License](https://img.shields.io/packagist/l/afroware/blueprint.svg?style=flat-square)](https://packagist.org/packages/afroware/blueprint)\n![Development Version](https://img.shields.io/packagist/vpre/afroware/blueprint.svg?style=flat-square)\n![Monthly Installs](https://img.shields.io/packagist/dm/afroware/blueprint.svg?style=flat-square)\n[![StyleCI](https://styleci.io/repos/37761089/shield)](https://styleci.io/repos/37761089)\n\nThis package generates a valid API Blueprint 1A document from a collection of classes.\n\n## Usage\n\nSome index method phpdoc example:\n\n```\n\u003c?php\n\n/**\n * Products\n *\n * @Resource(\"Products\", uri=\"/products\")\n*/\nclass ProductsController extends ApiController\n{\n    /**\n     * Products list\n     *\n     * Get current products list\n     * \n     * @Get(\"/\")\n     * @Versions({\"v1\"})\n     * @Transaction({\n     *      @Request(identifier=\"/?state=synced\"),\n     *      @Response(200, body={\"data\":{{\"id\":\"rkoVJ7qa4Z6lzXdVnldgx9LmpBP0DQ3e\",\"name\":\"Product name\",\"status\":\"active\"}},\"meta\":{\"pagination\":{\"total\":1,\"count\":1,\"per_page\":1,\"current_page\":1,\"total_pages\":1,\"links\":{}}}})\n     * })\n     * @Parameters({\n     *      @Parameter(\"api_token\", type=\"string\", required=true, description=\"API Token\", default=null),\n     *      @Parameter(\"page\", type=\"integer\", required=false, description=\"Pagination page\", default=1),\n     *      @Parameter(\"state\", type=\"string\", required=false, description=\"Product status filter\", default=\"synced\", members={\n     *          @Member(value=\"synced\", description=\"Products synced\"),\n     *          @Member(value=\"pending\", description=\"Products pending\")\n     *      })\n     * })\n     */\n    public function index(Request $request)\n    {}\n}\n```\n\n## License\n\nThis package is licensed under the [BSD 3-Clause license](http://opensource.org/licenses/BSD-3-Clause).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafroware%2Fblueprint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafroware%2Fblueprint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafroware%2Fblueprint/lists"}