{"id":47193009,"url":"https://github.com/trydirect/symfony4-restful","last_synced_at":"2026-03-13T11:08:08.798Z","repository":{"id":44173122,"uuid":"175585368","full_name":"trydirect/symfony4-restful","owner":"trydirect","description":"RESTful API template based on Symfony 4 +  MySQL + docker-compose.yml","archived":false,"fork":false,"pushed_at":"2022-09-30T20:28:35.000Z","size":7500,"stargazers_count":7,"open_issues_count":3,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2023-03-09T23:33:12.936Z","etag":null,"topics":["docker","docker-compose-development","docker-compose-files","docker-compose-lamp","docker-compose-template","dockerfiles","php","symfony4","symfony4-api","synfony"],"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/trydirect.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2019-03-14T09:03:10.000Z","updated_at":"2023-01-29T18:52:19.000Z","dependencies_parsed_at":"2022-09-05T17:11:27.051Z","dependency_job_id":null,"html_url":"https://github.com/trydirect/symfony4-restful","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/trydirect/symfony4-restful","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trydirect%2Fsymfony4-restful","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trydirect%2Fsymfony4-restful/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trydirect%2Fsymfony4-restful/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trydirect%2Fsymfony4-restful/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trydirect","download_url":"https://codeload.github.com/trydirect/symfony4-restful/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trydirect%2Fsymfony4-restful/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30466311,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T11:00:43.441Z","status":"ssl_error","status_checked_at":"2026-03-13T11:00:23.173Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["docker","docker-compose-development","docker-compose-files","docker-compose-lamp","docker-compose-template","dockerfiles","php","symfony4","symfony4-api","synfony"],"created_at":"2026-03-13T11:08:08.573Z","updated_at":"2026-03-13T11:08:08.789Z","avatar_url":"https://github.com/trydirect.png","language":"PHP","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=2BH8ED2AUU2RL"],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.com/trydirect/symfony4-restful.svg?branch=master)](https://travis-ci.com/trydirect/symfony4-restful)\n![Docker Stars](https://img.shields.io/docker/stars/trydirect/symfony4-restful.svg)\n![Docker Pulls](https://img.shields.io/docker/pulls/trydirect/symfony4-restful.svg)\n![Docker Automated](https://img.shields.io/docker/cloud/automated/trydirect/symfony4-restful.svg)\n![Docker Build](https://img.shields.io/docker/cloud/build/trydirect/symfony4-restful.svg)\n[![Gitter chat](https://badges.gitter.im/trydirect/community.png)](https://gitter.im/try-direct/community)\n\n# Symfony4-RESTful development template\n\nRESTfull API development template based on Symfony 4 for development purpose\n\n## Stack includes\n* PHP-fpm 7.4\n* Rest API\n* MySQL 5.7\n* Redis latest\n* Elasticsearch 5.4.3\n* Kibana 5.4.3\n* Logstash 5.4.0\n* XDebug 2.9.5\n* Nginx \n* Supervisord\n* Alpine latest\n\n## Note\nBefore installing this project, please, make sure you have installed docker and docker-compose\n\nTo install docker execute: \n```sh\n$ curl -fsSL https://get.docker.com -o get-docker.sh\n$ sh get-docker.sh\n$ pip install docker-compose\n```\n## Installation\nClone this project into your work directory:\n```sh\n$ git clone https://github.com/trydirect/symfony4-restful.git\n```\nThen build it via docker-compose:\n```sh\n$ cd symfony4-restful\n$ docker-compose up -d\n```\n\n## Configuration\n\n```\ndocker exec web composer install\n```\n\nNow, let's check the result\n```\n$ curl http://localhost/\n\nurl -i localhost\nHTTP/1.1 200 OK\nServer: nginx/1.14.2\nContent-Type: application/json\nTransfer-Encoding: chunked\nConnection: keep-alive\nX-Powered-By: PHP/7.2.11\nCache-Control: no-cache, private\nDate: Fri, 24 May 2019 16:45:55 GMT\n\n{\"id\":\"s\",\"name\":\"Test\",\"description\":\"Description\"}\n```\n\n\n## Quick deployment to cloud\n##### Amazon AWS, Digital Ocean, Hetzner and others\n[\u003cimg src=\"https://img.shields.io/badge/quick%20deploy-%40try.direct-brightgreen.svg\"\u003e](https://try.direct/server/user/deploy/InN5bWZvbnk0LXJlc3RmdWx8NnwxOCI.EAoFeA.umf6rDAsIUL624SeCMLSJFAdLgY/)\n\n\n\n# Contributing\n\n1. Fork it (https://github.com/trydirect/symfony4-restful/fork)\n2. Create your feature branch (git checkout -b feature/fooBar)\n3. Commit your changes (git commit -am 'Add some fooBar')\n4. Push to the branch (git push origin feature/fooBar)\n5. Create a new Pull Request\n\n\n# Support Development\n\n[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=2BH8ED2AUU2RL)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrydirect%2Fsymfony4-restful","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrydirect%2Fsymfony4-restful","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrydirect%2Fsymfony4-restful/lists"}