{"id":19751050,"url":"https://github.com/n0nag0n/fatfree-devtools","last_synced_at":"2025-04-09T20:13:04.485Z","repository":{"id":38257991,"uuid":"282041483","full_name":"n0nag0n/fatfree-devtools","owner":"n0nag0n","description":"A web and cli admin to help with creating and maintaining Fat-Free Framework projects","archived":false,"fork":false,"pushed_at":"2025-02-28T15:41:03.000Z","size":672,"stargazers_count":33,"open_issues_count":0,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-09T20:12:54.932Z","etag":null,"topics":["admin","composer","devtools","fat-free-framework","fatfree","fatfree-framework","fatfreeframework","php","php7"],"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/n0nag0n.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-23T19:46:56.000Z","updated_at":"2025-02-28T15:40:19.000Z","dependencies_parsed_at":"2023-12-13T19:03:59.030Z","dependency_job_id":null,"html_url":"https://github.com/n0nag0n/fatfree-devtools","commit_stats":{"total_commits":49,"total_committers":5,"mean_commits":9.8,"dds":"0.40816326530612246","last_synced_commit":"bca2595e9bceb54b31ce08d6a27071c31600421a"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n0nag0n%2Ffatfree-devtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n0nag0n%2Ffatfree-devtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n0nag0n%2Ffatfree-devtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n0nag0n%2Ffatfree-devtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/n0nag0n","download_url":"https://codeload.github.com/n0nag0n/fatfree-devtools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103872,"owners_count":21048245,"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":["admin","composer","devtools","fat-free-framework","fatfree","fatfree-framework","fatfreeframework","php","php7"],"created_at":"2024-11-12T02:42:04.507Z","updated_at":"2025-04-09T20:13:04.456Z","avatar_url":"https://github.com/n0nag0n.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FatFree DevTools\n\nThis is a package that can aid the creation and management of your Fat-Free projects.\n\n**Note: This is not tested against Windows environments for the time being.**\n\n\n\n\n## Usage Video\n\nI created a basic guide to help those that want to get started with this DevTools package.\n\n[![Fat-Free DevTools](https://img.youtube.com/vi/2kU5S-byTwI/0.jpg)](https://youtu.be/2kU5S-byTwI)\n\n[https://youtu.be/2kU5S-byTwI](https://youtu.be/2kU5S-byTwI)\n\n\n\n\n## Installation\n\nInstallation is through Composer. If you don't have Composer, run the following command.\n\n```\ncurl -s http://getcomposer.org/installer | php\n```\n\n\n\n### Globally (recommended)\n\n```shell\ncomposer global require n0nag0n/fatfree-devtools\n\n# or sudo if you run into permissions issues because it's configured for restricted directories\nsudo composer global require n0nag0n/fatfree-devtools\n```\n\n\n\n### Locally\n\n```shell\ncomposer require n0nag0n/fatfree-devtools --dev\n```\n\n\n\n\n## Usage\n\nBasic usage is provided via the bin that is installed with Composer. Most of the default installations of Composer will use `vendor/bin/` and the root directory for bin files if you've installed this locally.\n\nOtherwise, globally installations can just type `fatfree`. Make sure to place the `~/.composer/vendor/bin` directory in your `PATH` so the `fatfree` executable can be located by your system. As such, the remainder of this readme will only use `fatfree` instead of `vendor/bin/fatfree`.\n\n\n\n### Web interface\n\nThere is a web interface that can be used instead of usage through CLI. It is recommended to use the web interface for beginners. To start up the web interface run the following command.\n\n```shell\nfatfree serve admin [--help [--port-8081 [--host=localhost]]]\n```\n\nThen follow the instructions output in your console for where to navigate to in your browser for the DevTools to display.\n\n\n\n\n### Commands\n\nThis is a list of commands currently being used in the devtools helper.\n\n\n#### Serve\n\nThis will serve your project using the PHP built-in web server.\n\n```shell\nfatfree serve [--help [--port-8080 [--host=localhost]]]\n```\n\n\n#### Clear Cache\n\nThis will clear your temp cache for you.\n\n```shell\nfatfree cache clear\n```\n\n\n#### Help\n\nProvides a simple help dialog.\n\n```shell\nfatfree help\n```\n\n\n#### Version\n\nOutputs the version.\n\n```shell\nfatfree version\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn0nag0n%2Ffatfree-devtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fn0nag0n%2Ffatfree-devtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn0nag0n%2Ffatfree-devtools/lists"}