PHPackages                             dcastanera/laravel-clients - 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. dcastanera/laravel-clients

ActiveLibrary

dcastanera/laravel-clients
==========================

Clients package for Laravel 5 that includes contacts and configuration items.

010PHP

Since Feb 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/dcastanera/laravel-clients)[ Packagist](https://packagist.org/packages/dcastanera/laravel-clients)[ RSS](/packages/dcastanera-laravel-clients/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Clients
===============

[](#laravel-clients)

This package was built for Laravel 5 and provides Client objects with Contacts &amp; Configuration Items. Users can also be assigned to Clients and has a many to many relationship where you can have more than one user assigned to a client and more than one client assigned to a user.

This package makes the following objects and variables available:

#### Clients

[](#clients)

- name
- address
- address2
- city
- state
- zip
- phone
- website

#### Contacts

[](#contacts)

- first\_name
- last\_name
- address
- address2
- city
- state
- zip
- phone
- email

#### Configuration Items

[](#configuration-items)

- name
- url
- username
- password

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

[](#installation)

> This package requires the ***dcastanera/laravel-notes*** package. If you are not currently using the notes package, please follow this link to go install that first. [Install Laravel Notes](https://github.com/dcastanera/laravel-notes/blob/master/README.md)

#### Composer

[](#composer)

In order to install this package you need to use composer. Simply type the following into your command line interface:

```
composer require dcastanera/laravel-clients

```

#### Service Provider

[](#service-provider)

Next we need to register the package's service provider. In the "providers" section of your config/app.php file, add the following line to the list:

```
DCastanera\Clients\ClientServiceProvider::class,

```

#### Publish Files

[](#publish-files)

Now that everything is loaded, in order for things to work correctly, we need to copy or publish some files into your Laravel installation. Enter the following command to publish the files:

```
php artisan vendor:publish

```

#### Database Migration

[](#database-migration)

One of the things we did with the publish command we just used was copy a database migration file into your database/migrations folder. Enter the following command to run the migration and install the necessary tables in your database.

```
php artisan migrate

```

Usage
-----

[](#usage)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/de434862bb68cf816691678373b6302297616d9f6437bfcaa025f5a0d85cb69e?d=identicon)[dcastanera](/maintainers/dcastanera)

---

Top Contributors

[![dcastanera](https://avatars.githubusercontent.com/u/13420672?v=4)](https://github.com/dcastanera "dcastanera (15 commits)")

### Embed Badge

![Health badge](/badges/dcastanera-laravel-clients/health.svg)

```
[![Health](https://phpackages.com/badges/dcastanera-laravel-clients/health.svg)](https://phpackages.com/packages/dcastanera-laravel-clients)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
