{"id":19445411,"url":"https://github.com/envms/osseus","last_synced_at":"2025-04-25T01:31:19.246Z","repository":{"id":56978290,"uuid":"133720110","full_name":"envms/osseus","owner":"envms","description":"A modern lightweight framework to integrate with legacy code and applications","archived":false,"fork":false,"pushed_at":"2021-04-22T12:17:13.000Z","size":140,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-03T14:21:57.738Z","etag":null,"topics":["api","fluentpdo","framework","legacy","library","php","toolkit"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/envms.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":"2018-05-16T20:34:00.000Z","updated_at":"2025-03-31T07:18:55.000Z","dependencies_parsed_at":"2022-08-21T11:50:29.849Z","dependency_job_id":null,"html_url":"https://github.com/envms/osseus","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/envms%2Fosseus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/envms%2Fosseus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/envms%2Fosseus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/envms%2Fosseus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/envms","download_url":"https://codeload.github.com/envms/osseus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250737947,"owners_count":21479111,"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","fluentpdo","framework","legacy","library","php","toolkit"],"created_at":"2024-11-10T16:10:29.744Z","updated_at":"2025-04-25T01:31:18.971Z","avatar_url":"https://github.com/envms.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Maintainability](https://api.codeclimate.com/v1/badges/cf807c36168b7242a576/maintainability)](https://codeclimate.com/github/envms/osseus/maintainability)\n\n\u003ch1 align=\"center\"\u003e\nOsseus\u003cbr\u003e\nUpgrade Your Legacy PHP Code\n\u003c/h1\u003e\n\nOsseus is a light and tiny PHP framework/library that integrates with any application.\nIt provides both a RESTful API and a more \"traditional\" service to support incremental\ncode improvements.\n\nOsseus can be used as a full-featured application framework, or simply as a utility\nlibrary to help your application scale. Its goal is to be flexible and impartial to\ncode and database structures.\n\n### Features\n\n- light and fast router with a smart URI parser\n- built-in security tools to validate and sanitize data\n- interfaces with [FluentPDO](https://github.com/envms/fluentpdo) to provide quick\nand seamless database interactions\n- an internationalization template system to implement new languages quickly and easily\n- classic MVC system with some small additions\n\n### Contributions\n\nContributors are very welcome to help test and improve Osseus\n\n### Usage\n\nTo get started, all you need is a little setup:\n\n```php\n// add necessary classes\nuse Envms\\Osseus\\Dev\\Debug;\nuse Envms\\Osseus\\Parse\\Uri;\nuse Envms\\Osseus\\Router\\Route;\nuse Envms\\Osseus\\Server\\Environment;\n\n// set your environment\n$environment = Environment::instance(Environment::DEVELOPMENT); // the current environment\n$debug = Debug::instance(Environment::TESTING); // the maximum environment to show debug statements\n\n// optional but recommended - parse the URI and route to the index controller\n$uri = new Uri($_SERVER['REQUEST_URI']);\n$router = new Route('TestApp');\n$router-\u003ego($uri);\n```\n\nThe router will direct the `$uri` to your application's controller and action, and you're on your way!\n\n#### The current version is beta-2 (v0.4.3)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenvms%2Fosseus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenvms%2Fosseus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenvms%2Fosseus/lists"}