{"id":16955817,"url":"https://github.com/yoannfleurydev/contacts-web-service","last_synced_at":"2026-05-11T02:20:30.715Z","repository":{"id":79530517,"uuid":"113453744","full_name":"yoannfleurydev/contacts-web-service","owner":"yoannfleurydev","description":"Simple Web Service to manage contacts","archived":false,"fork":false,"pushed_at":"2018-04-03T12:50:01.000Z","size":7596,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-26T08:45:57.019Z","etag":null,"topics":["api","contacts","php","symfony","web-services"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yoannfleurydev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2017-12-07T13:24:16.000Z","updated_at":"2018-04-03T12:50:03.000Z","dependencies_parsed_at":"2023-02-28T16:31:18.770Z","dependency_job_id":null,"html_url":"https://github.com/yoannfleurydev/contacts-web-service","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/yoannfleurydev%2Fcontacts-web-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoannfleurydev%2Fcontacts-web-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoannfleurydev%2Fcontacts-web-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoannfleurydev%2Fcontacts-web-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yoannfleurydev","download_url":"https://codeload.github.com/yoannfleurydev/contacts-web-service/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244801192,"owners_count":20512615,"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":["api","contacts","php","symfony","web-services"],"created_at":"2024-10-13T22:13:23.735Z","updated_at":"2026-05-11T02:20:30.625Z","avatar_url":"https://github.com/yoannfleurydev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Contacts\n\n[![Build Status](https://travis-ci.org/yoannfleurydev/contacts-web-service.svg?branch=master)](https://travis-ci.org/yoannfleurydev/contacts-web-service)\n\nPOC using Symfony project.\n\n## Configuration\n\n*   Enable `php_fileinfo` extension in your `php.ini`.\n*   Setup your Database connector in `app/config/config.yml`\n*   Execute `composer intall`\n*   Generate the SSH keys :\n\n```bash\nmkdir -p var/jwt # For Symfony3+, no need of the -p option\nopenssl genrsa -out var/jwt/private.pem -aes256 4096\nopenssl rsa -pubout -in var/jwt/private.pem -out var/jwt/public.pem\n```\n\n*   Create Database `php bin/console doctrine:database:create`\n*   Create Tables `php bin/console doctrine:schema:update --force`\n*   Load DataFixtures if needed : `php bin/console doctrine:fixtures:load`\n*   Launch server : `php bin/console server:run`\n\n## Tests\n\nJust write your tests and run `./vendor/bin/simple-phpunit`. It is a wrapper provided\nby Symfony.\n\nYou can also run\n\n```bash\nvendor/bin/phpunit --bootstrap vendor/autoload.php --configuration phpunit.xml.dist tests\n```\n\n## Authors\n\n*   Yoann Fleury \u003cmailto:yoann.fleury@docapost-agility.fr\u003e\n*   Georges Buquet \u003cmailto:georges.buquet@docapost-agility.fr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoannfleurydev%2Fcontacts-web-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoannfleurydev%2Fcontacts-web-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoannfleurydev%2Fcontacts-web-service/lists"}