Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arabnewscms/clock-clockprov
This is Test Package To get Date And clock
https://github.com/arabnewscms/clock-clockprov
Last synced: 11 days ago
JSON representation
This is Test Package To get Date And clock
- Host: GitHub
- URL: https://github.com/arabnewscms/clock-clockprov
- Owner: arabnewscms
- License: mit
- Created: 2016-12-22T11:13:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-22T11:33:07.000Z (about 8 years ago)
- Last Synced: 2024-12-16T17:01:59.728Z (21 days ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tested Packge With Phpanony - Clock
This is Test Package To get Date And clock#installation
Run This Command On Your Composer
` composer require clock/clockprov:dev-master `after completed to download package
open your app.php file from this path `config/app.php`put this to provider array line
```php
Clock\ClockProv\ClockProvider::class,```
and this aliases array from package
```php
'Clock' => Clock\ClockProv\ClockFacdecs::class,```
now please run this command on your composer ` php artisan vendor:publish `
##usage
to use this package clock
```php
Clock::clock();
```or if You want use Map
```php
Clock::map();
```