Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arturnawrot/4over-api-php
Unofficial PHP API client for 4over.com
https://github.com/arturnawrot/4over-api-php
Last synced: 9 days ago
JSON representation
Unofficial PHP API client for 4over.com
- Host: GitHub
- URL: https://github.com/arturnawrot/4over-api-php
- Owner: arturnawrot
- License: mit
- Created: 2023-10-05T03:53:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-03T02:03:50.000Z (9 months ago)
- Last Synced: 2024-10-12T10:45:20.014Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 4over-api-php
## 4over API docs
[https://api-users.4over.com/](https://api-users.4over.com/)
## Installation
```
composer require arturnawrot/4over-api-client
```## Example Usage
```php
categories->getAllCategories();print_r($categories);
```### See other example usage in:
```examples/createOrder.php```,```examples/getShippingQuote.php```,
```examples/status.php```,
```examples/tracking.php```,
## Contact Us
For professional assistance with web application development utilizing the 4over API, please contact us at [email protected] or call us at (877) 372-5313.
[legacysoftwares.com](https://legacysoftwares.com/)
## Licence
The MIT License (MIT). Please see [License File](https://github.com/arturnawrot/4over-api-php/blob/main/LICENSE.md) for more information.