{"id":33996515,"url":"https://github.com/pioniaphp-project/pionia","last_synced_at":"2025-12-13T08:23:14.499Z","repository":{"id":237686277,"uuid":"795042510","full_name":"PioniaPHP-project/Pionia","owner":"PioniaPHP-project","description":"PHP REST Framework for developers with deadlines","archived":false,"fork":false,"pushed_at":"2025-06-18T21:37:33.000Z","size":12889,"stargazers_count":8,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"2.x","last_synced_at":"2025-09-15T20:57:01.002Z","etag":null,"topics":["moonlight","php-framework","pionia-app","rest-api"],"latest_commit_sha":null,"homepage":"https://pioniaphp-project.github.io/Pionia/","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/PioniaPHP-project.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":"2024-05-02T13:23:16.000Z","updated_at":"2025-01-06T19:30:52.000Z","dependencies_parsed_at":"2024-05-04T11:21:57.048Z","dependency_job_id":"eb1f3a95-c32d-4968-8e27-3a31586d8132","html_url":"https://github.com/PioniaPHP-project/Pionia","commit_stats":null,"previous_names":["jetphp-project/jetphp-core","pioniaphp-project/pioniacore","pioneerphp-project/jetphp-core","pioneerphp-project/pioneercore","pioneerphp-project/pioniacore","pioniaphp-project/pionia"],"tags_count":54,"template":false,"template_full_name":null,"purl":"pkg:github/PioniaPHP-project/Pionia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PioniaPHP-project%2FPionia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PioniaPHP-project%2FPionia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PioniaPHP-project%2FPionia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PioniaPHP-project%2FPionia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PioniaPHP-project","download_url":"https://codeload.github.com/PioniaPHP-project/Pionia/tar.gz/refs/heads/2.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PioniaPHP-project%2FPionia/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27702520,"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-12-13T02:00:09.769Z","response_time":147,"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":["moonlight","php-framework","pionia-app","rest-api"],"created_at":"2025-12-13T08:23:13.312Z","updated_at":"2025-12-13T08:23:14.494Z","avatar_url":"https://github.com/PioniaPHP-project.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pionia Core\n\n##### This is the core of the Pionia Framework\n\n\n## Installation\n\n```bash\ncomposer require pionia/pionia-core\n```\nThis is meant for the core developers of the Pionia Core not the framework itself.\nIf you are looking to use or get started with the framework, please find the [Pionia Framework here](https://github.com/PioniaPHP-project/Application)\n\n## Usage\n\n#### [Go to the documentation here](https://pioniaphp-project.github.io/Pionia/)\n\n# Road Map for the Pionia Framework(Subject to change)\n\n\u003e ##### Coverage 25/26 -- 96%\n\n## Packages covered\n\n- [x] Pionia\\Core\n- [x] Authentication\n- [x] Database\n- [x] File System\n-  Mail\n- [x] Session\n- [x] Validation\n- [x] Templating engine\n- [x] Routing\n- [x] Middleware\n- [x] Request\n- [x] Response\n- [x] Services\n- [x] Switches\n- [x] Config and Environments\n- [x] Logging\n- [x] Cors\n- [x] HTTP Kernel\n- [x] Events\n- [x] Console\n- [x] Cache\n- [x] Exception handling\n- [x] Helper functions\n- [x] CLI Bootstrapping\n- [x] Uploading and Serving Media Files\n- [x] Collections\n\n## Setting up the this project\n\n### Prerequisites\n\n- PHP 8.1 or higher\n- Composer\n- Git\n- Any Editor/IDE of your choice preferably PHPStorm or Intellij IDEA\n\n### Installation\n\nClone the repository\n\n```bash\ngit clone https://github.com/PioniaPHP-project/Pionia.git\n```\n\nChange directory to the project folder\n\n```bash\ncd Pionia\n```\n\nInstall the dependencies\n\n```bash\ncomposer install\n```\n\n### Running the tests\n\n```bash\ncomposer test\n```\n\n### Compiling the core dev docs\n\n```bash\ncomposer document\n```\n\n### Contributing\n\nPlease read the [CONTRIBUTING.md](/CONTRIBUTING.md) file for more information on how to contribute to this project.\n\n### Authors\n\n- [**Jet2018**](https://github.com/jet2018)\n\n## License\n[MIT License](https://github.com/PioniaPHP-project/.github/blob/main/profile/LICENCE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpioniaphp-project%2Fpionia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpioniaphp-project%2Fpionia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpioniaphp-project%2Fpionia/lists"}