{"id":36397411,"url":"https://github.com/pletfix/app","last_synced_at":"2026-01-11T16:00:16.471Z","repository":{"id":57042674,"uuid":"81303968","full_name":"pletfix/app","owner":"pletfix","description":"The Pletfix Application Skeleton.","archived":false,"fork":false,"pushed_at":"2018-02-09T09:30:43.000Z","size":1792,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-19T15:23:44.803Z","etag":null,"topics":["framework","php","pletfix"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pletfix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-08T08:04:52.000Z","updated_at":"2017-09-15T00:23:44.000Z","dependencies_parsed_at":"2022-08-24T02:50:43.459Z","dependency_job_id":null,"html_url":"https://github.com/pletfix/app","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/pletfix/app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pletfix%2Fapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pletfix%2Fapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pletfix%2Fapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pletfix%2Fapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pletfix","download_url":"https://codeload.github.com/pletfix/app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pletfix%2Fapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28312053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T14:58:17.114Z","status":"ssl_error","status_checked_at":"2026-01-11T14:55:53.580Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","pletfix"],"created_at":"2026-01-11T16:00:16.328Z","updated_at":"2026-01-11T16:00:16.444Z","avatar_url":"https://github.com/pletfix.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Pletfix Application Skeleton.\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://pletfix.com\" target=\"_blank\" \u003e\n    \u003cimg src=\"https://avatars3.githubusercontent.com/u/25625700?v=4\u0026s=200\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://travis-ci.org/pletfix/app\"\u003e\u003cimg src=\"https://travis-ci.org/pletfix/app.svg?branch=master\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/pletfix/app\"\u003e\u003cimg src=\"https://poser.pugx.org/pletfix/app/v/stable.svg\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/pletfix/app\"\u003e\u003cimg src=\"https://poser.pugx.org/pletfix/app/d/total.svg\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/pletfix/app\"\u003e\u003cimg src=\"https://poser.pugx.org/pletfix/app/license.svg\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## About Pletfix\n\nThis is a application skeleton for the Pletfix framework.\n\nPletfix is going to be an easy to learn and fasted PHP framework.\n\nBut currently, Pletfix is **under construction** and not ready to use yet!\n\nPlease have patience with us :-)\n\nSome parts of the project were influenced by: Laravel, Symfony, CakePHP, Aura for PHP, Doctrine, Slim and Flight. Thank you!\n\nRead more about Pletfix in the [official documentation](https://pletfix.com).\n\n## Requirements\n\n- Web server with URL rewriting\n- PHP \u003e= 5.6.4\n- [Composer](https://getcomposer.org/)\n\n## Installing Pletfix Application\n\nInstall Pletfix by entering the Composer's create-project command in your terminal:\n\n```bash\ncomposer create-project pletfix/app myapp\n```\n\nThe current development version (may be unstable):\n```bash\ncomposer create-project pletfix/app --stability=dev myapp\n```\n\n\u003c!--\n    composer create-project pletfix/app --repository=https://raw.githubusercontent.com/pletfix/app/master/packages.json myapp\n--\u003e\n\n\u003e Pletfix uses the [Asset Packagist](https://asset-packagist.org/) by [HiQDev](https://hiqdev.com/) to download Bower and NPM packages via Composer. \n\u003e It's licensed under [BSD 3-clause](https://github.com/hiqdev/asset-packagist/blob/master/LICENSE). \n\u003e Thanks for this great work!\n\nThe command above creates a directory you specify (here \"myapp\") and downloads the package in this folder.\n\n![Screenshot - Installation started](https://raw.githubusercontent.com/pletfix/app/master/resources/docs/screenshot_started.png)     \n\n**Storage Folder**\n\nAfter then, the installation procedure asks you about a file mode and group that should be used for the directories \nto be created in the storage folder.\n\nNote, that the directories within the storage folder must be writable by your web server!\n\nEnter \"-\" to skip this part. In this case you have to set the permissions after the installation procedure manually like \nthis:\n\n```bash    \ncd storage\nchgrp www-data *\nchmod 775 *\nchmod g+s *\n```\n\n**Database**\n\nIn addition, you are asked if a SQLite database should be created.\nIf you answer yes, the migration procedure will be executed at the end of the installation.\n\n**Remove VCS**\n\nComposer loads all dependent packages into the vendor folder. It could take a few minutes.\n\nAt the end it will ask you \"Do you want to remove the existing VCS (.git, .svn..) history? [Y,n]?\". You should answer \nwith **Y** (the default).\n\n![Screenshot - Installation completed](https://raw.githubusercontent.com/pletfix/app/master/resources/docs/screenshot_completed.png)     \n\nNow the application is ready for the first request. \n\n## Start the Application\n\nBefore you open the application with your browser, you should configure the document root of the web server to be the \n`public` directory.\n\nIf you have not installed a web server on your development environment, or if you do not have time or desire to  \nconfigure your server, you can start up the PHP's built-in web server with the following command: \n\n```bash\nphp -S localhost:8000 -t public/ router.php\n```\n\n\u003e Note, that the built-in web server should never be used in a production environment. It is only intended as a basic \n\u003e development server!\n\nThat's all! This command will serve your application at `http://localhost:8000`.\n\n![Screenshot - Application](https://raw.githubusercontent.com/pletfix/app/master/resources/docs/screenshot_app.png)\n\n## Customizing\n\n### Environment\n\nAfter you have installed Pletfix, modify the entries in the environment file `.env` as you need. \n\nBecause this file typically contains sensitive data, e.g. Passwords, it must not be pushed into your repository! \nTherefore, be sure, that this file is registered in `.gitignore`.\n \n### Additional Configuration\n\nCustomize the configuration files stored in `config` folder.\n        \n## Web Server Configuration\n    \nFor the production environment a web server with URL rewriting is required, e.g. Apache or Nginx.\nRead the [Pletfix documentation](https://pletfix.com/docs/master/en/installation#web-server) for setup instructions.\n\n## License\n\nThe Pletfix framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpletfix%2Fapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpletfix%2Fapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpletfix%2Fapp/lists"}