gildastema/phonenumber

PHP Package for determine operator in cameroon

0.0.1 2022-02-01 12:41 UTC

This package is auto-updated.

Last update: 2024-05-29 05:26:51 UTC


README

[![Latest Version on Packagist](https://img.shields.io/packagist/v/ gildastema/phonenumber.svg?style=flat-square)](https://packagist.org/packages/ gildastema/phonenumber) [![Total Downloads](https://img.shields.io/packagist/dt/ gildastema/phonenumber.svg?style=flat-square)](https://packagist.org/packages/ gildastema/phonenumber) ![GitHub Actions](https://github.com/ gildastema/phonenumber/actions/workflows/main.yml/badge.svg)

Check Operator for the phonenumber in cameroon

Installation

You can install the package via composer:

composer require  gildastema/phonenumber

Usage

    (new \Gildastema\Phonenumber\Phonenumber())->getOperator('691131446');
    (new \Gildastema\Phonenumber\Phonenumber())->getOperator('237691131446');

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email gildastema3@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

PHP Package Boilerplate

This package was generated using the PHP Package Boilerplate by Beyond Code.