{"id":15067157,"url":"https://github.com/agentcoop/phpcrystal","last_synced_at":"2026-03-10T13:05:17.907Z","repository":{"id":56941907,"uuid":"118919777","full_name":"AgentCoop/phpcrystal","owner":"AgentCoop","description":"An extension of the Laravel PHP framework","archived":false,"fork":false,"pushed_at":"2018-05-22T14:11:41.000Z","size":465,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T17:58:15.788Z","etag":null,"topics":["boilerplate","laravel","laravel-boilerplate","laravel-framework"],"latest_commit_sha":null,"homepage":"","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/AgentCoop.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":"2018-01-25T14:01:25.000Z","updated_at":"2023-07-15T11:21:40.000Z","dependencies_parsed_at":"2022-08-21T07:50:33.639Z","dependency_job_id":null,"html_url":"https://github.com/AgentCoop/phpcrystal","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/AgentCoop/phpcrystal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgentCoop%2Fphpcrystal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgentCoop%2Fphpcrystal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgentCoop%2Fphpcrystal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgentCoop%2Fphpcrystal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AgentCoop","download_url":"https://codeload.github.com/AgentCoop/phpcrystal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgentCoop%2Fphpcrystal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278708004,"owners_count":26031932,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"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":["boilerplate","laravel","laravel-boilerplate","laravel-framework"],"created_at":"2024-09-25T01:17:24.887Z","updated_at":"2025-10-07T02:07:53.874Z","avatar_url":"https://github.com/AgentCoop.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg width=\"128\" height=\"128\" src=\"https://avatars2.githubusercontent.com/u/13236453\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://travis-ci.org/AgentCoop/phpcrystal\"\u003e\u003cimg src=\"https://travis-ci.org/AgentCoop/phpcrystal.svg?branch=master\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/agentcoop/phpcrystal\"\u003e\u003cimg src=\"https://poser.pugx.org/agentcoop/phpcrystal/downloads\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/agentcoop/phpcrystal\"\u003e\u003cimg src=\"https://poser.pugx.org/agentcoop/phpcrystal/v/stable\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/agentcoop/phpcrystal\"\u003e\u003cimg src=\"https://poser.pugx.org/agentcoop/phpcrystal/license\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## About PhpCrystal\nPhpCrystal is an extension of the popular PHP framework Laravel shipped with a modular approach and functionalities such as:\n * Declaration and auto-generation of routes and services using annotations\n * Error logging and reporting\n * Extended MVC classes\n * Docker configuration\n\n## Installation\nCreate a new project:\n```bash\ncomposer create-project --no-install agentcoop/phpcrystal myapp\n```\nBuild Docker images:\n```bash\ncd myapp \u0026\u0026 docker-compose up --build\n```\nGo to http://localhost:60000 and, if everything is good, you'll see the Laravel welcome page.\n\n## Default application stack\n - MongoDb (*3.4.1v*)\n - Nginx (*1.13.1v*)\n - PHP (*7.2.1v*)\n - Linux Alpine (*3.7v*)\n\n## Version compatibility\n| Laravel | Package |\n|---------|---------|\n| 5.6.*   | 1.0.x   |\n\n## License\nLicensed under the [MIT license](https://opensource.org/licenses/MIT).\n\n# Documenation\n\n## Contents\n1. [Model](docs/model.md)\n2. [View](docs/view.md)\n    1. [Blade templates compiling](docs/blade-compiling.md)\n    2. [jQuery DataTables plugin](docs/jquery-datatables.md)\n3. [Controller](docs/controller.md)\n5. [Service layer](docs/services.md)\n4. Modules\n    1. [Overview](docs/modules.md)\n    2. [Annotated routing](docs/annotated-routing.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagentcoop%2Fphpcrystal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagentcoop%2Fphpcrystal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagentcoop%2Fphpcrystal/lists"}