{"id":18509191,"url":"https://github.com/rindow/skeleton-mini-webappl","last_synced_at":"2025-10-06T20:14:12.819Z","repository":{"id":62535927,"uuid":"256695644","full_name":"rindow/skeleton-mini-webappl","owner":"rindow","description":"Rindow Mini Web Application Skeleton","archived":false,"fork":false,"pushed_at":"2020-04-18T07:45:56.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-01T09:24:53.268Z","etag":null,"topics":["framework","php","skeleton"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rindow.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":"2020-04-18T07:35:57.000Z","updated_at":"2020-04-21T19:51:21.000Z","dependencies_parsed_at":"2022-11-02T15:00:58.058Z","dependency_job_id":null,"html_url":"https://github.com/rindow/skeleton-mini-webappl","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rindow/skeleton-mini-webappl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rindow%2Fskeleton-mini-webappl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rindow%2Fskeleton-mini-webappl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rindow%2Fskeleton-mini-webappl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rindow%2Fskeleton-mini-webappl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rindow","download_url":"https://codeload.github.com/rindow/skeleton-mini-webappl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rindow%2Fskeleton-mini-webappl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278671807,"owners_count":26025763,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","skeleton"],"created_at":"2024-11-06T15:16:44.775Z","updated_at":"2025-10-06T20:14:12.803Z","avatar_url":"https://github.com/rindow.png","language":"HTML","readme":"Rindow Mini Web Application Skeleton\n====================================\nThis is a web application skeleton for Rindow PHP Application Framework.\nYou can make your new application with this skeleton.\n\nThe Rindow Framework is a PHP Application Framework that provides a modern programming and configuration model to all PHP programmers. Please see [The Rindow Framework](https://rindow.github.io).\n\nApplication Skeleton Types\n--------------------------\nYou can choose skeleton type.\n- Standard Application Skeleton.([Get the skeleton from here](https://github.com/rindow/skeleton-fullfeatures-demo))\n    - A typical web Application and command line application uses template engine and database to the Rindow Framework.\n- Minimum Web Application Skeleton.(*This skeleton*)\n    - The minimal application skeleton contains nothing more than displaying a web page.\n\n### Features of Mini Web Application Skeleton\nYou'll be able to choose the platform you want to use, as well as the features you will use most often.\n\n- Inverse of control\n    - Inverse of control programming is actually demonstrated by the application.\n    - Flexible module exchange is possible by dependency injection and configuration injection.\n\n- Annotation based configuration\n    - The definition of Components, Controller, Transaction, Validation, Forms etc. is set to annotation base.\n\nRequirements\n------------\nThis sample was created for PHP 7.2 and later.\n\nHowever, Rindow Framework supports PHP 5.3.3 and later.\nYou can use the same features of Rindow Framework by rewriting only the sample code for PHP 5.x.\n\nInstalling\n----------\n### Using Composer(*recommend*)\nIf you do not have Composer, download it from http://getcomposer.org/ or\njust run the following command:\n\n```\n$ php -r \"readfile('https://getcomposer.org/installer');\" | php\n```\n\nThen, generate a new project of the Application Skeleton with `create-project` command:\n\n```\n  php composer.phar create-project rindow/skeleton-mini-webappl path/to/install\n```\n\nComposer will install Rindow Web Application Skeleton and components that depend on it under path/to/install directory.\n\n### Download from Github\nAlso you can download it directly from github.\n\n```\n  $ git clone https://github.com/rindow/skeleton-mini-webappl path/to/install\n  $ cd path/to/install\n  $ composer update\n```\n\n### Start demo application\nRun the application.\n```\n    $ php -S localhost:8000 -t public\n```\n\nThe sample is now running. Access http://localhost:8000/ with a web browser.\n\nChange settings\n---------------\nRewrite \"config/webapp.config.php\" or write additional settings to \"config/local/\" directory.\n\nThe settings are compiled and saved. You must clear the cache after changing the settings. Script is prepared in the sample.\nIf you are using a memory cache such as APCu, also clear the memory cache.\n\nIf you change the version item in the module_manager section of webapp.config.php, the cache will be cleared automatically.\n\n```\n    $ vi config/webapp.config.php\n    $ bin/cache-clear\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frindow%2Fskeleton-mini-webappl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frindow%2Fskeleton-mini-webappl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frindow%2Fskeleton-mini-webappl/lists"}