{"id":22954133,"url":"https://github.com/atomicptr/phalanx","last_synced_at":"2025-10-22T11:30:48.940Z","repository":{"id":266550192,"uuid":"852990528","full_name":"atomicptr/phalanx","owner":"atomicptr","description":"The backend for authoring Dauntless Builder data","archived":false,"fork":false,"pushed_at":"2024-12-26T01:40:43.000Z","size":852,"stargazers_count":1,"open_issues_count":12,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-31T15:16:54.650Z","etag":null,"topics":["dauntless","laravel"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atomicptr.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-05T19:30:46.000Z","updated_at":"2024-12-26T01:40:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"4e57775c-b111-4ad5-b2c6-b5af37ed5984","html_url":"https://github.com/atomicptr/phalanx","commit_stats":null,"previous_names":["atomicptr/phalanx"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomicptr%2Fphalanx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomicptr%2Fphalanx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomicptr%2Fphalanx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomicptr%2Fphalanx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atomicptr","download_url":"https://codeload.github.com/atomicptr/phalanx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237676204,"owners_count":19348569,"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":["dauntless","laravel"],"created_at":"2024-12-14T16:16:07.233Z","updated_at":"2025-10-22T11:30:43.572Z","avatar_url":"https://github.com/atomicptr.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# phalanx\n\nThe backend for authoring Dauntless Builder data\n\n## Setup\n\nFor our supported setup you'll need [Docker](https://docs.docker.com/engine/install/) and [DDEV](https://ddev.readthedocs.io/en/stable/users/install/ddev-installation/) installed and configured.\n\n```bash\n# clone the project\n$ git clone https://github.com/atomicptr/phalanx.git\n$ cd phalanx\n\n# starts the project\n$ ddev start\n\n# create secret\n$ ddev artisan key:generate\n\n# next we are setting up the DB...\n\n# (OPTIONAL) if you have a dump (ask or remind me to offer a dump somewhere) you can do this:\n$ ddev import-db \u003c my-dump.sql\n\n# Otherwise, lets create a new DB...\n$ ddev artisan migrate\n\n# we also need to create a user (this command spawns a PHP REPL)\n$ ddev artisan tinker\n#     $user = new \\App\\Models\\User;\n#     $user-\u003eemail = \"your@email.com\";\n#     $user-\u003epassword = Hash::make(\"your-password\");\n#     $user-\u003esave();\n#     exit();\n\n# run the build process (perhaps in a different shell...)\n$ ddev watch\n```\n\nPhalanx should now be available at https://phalanx.ddev.site (the HTTPS certificate might be invalid if you haven't setup mkcert properly)\n\nIf you created a new database, don't forget to first setup a Patch.\n\n## License\n\nAGPLv3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomicptr%2Fphalanx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatomicptr%2Fphalanx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomicptr%2Fphalanx/lists"}