https://github.com/weble/oatsphoenixapi
https://github.com/weble/oatsphoenixapi
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/weble/oatsphoenixapi
- Owner: Weble
- License: mit
- Created: 2020-02-21T13:22:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-22T08:27:10.000Z (almost 3 years ago)
- Last Synced: 2025-08-13T08:51:15.894Z (10 months ago)
- Language: PHP
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# OATS Phoenix API - PHP SDK
PHP SDK to interact with the OATS Phoenix API (earlweb.net);
## Installation
You can install the package via composer:
```bash
composer require weble/oatsphoenixapi
```
## Usage
``` php
$oats = new Weble\OATSPhoenixApi\OATS(
'[OATS_API_URL]',
'[TOKEN]'
);
$oats->browse();
```
## Testing
``` bash
composer test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security
If you discover any security related issues, please email daniele@weble.it instead of using the issue tracker.
## Credits
- [Daniele Rosario](https://github.com/Skullbock)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.