{"id":16673702,"url":"https://github.com/neoighodaro/nimble","last_synced_at":"2025-07-25T22:02:58.226Z","repository":{"id":53003245,"uuid":"79049150","full_name":"neoighodaro/nimble","owner":"neoighodaro","description":"Fast PHP framework made with very loose optional components.","archived":false,"fork":false,"pushed_at":"2023-02-01T19:31:45.000Z","size":87,"stargazers_count":51,"open_issues_count":1,"forks_count":17,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-18T03:22:33.595Z","etag":null,"topics":["framework","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/neoighodaro.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}},"created_at":"2017-01-15T17:55:26.000Z","updated_at":"2024-12-12T14:30:26.000Z","dependencies_parsed_at":"2023-02-17T09:55:16.273Z","dependency_job_id":null,"html_url":"https://github.com/neoighodaro/nimble","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoighodaro%2Fnimble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoighodaro%2Fnimble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoighodaro%2Fnimble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoighodaro%2Fnimble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neoighodaro","download_url":"https://codeload.github.com/neoighodaro/nimble/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244848515,"owners_count":20520535,"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":["framework","php"],"created_at":"2024-10-12T12:27:50.330Z","updated_at":"2025-03-21T18:31:21.594Z","avatar_url":"https://github.com/neoighodaro.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://cloud.githubusercontent.com/assets/807318/21964943/c2a4edfa-db55-11e6-9ae6-6532bf984599.png\"\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eNimble is a super fast mini-framework for PHP built on top of optional loose components.\u003c/p\u003e\n\u003cp align=\"center\"\u003e\u003ca href=\"https://www.codementor.io/neoighodaro?utm_source=github\u0026utm_medium=button\u0026utm_term=neoighodaro\u0026utm_campaign=github\"\u003e\u003cimg src=\"https://cdn.codementor.io/badges/get_help_github.svg\"\u003e\u003c/a\u003e\n\n\u003cbr/\u003e\u003cbr/\u003e\n\n### Installation\n\nClone the repository\n\n```shell\n$ git clone git@github.com:neoighodaro/nimble.git\n```\n\nCD into your projects directory and run `composer install` if you don't have composer installed, install it.\n\n```shell\nphp composer install\n```\n\nStart building. Some of the components are Illuminate components, each of them have a readme file in their directory on how to use the component or a link to the authors documentation.\n\n### Running your application\nYou can easily get up and running. Using PHP's in-built php server. cd to your projects directory and run\n\n```shell\n$ php -S localhost:8234 -t public\n```\n\nNow you open [http://localhost:8234](http://localhost:8234) in your browser to see your application.\n\n### Your first hello world.\nOpen your `routes.php` file, and add a new route\n\n```php\n$router-\u003eget('/greetings', function () {\n    return 'Hello world';\n});\n```\n\nVisit [http://localhost:8234/greetings](http://localhost:8234/greetings). You're done.\n\n\u003cbr/\u003e\u003cbr/\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://neoighodaro.com\" target=\"_blank\"\u003eCreator\u003c/a\u003e |\n    \u003ca href=\"https://github.com/neoighodaro/nimble/graphs/contributors\" target=\"_blank\"\u003eContributors\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneoighodaro%2Fnimble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneoighodaro%2Fnimble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneoighodaro%2Fnimble/lists"}