{"id":21819380,"url":"https://github.com/dflydev/nimble-tutorial","last_synced_at":"2026-05-20T10:06:38.116Z","repository":{"id":66126284,"uuid":"88865825","full_name":"dflydev/nimble-tutorial","owner":"dflydev","description":"Nimble Tutorial","archived":false,"fork":false,"pushed_at":"2017-04-21T16:29:31.000Z","size":13,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T07:11:14.333Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dflydev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-04-20T12:59:21.000Z","updated_at":"2018-02-26T03:15:09.000Z","dependencies_parsed_at":"2023-09-25T00:59:45.498Z","dependency_job_id":null,"html_url":"https://github.com/dflydev/nimble-tutorial","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"67243b5bb1e763ee79ea72514b010b2f94ca5a47"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dflydev%2Fnimble-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dflydev%2Fnimble-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dflydev%2Fnimble-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dflydev%2Fnimble-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dflydev","download_url":"https://codeload.github.com/dflydev/nimble-tutorial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244779897,"owners_count":20509233,"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-11-27T16:18:46.833Z","updated_at":"2026-05-20T10:06:38.085Z","avatar_url":"https://github.com/dflydev.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nimble Tutorial\n\n## References\n\n * https://github.com/php-fig/http-message PSR-7\n * https://github.com/php-fig/container PSR-11\n * https://github.com/http-interop/http-middleware PSR-15\n * https://github.com/http-interop/http-factory PSR-17\n * https://github.com/http-interop/http-factory-diactoros Diactoros implementation of PSR-17\n * https://github.com/http-interop/response-sender\n * https://github.com/middlewares/utils\n * https://github.com/nikic/FastRoute\n * https://twig.sensiolabs.org/\n\n## Tutorial Setup\n\nPrior to arriving at the event, clone this repository so that you will not have to download it at the venue. Also, make sure to run `composer install` after you have finished cloning. If you are able to do this, you are more likely to have a successful tutorial.\n\nKeep in mind that there might be last minute changes to the repository. Check the night before the event to see if you need to pull any recent changes.\n\nTo be able to do the exercises in this tutorial, you need to have the following things set-up on your machine:\n\n1. Composer\n2. PHP 7.0 (or later)\n\nIt is expected that you know how to edit PHP files.\n\nIf you have questions related to any of the installation instructions below, please email me at beau@dflydev.com, or find me (simensen) on IRC's Freenode network.\n\n### Composer\n\nMake sure you can call Composer through either just `composer`, or by calling `php /path/to/composer.phar`. I would recommend that you follow the instructions at https://getcomposer.org/download/ by running the 4 PHP commands, and then copy the installed `composer.phar` file to `/usr/local/bin/composer`:\n\n    sudo cp composer.phar /usr/local/bin/composer\n\nNow verify whether Composer works by running:\n\n    composer --version\n\n### PHP 7.0\n\nPlease install the PHP package through your package manager. For Debian and Ubuntu, this package is named `php`.\n\nTo verify whether your installation worked, run the following commands:\n\n    php --version\n\nRunning this command should output something like this (pay attention to the version numbers):\n\n    PHP 7.0.13-dev (cli) (built: Oct 30 2016 14:53:59) ( NTS DEBUG )\n    Copyright (c) 1997-2016 The PHP Group\n    Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies\n            with Xdebug v2.6.0-dev, Copyright (c) 2002-2017, by Derick Rethans\n            with Zend OPcache v7.0.13-dev, Copyright (c) 1999-2016, by Zend Technologies\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdflydev%2Fnimble-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdflydev%2Fnimble-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdflydev%2Fnimble-tutorial/lists"}