An open API service indexing awesome lists of open source software.

https://github.com/codekandis/types

`codekandis/types` is a library providing base types.
https://github.com/codekandis/types

base classes interfaces library php types

Last synced: 3 months ago
JSON representation

`codekandis/types` is a library providing base types.

Awesome Lists containing this project

README

          

# codekandis/types

[![Version][xtlink-version-badge]][srclink-changelog]
[![License][xtlink-license-badge]][srclink-license]
[![Minimum PHP Version][xtlink-php-version-badge]][xtlink-php-net]
![Code Coverage][xtlink-code-coverage-badge]

`codekandis/types` is a library providing base types, interfaces, classes and exceptions.

## Index

* [Installation](#installation)
* [Testing](#testing)
* [How to use](#how-to-use)

## Installation

Install the latest version with

```bash
$ composer require codekandis/types
```

## Testing

Test the code with

```bash
$ composer run-script test
```

If you like to retrieve a full coverage report run

```bash
$ composer run-script test-coverage
```

## How to use

[See the documentation][doclink] for further information about all available interfaces and classes.

[xtlink-version-badge]: https://img.shields.io/badge/version-1.0.0-blue.svg
[xtlink-license-badge]: https://img.shields.io/badge/license-MIT-yellow.svg
[xtlink-php-version-badge]: https://img.shields.io/badge/php-%3E%3D%208.4-8892BF.svg
[xtlink-code-coverage-badge]: https://img.shields.io/badge/coverage-100%25-green.svg
[xtlink-php-net]: https://php.net

[srclink-changelog]: ./CHANGELOG.md
[srclink-license]: ./LICENSE

[doclink]: ./docs/README.md