https://github.com/ck-developer/php-types
https://github.com/ck-developer/php-types
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ck-developer/php-types
- Owner: ck-developer
- License: mit
- Created: 2019-01-07T19:50:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:24:14.000Z (almost 5 years ago)
- Last Synced: 2025-01-11T04:29:11.146Z (about 1 year ago)
- Language: PHP
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ck-developer/php-types
[![Latest Stable Version][badge-stable]][packagist]
[![Latest Unstable Version][badge-unstable]][packagist]
[![PHP Version][badge-php]][php]
[![Software License][badge-license]][license]
[![Build Status][badge-build]][build]
[![Coverage Status][badge-coverage]][coverage]
[![Maintainability Rate][badge-maintainability]][maintainability]
[![Total Downloads][badge-downloads]][downloads]
php types
This project adheres to a [Contributor Code of Conduct][conduct]. By
participating in this project and its community, you are expected to uphold this
code.
## Installation
The preferred method of installation is via [Composer][]. Run the following
command to install the package and add it as a requirement to your project's
`composer.json`:
```bash
composer require ck-developer/php-types
```
## Documentation
Check out the [documentation website][documentation] for detailed information
and code examples.
## Contributing
Contributions are welcome! Please read [CONTRIBUTING][] for details.
## Copyright and License
The ck-developer/php-types library is copyright © [Claude Khedhiri](khedhiri.com)
and licensed for use under the MIT License (MIT). Please see [LICENSE][] for
more information.
[conduct]: https://github.com/ck-developer/php-types/blob/master/.github/CODE_OF_CONDUCT.md
[composer]: http://getcomposer.org/
[documentation]: https://ck-developer.github.io/php-types/
[contributing]: https://github.com/ck-developer/php-types/blob/master/.github/CONTRIBUTING.md
[badge-stable]: https://poser.pugx.org/ck-developer/php-types/v/stable?format=flat-square
[badge-unstable]: https://poser.pugx.org/ck-developer/php-types/v/unstable?format=flat-square
[badge-license]: https://img.shields.io/packagist/l/ck-developer/php-types.svg?style=flat-square
[badge-php]: https://img.shields.io/packagist/php-v/ck-developer/php-types.svg?style=flat-square
[badge-maintainability]: https://img.shields.io/codeclimate/maintainability/ck-developer/php-types.svg?style=flat-square
[badge-build]: https://img.shields.io/travis/com/ck-developer/php-types/master.svg?style=flat-square
[badge-coverage]: https://img.shields.io/codeclimate/coverage/ck-developer/php-types.svg?style=flat-square
[badge-downloads]: https://img.shields.io/packagist/dt/ck-developer/php-types.svg?style=flat-square&colorB=mediumvioletred?style=flat-square
[packagist]: https://packagist.org/packages/ck-developer/php-types
[license]: https://github.com/ck-developer/php-types/blob/master/LICENSE
[php]: https://php.net
[build]: https://travis-ci.com/ck-developer/php-types
[maintainability]: https://codeclimate.com/github/ck-developer/php-types/maintainability
[coverage]: https://codeclimate.com/github/ck-developer/php-types/test_coverage
[downloads]: https://packagist.org/packages/ck-developer/php-types