PHPackages                             omakei/laravel-selcom - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. omakei/laravel-selcom

AbandonedArchivedLibrary[API Development](/categories/api)

omakei/laravel-selcom
=====================

Selcom API wapper for easy intergration with laravel application.

v1.0.3-alpha(4y ago)2461MITPHPPHP ^8.0

Since Jul 26Pushed 4y ago1 watchersCompare

[ Source](https://github.com/omakei/laravel-selcom)[ Packagist](https://packagist.org/packages/omakei/laravel-selcom)[ Docs](https://github.com/omakei/laravel-selcom)[ GitHub Sponsors](https://github.com/Omakei)[ RSS](/packages/omakei-laravel-selcom/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (10)Versions (5)Used By (0)

Selcom API wapper for easy intergration with laravel application.
=================================================================

[](#selcom-api-wapper-for-easy-intergration-with-laravel-application)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d4a83d64b3ad1ceccdc56fc0b0f270f4dc7634ce73c7905a1aaeac593ae497f8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f6d616b65692f6c61726176656c2d73656c636f6d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/omakei/laravel-selcom)[![GitHub Tests Action Status](https://camo.githubusercontent.com/435c0dc70cd794f3c1bddcf621ee91c5d00f74cc67101a920d517e6ccd92cea4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6f6d616b65692f6c61726176656c2d73656c636f6d2f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/omakei/laravel-selcom/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/f552b608ee4145fd5eef762048b54c877000d0da155fe504458ae325aeff4cb0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6f6d616b65692f6c61726176656c2d73656c636f6d2f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/omakei/laravel-selcom/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/f4434bdf2e67f3457c3c3bb0a7da7f280e657355a43859dcf3306c0beb12f44c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f6d616b65692f6c61726176656c2d73656c636f6d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/omakei/laravel-selcom)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require omakei/laravel-selcom
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="Omakei\LaravelSelcom\LaravelSelcomServiceProvider" --tag="laravel-selcom-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Omakei\LaravelSelcom\LaravelSelcomServiceProvider" --tag="laravel-selcom-config"
```

This is the contents of the published config file:

```
