{"id":18769257,"url":"https://github.com/kosatyi/react-express","last_synced_at":"2025-07-28T14:34:11.295Z","repository":{"id":37546724,"uuid":"120927481","full_name":"kosatyi/react-express","owner":"kosatyi","description":"ReactPHP router written in express.js style","archived":false,"fork":false,"pushed_at":"2023-04-19T19:21:09.000Z","size":162,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-03-15T15:34:10.471Z","etag":null,"topics":["composer","reactphp","reactphp-components"],"latest_commit_sha":null,"homepage":"https://kosatyi.com/react-express/","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/kosatyi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"custom":"https://kosatyi.com/"}},"created_at":"2018-02-09T16:17:10.000Z","updated_at":"2022-03-21T00:39:51.000Z","dependencies_parsed_at":"2022-08-18T03:10:28.080Z","dependency_job_id":null,"html_url":"https://github.com/kosatyi/react-express","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/kosatyi%2Freact-express","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosatyi%2Freact-express/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosatyi%2Freact-express/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosatyi%2Freact-express/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kosatyi","download_url":"https://codeload.github.com/kosatyi/react-express/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223573781,"owners_count":17167369,"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":["composer","reactphp","reactphp-components"],"created_at":"2024-11-07T19:15:20.738Z","updated_at":"2024-11-07T19:15:21.502Z","avatar_url":"https://github.com/kosatyi.png","language":"PHP","funding_links":["https://kosatyi.com/"],"categories":[],"sub_categories":[],"readme":"# ReactExpress\n\nReactPHP router written in express.js style\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://packagist.org/packages/kosatyi/react-express\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/kosatyi/react-express.svg\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://travis-ci.org/kosatyi/react-express\"\u003e\u003cimg src=\"https://img.shields.io/travis/kosatyi/ireact-express.svg\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://coveralls.io/github/kosatyi/react-express\"\u003e\u003cimg src=\"https://img.shields.io/coveralls/kosatyi/react-express/master.svg\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/kosatyi/react-express\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/kosatyi/react-express.svg\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/kosatyi/react-express\"\u003e\u003cimg src=\"https://img.shields.io/github/license/kosatyi/react-express.svg\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Installation\n\n### System Requirements\n\nPHP 7.1 and later.\n\n### Dependencies\n\nSDK require the following extension in order to work properly:\n\n- [`curl`](https://secure.php.net/manual/en/book.curl.php)\n- [`json`](https://secure.php.net/manual/en/book.json.php)\n\n### Composer\n\nIf you’re using [Composer](https://getcomposer.org/), you can run the following command:\n\n```cmd\ncomposer require kosatyi/react-express\n```\n\nOr add dependency manually in `composer.json`\n\n```json\n{\n  \"require\": {\n    \"kosatyi/react-express\":\"dev-master\"\n  }\n}\n```\n\n## Quick Start\n\nImport library to your project file.\n\n```php\n\u003c?php\nrequire_once 'vendor/autoload.php';\nuse ReactExpress\\Application;\n$app = Application::instance();\n$app-\u003eget('/',function( $app ){\n    $app-\u003eresponse-\u003esend('Hello World!');\n});\n$app-\u003elisten(8080,'127.0.0.1');\n```\n\n## Author\n\nStepan Kosatyi, stepan@kosatyi.com\n\n[![Stepan Kosatyi](https://img.shields.io/badge/stepan-kosatyi-purple.svg)](https://kosatyi.com/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkosatyi%2Freact-express","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkosatyi%2Freact-express","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkosatyi%2Freact-express/lists"}