{"id":15108562,"url":"https://github.com/playframework/play1","last_synced_at":"2025-05-15T02:06:40.290Z","repository":{"id":1012598,"uuid":"835466","full_name":"playframework/play1","owner":"playframework","description":"Play framework","archived":false,"fork":false,"pushed_at":"2024-09-08T09:20:58.000Z","size":986608,"stargazers_count":1575,"open_issues_count":121,"forks_count":682,"subscribers_count":105,"default_branch":"master","last_synced_at":"2025-05-08T02:38:34.827Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.playframework.com/documentation/1.4.x/home","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/playframework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"support/eclipse/CHANGELOG","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["playframework"],"open_collective":"playframework"}},"created_at":"2010-08-13T10:08:50.000Z","updated_at":"2025-03-22T08:56:21.000Z","dependencies_parsed_at":"2023-07-06T21:46:35.581Z","dependency_job_id":"c21d6f3a-d49a-417a-9b3d-754684fdadd1","html_url":"https://github.com/playframework/play1","commit_stats":null,"previous_names":[],"tags_count":85,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playframework%2Fplay1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playframework%2Fplay1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playframework%2Fplay1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playframework%2Fplay1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/playframework","download_url":"https://codeload.github.com/playframework/play1/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253981065,"owners_count":21994198,"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-09-25T22:04:07.200Z","updated_at":"2025-05-15T02:06:40.266Z","avatar_url":"https://github.com/playframework.png","language":"Java","readme":"# Welcome to Play framework\n\n[![GitHub Discussions](https://img.shields.io/github/discussions/playframework/play1?\u0026logo=github\u0026color=brightgreen)](https://github.com/playframework/play1/discussions)\n[![Gitter](https://img.shields.io/gitter/room/playframework/play1)](https://gitter.im/playframework/play1)\n[![Contributors](https://img.shields.io/github/contributors/playframework/play1)](https://github.com/playframework/play1/graphs/contributors)\n[![StackOverflow](https://img.shields.io/static/v1?label=stackoverflow\u0026logo=stackoverflow\u0026logoColor=fe7a16\u0026color=brightgreen\u0026message=playframework)](https://stackoverflow.com/tags/playframework)\n\n[![Build Status](https://github.com/playframework/play1/actions/workflows/build-test.yml/badge.svg)](https://github.com/playframework/play1/actions/workflows/build-test.yml)\n[![Repository size](https://img.shields.io/github/repo-size/playframework/play1.svg?logo=git)](https://github.com/playframework/play1)\n[![Mergify Status](https://img.shields.io/endpoint.svg?url=https://api.mergify.com/v1/badges/playframework/play1\u0026style=flat)](https://mergify.com)\n\n\nPlay framework makes it easier to build Web applications with Java. It is a clean alternative to bloated Enterprise Java stacks. It focuses on developer productivity and targets RESTful architectures. Play is a perfect companion to agile software development.\n\nLearn more on the [https://www.playframework.com](https://www.playframework.com) website.\n\n## Getting started\n\n1. Install the latest version of Play framework and unzip it anywhere you want:\n```\nunzip play-*.zip -d /opt/play\n```\n2. Add the **play** script to your PATH:\n```\n export PATH=$PATH:/opt/play\n```\n3. Create a new Play application:\n```\nplay new /opt/myFirstApp\n```\n4. Run the created application:\n```\nplay run /opt/myFirstApp\n```\n5. Go to [localhost:9000/](http://localhost:9000) and you’ll see the welcome page.\n\n6. Start developing your new application:\n\n* [Your first application — the ‘Hello World’ tutorial](https://www.playframework.com/documentation/1.5.x/firstapp)\n* [Tutorial — Play guide, a real world app step-by-step](https://www.playframework.com/documentation/1.5.x/guide1)\n* [The essential documentation](https://www.playframework.com/documentation/1.5.x/home)\n* [Java API](https://www.playframework.com/documentation/1.5.x/api/index.html)\n\n## Get the source\n\nFork the project source code on [Github](http://github.com/playframework/play)\n\n```\ngit clone git://github.com/playframework/play1.git\n```\n\nThe project history is pretty big. You can pull only a shallow clone by specifying the number of commits you want with **--depth**:\n\n```\ngit clone git://github.com/playframework/play1.git --depth 10\n```\n\n## Reporting bugs\n\nPlease report bugs on [our tracker](https://github.com/playframework/play1/issues).\n\n## Learn More\n\n* [www.playframework.com](https://www.playframework.com)\n* [Download](https://www.playframework.com/download)\n* [Install](https://www.playframework.com/documentation/1.5.x/install)\n* [Create a new application](https://www.playframework.com/documentation/1.5.x/guide1)\n* [Build from source](https://www.playframework.com/documentation/1.5.x/install#build)\n* [Modules](https://www.playframework.com/modules)\n* [Search or create issues](http://play.lighthouseapp.com/projects/57987-play-framework)\n* [Get help](http://stackoverflow.com/questions/tagged/playframework)\n* [Code of Conduct](https://www.playframework.com/conduct)\n* [Contribute](https://github.com/playframework/play1/wiki/Contributor-guide)\n* [Play contributor guidelines](https://www.playframework.com/contributing)\n\n## Licence\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this project except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0.\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\n","funding_links":["https://github.com/sponsors/playframework","https://opencollective.com/playframework"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplayframework%2Fplay1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplayframework%2Fplay1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplayframework%2Fplay1/lists"}