{"id":15145601,"url":"https://github.com/steponask/prestashop-shipping-erp","last_synced_at":"2026-01-19T09:01:08.681Z","repository":{"id":230752267,"uuid":"777276926","full_name":"SteponasK/PrestaShop-Shipping-ERP","owner":"SteponasK","description":"🏪🛒 Backend for my PrestaShop Shipping Module! ","archived":false,"fork":false,"pushed_at":"2024-03-31T17:01:21.000Z","size":418,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T21:46:19.840Z","etag":null,"topics":["api","erp-application","prestashop","prestashop-module","symfony"],"latest_commit_sha":null,"homepage":"","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/SteponasK.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}},"created_at":"2024-03-25T14:47:21.000Z","updated_at":"2024-10-25T17:12:19.000Z","dependencies_parsed_at":"2024-03-31T17:46:42.208Z","dependency_job_id":"fc1a80af-d55d-4fa9-b11c-d00934c5ee62","html_url":"https://github.com/SteponasK/PrestaShop-Shipping-ERP","commit_stats":null,"previous_names":["steponask/prestashop-shipping-erp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SteponasK/PrestaShop-Shipping-ERP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteponasK%2FPrestaShop-Shipping-ERP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteponasK%2FPrestaShop-Shipping-ERP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteponasK%2FPrestaShop-Shipping-ERP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteponasK%2FPrestaShop-Shipping-ERP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SteponasK","download_url":"https://codeload.github.com/SteponasK/PrestaShop-Shipping-ERP/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteponasK%2FPrestaShop-Shipping-ERP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28565001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","erp-application","prestashop","prestashop-module","symfony"],"created_at":"2024-09-26T11:41:10.321Z","updated_at":"2026-01-19T09:01:08.651Z","avatar_url":"https://github.com/SteponasK.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ERP SIDE for Prestashop Carrier Module 🛒\n\nERP SIDE OF Carrier Module made for PrestaShop to easily print PDF Labels of a given Shipment. 🏷️\n\n![PDF label](readme-img/image.png)\n## Features\n- 2 controllers\n- Unit tests\n- Save Customer's information to the Database\n- Generate PDF Label of a given customer\n- Easy Deployment with Docker\n- Github CI/CD Pipelines\n\n## Prerequisites\n- Installed Prestashop Module: [Github link](https://github.com/SteponasK/Prestashop-Shipping)\n- Docker\n## Installation with Docker:\n\n### Getting Started\n1. Clone the project:\n `git clone https://github.com/SteponasK/PrestaShop-Shipping-ERP`\n2. If not already done, [install Docker Compose](https://docs.docker.com/compose/install/) (v2.10+)\n3. Run `docker compose build --no-cache` to build fresh images\n4. Run `docker compose up --pull always -d --wait` to start the project\n5. Open `https://localhost` in your favorite web browser and [accept the auto-generated TLS certificate](https://stackoverflow.com/a/15076602/1352334)\n6. Run `docker compose down --remove-orphans` to stop the Docker containers.\n7. Install [Shipping Module](https://github.com/SteponasK/Prestashop-Shipping).\n8. Enjoy!\n\n## Reminder!\n- DONT FORGET TO CHANGE YOUR .ENV information (API_KEY, Database Name, Password)\n\n## Docs \n1. [Build options](docs/build.md)\n2. [Using Symfony Docker with an existing project](docs/existing-project.md)\n3. [Support for extra services](docs/extra-services.md)\n4. [Deploying in production](docs/production.md)\n5. [Debugging with Xdebug](docs/xdebug.md)\n6. [TLS Certificates](docs/tls.md)\n7. [Using a Makefile](docs/makefile.md)\n8. [Troubleshooting](docs/troubleshooting.md)\n9. [Updating the template](docs/updating.md)\n\n## Installation the other way:\n1. Clone the project:\n `git clone https://github.com/SteponasK/PrestaShop-Shipping-ERP`\n2. Run Composer Install:\n`composer install`\n3. Change your .env variables (db \u0026 api key)\n4. Start Web Server\n5. Install [Shipping Module](https://github.com/SteponasK/Prestashop-Shipping).\n6. Enjoy!\n## License\n\nThis project is available under the MIT License.\n\n## Authors\n- Steponas K\n## Credits\nSymfony Docker skeleton was created by [Kévin Dunglas](https://dunglas.dev), co-maintained by [Maxime Helias](https://twitter.com/maxhelias) and sponsored by [Les-Tilleuls.coop](https://les-tilleuls.coop).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteponask%2Fprestashop-shipping-erp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteponask%2Fprestashop-shipping-erp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteponask%2Fprestashop-shipping-erp/lists"}