Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uwaiscode/laravel-hijriyah

A simple way to create hijriyah date
https://github.com/uwaiscode/laravel-hijriyah

Last synced: about 1 month ago
JSON representation

A simple way to create hijriyah date

Awesome Lists containing this project

README

        

# Laravel Hijriyah

#### A simple way to create hijriyah Date

## Installation

> $ composer require uwaiscode/laravel-hijriyah

## Usage

### Example

```
use Uwaiscode\Laravelhijriyah\Hijriyah;

Hijriyah::getDate(today());

```