Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.73 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.73 KB

Webservices

Github Licence Packagist version PHP Version Contribution Status CI Status Code Coverage

Services for the custom personal framework designed for exposing various APIs to the framework core.

Features

  • AIClient interface for accessing AI APIs for example OpenAI or Google Cloud AI.
  • Image processor for local image manipulation, editing and storage.

Installation

composer require kriskoribsky/webservices

Basic usage

Every service is namespaced under the Web\Services namespace.

Documentation

  • Usage
  • Reference
  • Examples

Contributing

Thank you for considering contributing to this project!
With more resources we could create large, general,
implementation-agnostic php repository of constants & utils.

Licence

This library is open source, licensed under the MIT license.