{"id":20238238,"url":"https://github.com/basilfx/phalcon-uploader","last_synced_at":"2026-05-11T17:36:58.707Z","repository":{"id":145221094,"uuid":"84798997","full_name":"basilfx/Phalcon-Uploader","owner":"basilfx","description":"File upload handler for the Phalcon Framework.","archived":false,"fork":false,"pushed_at":"2017-03-13T07:57:23.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-14T01:14:26.863Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"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/basilfx.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":"2017-03-13T07:56:43.000Z","updated_at":"2019-01-30T12:28:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"713b26f7-c2b9-4409-82c2-2711fcf52050","html_url":"https://github.com/basilfx/Phalcon-Uploader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basilfx%2FPhalcon-Uploader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basilfx%2FPhalcon-Uploader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basilfx%2FPhalcon-Uploader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basilfx%2FPhalcon-Uploader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/basilfx","download_url":"https://codeload.github.com/basilfx/Phalcon-Uploader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241685492,"owners_count":20003101,"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":[],"created_at":"2024-11-14T08:32:33.824Z","updated_at":"2026-05-11T17:36:58.672Z","avatar_url":"https://github.com/basilfx.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Phalcon-Uploader\nFile upload handler for the Phalcon Framework.\n\n## Introduction\nThis package provides a file upload service.\n\nYou can use it as follows:\n\n```php\n// Assuming uploader is registered in dependency injector.\n$this-\u003euploader-\u003eadd(\"file\", [\n    \"name\" =\u003e \"path/and/name/of/file.ext\",\n    \"required\" =\u003e false,\n]);\n\n$result = $this-\u003euploader-\u003esave();\n\nif ($result) {\n    print_r($result);\n}\n```\n\n## Requirements\n* PHP 7.0 or later.\n* Phalcon Framework 3.0 or later.\n\n## Installation\nInstall this dependency using `composer require basilfx/phalcon-uploader`.\n\n## License\nSee the `LICENSE` file (MIT license).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasilfx%2Fphalcon-uploader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasilfx%2Fphalcon-uploader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasilfx%2Fphalcon-uploader/lists"}