Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prestashop/ps_distributionapiclient
Allows to install & update native modules from the Back office
https://github.com/prestashop/ps_distributionapiclient
hacktoberfest native-module prestashop-module
Last synced: 3 months ago
JSON representation
Allows to install & update native modules from the Back office
- Host: GitHub
- URL: https://github.com/prestashop/ps_distributionapiclient
- Owner: PrestaShop
- Created: 2022-03-15T11:26:29.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-01-24T17:21:29.000Z (11 months ago)
- Last Synced: 2024-04-25T05:40:53.267Z (8 months ago)
- Topics: hacktoberfest, native-module, prestashop-module
- Language: PHP
- Homepage:
- Size: 86.9 KB
- Stars: 4
- Watchers: 19
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Distribution API client
## About
Download & upgrade PrestaShop's native modules from your backoffice
## Compatibility
PrestaShop: `8.0.2` or later
## Reporting issues
You can report issues with this module in the main PrestaShop repository. [Click here to report an issue][report-issue].
## Requirements
Required only for development:
- composer
## Installation
Install all dependencies.
```
composer install
```## Contributing
PrestaShop modules are open source extensions to the [PrestaShop e-commerce platform][prestashop]. Everyone is welcome and even encouraged to contribute with their own improvements!
Just make sure to follow our [contribution guidelines][contribution-guidelines].
## License
This module is released under the [Academic Free License 3.0][AFL-3.0]
[report-issue]: https://github.com/PrestaShop/PrestaShop/issues/new/choose
[prestashop]: https://www.prestashop-project.org/
[contribution-guidelines]: https://devdocs.prestashop-project.org/8/contribute/contribution-guidelines/project-modules/
[AFL-3.0]: https://opensource.org/licenses/AFL-3.0