{"id":22044788,"url":"https://github.com/cradlephp/cradle-admin","last_synced_at":"2026-01-05T14:12:41.970Z","repository":{"id":56958539,"uuid":"163046338","full_name":"CradlePHP/cradle-admin","owner":"CradlePHP","description":"Admin User Interface for CradlePHP","archived":false,"fork":false,"pushed_at":"2021-03-27T06:44:24.000Z","size":255,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-04T05:45:56.182Z","etag":null,"topics":["admin","cms-framework","cradle","cradlephp","v2","v3-prototype"],"latest_commit_sha":null,"homepage":"http://cradlephp.github.io","language":"HTML","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CradlePHP.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-12-25T04:37:07.000Z","updated_at":"2020-08-01T09:38:45.000Z","dependencies_parsed_at":"2022-08-21T04:40:22.258Z","dependency_job_id":null,"html_url":"https://github.com/CradlePHP/cradle-admin","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CradlePHP%2Fcradle-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CradlePHP%2Fcradle-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CradlePHP%2Fcradle-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CradlePHP%2Fcradle-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CradlePHP","download_url":"https://codeload.github.com/CradlePHP/cradle-admin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245111946,"owners_count":20562512,"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","cms-framework","cradle","cradlephp","v2","v3-prototype"],"created_at":"2024-11-30T13:08:33.680Z","updated_at":"2026-01-05T14:12:41.936Z","avatar_url":"https://github.com/CradlePHP.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cradle-admin\n\nGeneral admin user interface with dashboard, configuration. Also comes with some\nadvance pages like calendars, pipelines and reports\n\n## Install\n\nIf you already installed Cradle, you may not need to install this because it\nshould be already included.\n\n```\n$ composer require cradlephp/cradle-auth\n$ bin/cradle cradlephp/cradle-auth install\n$ bin/cradle cradlephp/cradle-auth sql-populate\n```\n\n### Admin Dashboard\n\nShows quick links to help navigate through the admin as well as database table\nstats and history.\n\n```\n/admin/dashboard\n```\n\n### Admin Configuration\n\nAllows editing of configuration variables for the system.\n\n```\n/admin/dashboard\n```\n\n### Admin Calendar Page\n\nDefine a start Date Field *(required)* and an end Date Field *(optional)*.\nThen you can visit this page to see a calendar\n\n```\n/admin/system/model/class/calendar?show=[start_date],[end_date]\n```\n\n### Pipeline (Experimental)\n\nPipelines are like project boards. Define a Select Field *(to be used for the columns)*, and a Number Field *(to be used for the ordering)*.\n\n```\n/admin/system/model/class/pipeline?show=[select_field]\u0026order=[number_field]\n```\n\nOptionally you can add a Price Field to total the columns.\n\n```\n/admin/system/model/class/pipeline?show=[select_field]\u0026order=[number_field]\u0026currency=USD\u0026range=[price_field_1],[price_field_2]\u0026total=[price_field_1]\n```\n\nLastly if you make a 1:1 relation with profile, you can add a relation in the parameters as well.\n\n```\n/admin/system/model/class/pipeline?show=[select_field]\u0026order=[number_field]\u0026currency=USD\u0026range=[price_field_1],[price_field_2]\u0026total=[price_field_1]\u0026relations=profile\n```\n\n----\n\n\u003ca name=\"contributing\"\u003e\u003c/a\u003e\n# Contributing to Cradle PHP\n\nThank you for considering to contribute to Cradle PHP.\n\nPlease DO NOT create issues in this repository. The official issue tracker is located @ https://github.com/CradlePHP/cradle/issues . Any issues created here will *most likely* be ignored.\n\nPlease be aware that master branch contains all edge releases of the current version. Please check the version you are working with and find the corresponding branch. For example `v1.1.1` can be in the `1.1` branch.\n\nBug fixes will be reviewed as soon as possible. Minor features will also be considered, but give me time to review it and get back to you. Major features will **only** be considered on the `master` branch.\n\n1. Fork the Repository.\n2. Fire up your local terminal and switch to the version you would like to\ncontribute to.\n3. Make your changes.\n4. Always make sure to sign-off (-s) on all commits made (git commit -s -m \"Commit message\")\n\n## Making pull requests\n\n1. Please ensure to run [phpunit](https://phpunit.de/) and\n[phpcs](https://github.com/squizlabs/PHP_CodeSniffer) before making a pull request.\n2. Push your code to your remote forked version.\n3. Go back to your forked version on GitHub and submit a pull request.\n4. All pull requests will be passed to [Travis CI](https://travis-ci.org/CradlePHP/cradle-admin) to be tested. Also note that [Coveralls](https://coveralls.io/github/CradlePHP/cradle-admin) is also used to analyze the coverage of your contribution.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcradlephp%2Fcradle-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcradlephp%2Fcradle-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcradlephp%2Fcradle-admin/lists"}