PHPackages                             sindev/sinpick - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sindev/sinpick

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sindev/sinpick
==============

Laravel helper for jQuery UI datepicker

09PHP

Since Oct 9Pushed 6y ago1 watchersCompare

[ Source](https://github.com/sindev95/larasinpick)[ Packagist](https://packagist.org/packages/sindev/sinpick)[ RSS](/packages/sindev-sinpick/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

sinlarapick
===========

[](#sinlarapick)

This is a simple helper package to add jQuery ui datepicker in Laravel apps.

Installing
==========

[](#installing)

Require the package with composer using the following command :

```
composer require sindev/sinpick

```

Usage
=====

[](#usage)

You can use it in your routes like this :

```
Route::get('/', function () {
    $datepicker = \Larapick::Init();
    return view('welcome',compact('datepicker'));
});
```

and in your view you need to add the datepicker scripts

```
>

    {{ config('app.name', 'Laravel') }}

    {!! $datepicker->datepicker() !!}
    {!! $datepicker->scripts() !!}

```

Screenshot
==========

[](#screenshot)

[![alt text](https://camo.githubusercontent.com/eae9166d60a4743c72f87cda503e55ef0cae13caf9940028b64e69fcf19a760b/68747470733a2f2f692e696d6775722e636f6d2f7a5471306256712e706e67)](https://camo.githubusercontent.com/eae9166d60a4743c72f87cda503e55ef0cae13caf9940028b64e69fcf19a760b/68747470733a2f2f692e696d6775722e636f6d2f7a5471306256712e706e67)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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/0121aab5db17ac635638da8d9d7543c958ebc39d65b7e560e44c4f6d22e84800?d=identicon)[sindev95](/maintainers/sindev95)

---

Top Contributors

[![sindev95](https://avatars.githubusercontent.com/u/52347949?v=4)](https://github.com/sindev95 "sindev95 (3 commits)")

### Embed Badge

![Health badge](/badges/sindev-sinpick/health.svg)

```
[![Health](https://phpackages.com/badges/sindev-sinpick/health.svg)](https://phpackages.com/packages/sindev-sinpick)
```

###  Alternatives

[imanghafoori/laravel-anypass

A minimal yet powerful package to help you in development.

21422.6k](/packages/imanghafoori-laravel-anypass)

PHPackages © 2026

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