repo
stringlengths
7
63
file_url
stringlengths
81
284
file_path
stringlengths
5
200
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 15:02:33
2026-01-05 05:24:06
truncated
bool
2 classes
codenteq/laerx
https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/resources/views/layouts/stylesheet.blade.php
resources/views/layouts/stylesheet.blade.php
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs5/dt-1.11.3/r-2.2.9/sb-1.2.2/sp-1.4.0/datatables.min.css"/>
php
MIT
1beced57923761b2f07ca20030a4df11eb05b732
2026-01-05T05:20:28.495862Z
false
codenteq/laerx
https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/resources/views/layouts/app.blade.php
resources/views/layouts/app.blade.php
<!doctype html> <html lang="{{ str_replace('_', '-', app()->getLocale()) }}"> <head> <meta charset="utf-8"> <meta name="csrf-token" content="{{ csrf_token() }}"> <meta name="dc.language" content="{{ app()->getLocale() }}"> <meta http-equiv="content-language" content="{{ app()->getLocale() }}"> <meta...
php
MIT
1beced57923761b2f07ca20030a4df11eb05b732
2026-01-05T05:20:28.495862Z
false
codenteq/laerx
https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/resources/views/email/invoice.blade.php
resources/views/email/invoice.blade.php
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>Fatura</title> <style> .invoice-box { max-width: 800px; margin: auto; padding: 30px; border: 1px solid #eee; box-shadow: 0 0 10px rgb...
php
MIT
1beced57923761b2f07ca20030a4df11eb05b732
2026-01-05T05:20:28.495862Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/PhpFile.php
src/PhpFile.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/Redis.php
src/Redis.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Julián Gutiérrez <juliangut@gmail.c...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/AbstractCache.php
src/AbstractCache.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/Memory.php
src/Memory.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/MongoDB.php
src/MongoDB.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/AbstractFile.php
src/AbstractFile.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/Memcached.php
src/Memcached.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/CacheInterface.php
src/CacheInterface.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/File.php
src/File.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/Mysqli.php
src/Mysqli.php
<?php /** * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/Chain.php
src/Chain.php
<?php /** * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/Predis.php
src/Predis.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/NotCache.php
src/NotCache.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/Apcu.php
src/Apcu.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/File/TrieFilename.php
src/File/TrieFilename.php
<?php /** * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/File/BasicFilename.php
src/File/BasicFilename.php
<?php /** * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/Exception/BadMethodCallException.php
src/Exception/BadMethodCallException.php
<?php /** * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/Exception/UnexpectedValueException.php
src/Exception/UnexpectedValueException.php
<?php /** * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/Exception/InvalidArgumentException.php
src/Exception/InvalidArgumentException.php
<?php /** * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/Exception/CacheException.php
src/Exception/CacheException.php
<?php /** * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/Option/InitializeTrait.php
src/Option/InitializeTrait.php
<?php /** * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/Option/FilenameTrait.php
src/Option/FilenameTrait.php
<?php /** * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/Option/TtlTrait.php
src/Option/TtlTrait.php
<?php /** * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/Option/PrefixTrait.php
src/Option/PrefixTrait.php
<?php /** * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/Packer/MongoDBBinaryPacker.php
src/Packer/MongoDBBinaryPacker.php
<?php /** * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/Packer/NopPacker.php
src/Packer/NopPacker.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/Packer/SerializePacker.php
src/Packer/SerializePacker.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/Packer/PackerInterface.php
src/Packer/PackerInterface.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/Packer/JsonPacker.php
src/Packer/JsonPacker.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/src/Packer/PackingTrait.php
src/Packer/PackingTrait.php
<?php /** * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/tests/ChainTest.php
tests/ChainTest.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> */ namespace Desarrolla2\Test\Cache; use De...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/tests/FileTtlFileTest.php
tests/FileTtlFileTest.php
<?php /** * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/tests/NotCacheTest.php
tests/NotCacheTest.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> */ namespace Desarrolla2\Test\Cache; use De...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/tests/FileTest.php
tests/FileTest.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> */ namespace Desarrolla2\Test\Cache; use De...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/tests/MemoryTest.php
tests/MemoryTest.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> */ namespace Desarrolla2\Test\Cache; use De...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/tests/PhpFileTest.php
tests/PhpFileTest.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> */ namespace Desarrolla2\Test\Cache; use De...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/tests/FileTrieTest.php
tests/FileTrieTest.php
<?php /** * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> * @author Arnold Daniels <arnold@jasny.net> ...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/tests/PredisTest.php
tests/PredisTest.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> */ namespace Desarrolla2\Test\Cache; use De...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/tests/MongoDBTest.php
tests/MongoDBTest.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> */ namespace Desarrolla2\Test\Cache; use De...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/tests/MemcachedTest.php
tests/MemcachedTest.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> */ namespace Desarrolla2\Test\Cache; use De...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/tests/RedisTest.php
tests/RedisTest.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> */ namespace Desarrolla2\Test\Cache; use De...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/tests/AbstractCacheTest.php
tests/AbstractCacheTest.php
<?php /** * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> */ namespace Desarrolla2\Test\Cache; use Ca...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/tests/MysqliTest.php
tests/MysqliTest.php
<?php /** * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> */ namespace Desarrolla2\Test\Cache; use De...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/tests/ApcuCacheTest.php
tests/ApcuCacheTest.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> */ namespace Desarrolla2\Test\Cache; use De...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/tests/performance/Apc.php
tests/performance/Apc.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> */ require_once __DIR__.'/../bootstrap.php';...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/tests/performance/NoCache.php
tests/performance/NoCache.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> */ require_once __DIR__.'/../bootstrap.php';...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/tests/performance/common.php
tests/performance/common.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> */ //build test data outside of timing loop...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/tests/performance/Mongo.php
tests/performance/Mongo.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> */ require_once __DIR__.'/../bootstrap.php';...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
desarrolla2/Cache
https://github.com/desarrolla2/Cache/blob/11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5/tests/performance/File.php
tests/performance/File.php
<?php /* * This file is part of the Cache package. * * Copyright (c) Daniel González * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Daniel González <daniel@desarrolla2.com> */ require_once __DIR__.'/../bootstrap.php';...
php
MIT
11d0e29ebd7ae12e2b53d90d7a9757b1c51c04e5
2026-01-05T05:20:41.662521Z
false
riskihajar/terbilang
https://github.com/riskihajar/terbilang/blob/c243473508ad84b7642085169e6fea170e8b09d4/src/DateTime.php
src/DateTime.php
<?php namespace Riskihajar\Terbilang; use Carbon\Carbon; use Illuminate\Contracts\Container\BindingResolutionException; use Illuminate\Support\Facades\Lang; use Illuminate\Support\Str; use Illuminate\Support\Stringable; use Psr\Container\ContainerExceptionInterface; use Psr\Container\NotFoundExceptionInterface; use R...
php
MIT
c243473508ad84b7642085169e6fea170e8b09d4
2026-01-05T05:20:52.032227Z
false
riskihajar/terbilang
https://github.com/riskihajar/terbilang/blob/c243473508ad84b7642085169e6fea170e8b09d4/src/Roman.php
src/Roman.php
<?php namespace Riskihajar\Terbilang; use Illuminate\Support\Str; use Illuminate\Support\Stringable; use Riskihajar\Terbilang\Enums\Roman as Enum; class Roman { public function __invoke(mixed $number): Stringable { $number = intval($number); $results = []; foreach (Enum::cases() as $...
php
MIT
c243473508ad84b7642085169e6fea170e8b09d4
2026-01-05T05:20:52.032227Z
false
riskihajar/terbilang
https://github.com/riskihajar/terbilang/blob/c243473508ad84b7642085169e6fea170e8b09d4/src/LargeNumber.php
src/LargeNumber.php
<?php namespace Riskihajar\Terbilang; use Illuminate\Support\Str; use Illuminate\Support\Stringable; use Riskihajar\Terbilang\Enums\LargeNumber as Enum; class LargeNumber { public function __invoke(mixed $number, Enum $target = Enum::Auto, ?int $precision = 2): Stringable { $target = $target === Enum...
php
MIT
c243473508ad84b7642085169e6fea170e8b09d4
2026-01-05T05:20:52.032227Z
false
riskihajar/terbilang
https://github.com/riskihajar/terbilang/blob/c243473508ad84b7642085169e6fea170e8b09d4/src/NumberToWords.php
src/NumberToWords.php
<?php namespace Riskihajar\Terbilang; use Illuminate\Support\Facades\Lang; use Illuminate\Support\Str; use Illuminate\Support\Stringable; class NumberToWords { private $hyphen; private $conjunction; private $separator; private $negative; private $decimal; private $dictionary; privat...
php
MIT
c243473508ad84b7642085169e6fea170e8b09d4
2026-01-05T05:20:52.032227Z
false
riskihajar/terbilang
https://github.com/riskihajar/terbilang/blob/c243473508ad84b7642085169e6fea170e8b09d4/src/Terbilang.php
src/Terbilang.php
<?php namespace Riskihajar\Terbilang; use Carbon\Carbon; use Illuminate\Contracts\Container\BindingResolutionException; use Illuminate\Support\Facades\Lang; use Illuminate\Support\Stringable; use Psr\Container\ContainerExceptionInterface; use Psr\Container\NotFoundExceptionInterface; class Terbilang { /** *...
php
MIT
c243473508ad84b7642085169e6fea170e8b09d4
2026-01-05T05:20:52.032227Z
false
riskihajar/terbilang
https://github.com/riskihajar/terbilang/blob/c243473508ad84b7642085169e6fea170e8b09d4/src/DistanceDate.php
src/DistanceDate.php
<?php namespace Riskihajar\Terbilang; use Carbon\Carbon; use DateInterval; use Illuminate\Contracts\Container\BindingResolutionException; use Illuminate\Support\Facades\Config; use Illuminate\Support\Facades\Lang; use Illuminate\Support\Str; use Illuminate\Support\Stringable; use Psr\Container\ContainerExceptionInter...
php
MIT
c243473508ad84b7642085169e6fea170e8b09d4
2026-01-05T05:20:52.032227Z
false
riskihajar/terbilang
https://github.com/riskihajar/terbilang/blob/c243473508ad84b7642085169e6fea170e8b09d4/src/TerbilangServiceProvider.php
src/TerbilangServiceProvider.php
<?php namespace Riskihajar\Terbilang; use Riskihajar\Terbilang\Commands\TerbilangLargeNumberCommand; use Riskihajar\Terbilang\Commands\TerbilangNumberToWordsCommand; use Riskihajar\Terbilang\Commands\TerbilangRomanCommand; use Spatie\LaravelPackageTools\Package; use Spatie\LaravelPackageTools\PackageServiceProvider; ...
php
MIT
c243473508ad84b7642085169e6fea170e8b09d4
2026-01-05T05:20:52.032227Z
false
riskihajar/terbilang
https://github.com/riskihajar/terbilang/blob/c243473508ad84b7642085169e6fea170e8b09d4/src/Exceptions/InvalidNumber.php
src/Exceptions/InvalidNumber.php
<?php namespace Riskihajar\Terbilang\Exceptions; use Exception; final class InvalidNumber extends Exception { public static function isExceed(): self { return new self('NumToWords only accepts numbers between -'.PHP_INT_MIN.' and '.PHP_INT_MAX); } public static function isNotNumeric(): self ...
php
MIT
c243473508ad84b7642085169e6fea170e8b09d4
2026-01-05T05:20:52.032227Z
false
riskihajar/terbilang
https://github.com/riskihajar/terbilang/blob/c243473508ad84b7642085169e6fea170e8b09d4/src/Facades/Terbilang.php
src/Facades/Terbilang.php
<?php namespace Riskihajar\Terbilang\Facades; use Illuminate\Support\Facades\Facade; /** * @see \Riskihajar\Terbilang\Terbilang */ class Terbilang extends Facade { protected static function getFacadeAccessor() { return \Riskihajar\Terbilang\Terbilang::class; } }
php
MIT
c243473508ad84b7642085169e6fea170e8b09d4
2026-01-05T05:20:52.032227Z
false
riskihajar/terbilang
https://github.com/riskihajar/terbilang/blob/c243473508ad84b7642085169e6fea170e8b09d4/src/Enums/Roman.php
src/Enums/Roman.php
<?php namespace Riskihajar\Terbilang\Enums; enum Roman: int { case M = 1000; case CM = 900; case D = 500; case CD = 400; case C = 100; case XC = 90; case L = 50; case XL = 40; case X = 10; case IX = 9; case V = 5; case IV = 4; case I = 1; }
php
MIT
c243473508ad84b7642085169e6fea170e8b09d4
2026-01-05T05:20:52.032227Z
false
riskihajar/terbilang
https://github.com/riskihajar/terbilang/blob/c243473508ad84b7642085169e6fea170e8b09d4/src/Enums/LargeNumber.php
src/Enums/LargeNumber.php
<?php namespace Riskihajar\Terbilang\Enums; use Illuminate\Support\Facades\Lang; enum LargeNumber: string { case Auto = 'auto'; case Kilo = 'kilo'; case Million = 'million'; case Billion = 'billion'; case Trillion = 'trillion'; public function divider(): int { return match ($this...
php
MIT
c243473508ad84b7642085169e6fea170e8b09d4
2026-01-05T05:20:52.032227Z
false
riskihajar/terbilang
https://github.com/riskihajar/terbilang/blob/c243473508ad84b7642085169e6fea170e8b09d4/src/Enums/DistanceDate.php
src/Enums/DistanceDate.php
<?php namespace Riskihajar\Terbilang\Enums; use Illuminate\Support\Facades\Lang; enum DistanceDate: string { case Day = 'Day'; case Month = 'Month'; case Hour = 'Hour'; case Minute = 'Minute'; case Second = 'Second'; case Year = 'Year'; case Full = 'Full'; public function label(): st...
php
MIT
c243473508ad84b7642085169e6fea170e8b09d4
2026-01-05T05:20:52.032227Z
false
riskihajar/terbilang
https://github.com/riskihajar/terbilang/blob/c243473508ad84b7642085169e6fea170e8b09d4/src/Commands/TerbilangLargeNumberCommand.php
src/Commands/TerbilangLargeNumberCommand.php
<?php namespace Riskihajar\Terbilang\Commands; use Illuminate\Console\Command; use Riskihajar\Terbilang\Enums\LargeNumber; use Riskihajar\Terbilang\Facades\Terbilang; class TerbilangLargeNumberCommand extends Command { public $signature = 'terbilang:ln {number} {target?}'; public $description = 'Convert Num...
php
MIT
c243473508ad84b7642085169e6fea170e8b09d4
2026-01-05T05:20:52.032227Z
false
riskihajar/terbilang
https://github.com/riskihajar/terbilang/blob/c243473508ad84b7642085169e6fea170e8b09d4/src/Commands/TerbilangNumberToWordsCommand.php
src/Commands/TerbilangNumberToWordsCommand.php
<?php namespace Riskihajar\Terbilang\Commands; use Illuminate\Console\Command; use Riskihajar\Terbilang\Facades\Terbilang; class TerbilangNumberToWordsCommand extends Command { public $signature = 'terbilang:word {number}'; public $description = 'Convert Number to Words (terbilang)'; public function ha...
php
MIT
c243473508ad84b7642085169e6fea170e8b09d4
2026-01-05T05:20:52.032227Z
false
riskihajar/terbilang
https://github.com/riskihajar/terbilang/blob/c243473508ad84b7642085169e6fea170e8b09d4/src/Commands/TerbilangRomanCommand.php
src/Commands/TerbilangRomanCommand.php
<?php namespace Riskihajar\Terbilang\Commands; use Illuminate\Console\Command; use Riskihajar\Terbilang\Facades\Terbilang; class TerbilangRomanCommand extends Command { public $signature = 'terbilang:roman {number}'; public $description = 'Convert Number to Roman'; public function handle(): int { ...
php
MIT
c243473508ad84b7642085169e6fea170e8b09d4
2026-01-05T05:20:52.032227Z
false
riskihajar/terbilang
https://github.com/riskihajar/terbilang/blob/c243473508ad84b7642085169e6fea170e8b09d4/tests/TerbilangNumberToWordsTest.php
tests/TerbilangNumberToWordsTest.php
<?php namespace Riskihajar\Terbilang\Tests; use Illuminate\Support\Facades\Config; use Illuminate\Support\Stringable; use Riskihajar\Terbilang\Exceptions\InvalidNumber; use Riskihajar\Terbilang\NumberToWords; it('has make method', function () { $this->assertTrue(method_exists(NumberToWords::class, 'make')); }); ...
php
MIT
c243473508ad84b7642085169e6fea170e8b09d4
2026-01-05T05:20:52.032227Z
false
riskihajar/terbilang
https://github.com/riskihajar/terbilang/blob/c243473508ad84b7642085169e6fea170e8b09d4/tests/TerbilangLargeNumberTest.php
tests/TerbilangLargeNumberTest.php
<?php namespace Riskihajar\Terbilang\Tests; use Illuminate\Support\Stringable; use Riskihajar\Terbilang\Enums\LargeNumber; use Riskihajar\Terbilang\LargeNumber as TerbilangLargeNumber; use Riskihajar\Terbilang\Terbilang; it('invokeable', function () { $this->assertTrue(method_exists(TerbilangLargeNumber::class, ...
php
MIT
c243473508ad84b7642085169e6fea170e8b09d4
2026-01-05T05:20:52.032227Z
false
riskihajar/terbilang
https://github.com/riskihajar/terbilang/blob/c243473508ad84b7642085169e6fea170e8b09d4/tests/Pest.php
tests/Pest.php
<?php use Riskihajar\Terbilang\Tests\TestCase; uses(TestCase::class)->in(__DIR__);
php
MIT
c243473508ad84b7642085169e6fea170e8b09d4
2026-01-05T05:20:52.032227Z
false
riskihajar/terbilang
https://github.com/riskihajar/terbilang/blob/c243473508ad84b7642085169e6fea170e8b09d4/tests/TerbilangDatetimeToWordTest.php
tests/TerbilangDatetimeToWordTest.php
<?php namespace Riskihajar\Terbilang\Tests; use Riskihajar\Terbilang\DateTime; it('has date method', function () { expect(method_exists(DateTime::class, 'date'))->toBeTrue(); }); it('has time method', function () { expect(method_exists(DateTime::class, 'time'))->toBeTrue(); }); it('has datetime method', fu...
php
MIT
c243473508ad84b7642085169e6fea170e8b09d4
2026-01-05T05:20:52.032227Z
false
riskihajar/terbilang
https://github.com/riskihajar/terbilang/blob/c243473508ad84b7642085169e6fea170e8b09d4/tests/TestCase.php
tests/TestCase.php
<?php namespace Riskihajar\Terbilang\Tests; use Orchestra\Testbench\TestCase as Orchestra; use Riskihajar\Terbilang\Terbilang; use Riskihajar\Terbilang\TerbilangServiceProvider; class TestCase extends Orchestra { protected $terbilang; protected function setUp(): void { parent::setUp(); ...
php
MIT
c243473508ad84b7642085169e6fea170e8b09d4
2026-01-05T05:20:52.032227Z
false
riskihajar/terbilang
https://github.com/riskihajar/terbilang/blob/c243473508ad84b7642085169e6fea170e8b09d4/tests/TerbilangTest.php
tests/TerbilangTest.php
<?php namespace Riskihajar\Terbilang\Tests; use Riskihajar\Terbilang\Terbilang; it('has make method', function () { expect(method_exists(Terbilang::class, 'make'))->toBeTrue(); }); it('has distance method', function () { expect(method_exists(Terbilang::class, 'distance'))->toBeTrue(); }); it('has period me...
php
MIT
c243473508ad84b7642085169e6fea170e8b09d4
2026-01-05T05:20:52.032227Z
false
riskihajar/terbilang
https://github.com/riskihajar/terbilang/blob/c243473508ad84b7642085169e6fea170e8b09d4/tests/TerbilangRomanTest.php
tests/TerbilangRomanTest.php
<?php namespace Riskihajar\Terbilang\Tests; use Illuminate\Support\Stringable; use Riskihajar\Terbilang\Roman; use Riskihajar\Terbilang\Terbilang; it('invokeable', function () { $this->assertTrue(method_exists(Roman::class, '__invoke')); }); it('can convert number to roman', function () { $this->assertEqual...
php
MIT
c243473508ad84b7642085169e6fea170e8b09d4
2026-01-05T05:20:52.032227Z
false
riskihajar/terbilang
https://github.com/riskihajar/terbilang/blob/c243473508ad84b7642085169e6fea170e8b09d4/config/terbilang.php
config/terbilang.php
<?php // config for Riskihajar/Terbilang return [ /* |-------------------------------------------------------------------------- | Date Output Format |-------------------------------------------------------------------------- | | This value is output format for function Terbilang::date() | ...
php
MIT
c243473508ad84b7642085169e6fea170e8b09d4
2026-01-05T05:20:52.032227Z
false
riskihajar/terbilang
https://github.com/riskihajar/terbilang/blob/c243473508ad84b7642085169e6fea170e8b09d4/resources/lang/en/date.php
resources/lang/en/date.php
<?php return [ 'day' => [ 'Mon' => 'Monday', 'Tue' => 'Tuesday', 'Wed' => 'Wednesday', 'Thu' => 'Thursday', 'Fri' => 'Friday', 'Sat' => 'Saturday', 'Sun' => 'Sunday', ], 'month' => [ 1 => 'January', 2 => 'February', 3 => 'March...
php
MIT
c243473508ad84b7642085169e6fea170e8b09d4
2026-01-05T05:20:52.032227Z
false
riskihajar/terbilang
https://github.com/riskihajar/terbilang/blob/c243473508ad84b7642085169e6fea170e8b09d4/resources/lang/en/terbilang.php
resources/lang/en/terbilang.php
<?php return [ 'hyphen' => '-', 'conjunction' => ' and ', 'separator' => ', ', 'negative' => 'negative ', 'decimal' => ' point ', 'prefix' => '', 'suffix' => '', 'prenum' => '', 'large-number' => [ 'kilo' => 'k', 'million' => 'M', 'billion' => 'B', 't...
php
MIT
c243473508ad84b7642085169e6fea170e8b09d4
2026-01-05T05:20:52.032227Z
false
riskihajar/terbilang
https://github.com/riskihajar/terbilang/blob/c243473508ad84b7642085169e6fea170e8b09d4/resources/lang/pt/date.php
resources/lang/pt/date.php
<?php return [ 'day' => [ 'Mon' => 'Segunda-feira', 'Tue' => 'Terça-feira', 'Wed' => 'Quarta-feira', 'Thu' => 'Quinta-feira', 'Fri' => 'Sexta-feira', 'Sat' => 'Sábado', 'Sun' => 'Domingo', ], 'month' => [ 1 => 'Janeiro', 2 => 'Fevereir...
php
MIT
c243473508ad84b7642085169e6fea170e8b09d4
2026-01-05T05:20:52.032227Z
false
riskihajar/terbilang
https://github.com/riskihajar/terbilang/blob/c243473508ad84b7642085169e6fea170e8b09d4/resources/lang/pt/terbilang.php
resources/lang/pt/terbilang.php
<?php return [ 'hyphen' => '-', 'conjunction' => ' e ', 'separator' => ', ', 'negative' => 'negativo ', 'decimal' => ' ponto ', 'prefix' => '', 'suffix' => '', 'prenum' => '', 'short' => [ 'kilo' => 'k', 'million' => 'M', 'billion' => 'B', 'trillion' ...
php
MIT
c243473508ad84b7642085169e6fea170e8b09d4
2026-01-05T05:20:52.032227Z
false
riskihajar/terbilang
https://github.com/riskihajar/terbilang/blob/c243473508ad84b7642085169e6fea170e8b09d4/resources/lang/id/date.php
resources/lang/id/date.php
<?php return [ 'day' => [ 'Mon' => 'Senin', 'Tue' => 'Selasa', 'Wed' => 'Rabu', 'Thu' => 'Kamis', 'Fri' => 'Jum\'at', 'Sat' => 'Sabtu', 'Sun' => 'Minggu', ], 'month' => [ 1 => 'Januari', 2 => 'Februari', 3 => 'Maret', 4...
php
MIT
c243473508ad84b7642085169e6fea170e8b09d4
2026-01-05T05:20:52.032227Z
false
riskihajar/terbilang
https://github.com/riskihajar/terbilang/blob/c243473508ad84b7642085169e6fea170e8b09d4/resources/lang/id/terbilang.php
resources/lang/id/terbilang.php
<?php return [ 'hyphen' => ' ', 'conjunction' => ' ', 'separator' => ' ', 'negative' => 'negatif ', 'decimal' => ' titik ', 'prefix' => '', 'suffix' => '', 'prenum' => 'se', 'large-number' => [ 'kilo' => 'k', 'million' => 'jt', 'billion' => 'M', 'tril...
php
MIT
c243473508ad84b7642085169e6fea170e8b09d4
2026-01-05T05:20:52.032227Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/.php-cs-fixer.php
.php-cs-fixer.php
<?php // File used for "php-cs-fixer" - go and change code based on rules use PhpCsFixer\Config; use PhpCsFixer\Finder; $rules = [ 'array_syntax' => ['syntax' => 'short'], 'binary_operator_spaces' => [ 'default' => 'single_space', 'operators' => ['=>' => null] ], 'blank_line_after_nam...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/server.php
server.php
<?php /** * Laravel - A PHP Framework For Web Artisans * * @package Laravel * @author Taylor Otwell <taylor@laravel.com> */ $uri = urldecode( parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH) ); // This file allows us to emulate Apache's "mod_rewrite" functionality from the // built-in PHP web server. Thi...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/app/helpers.php
app/helpers.php
<?php if (! function_exists('array_merge_when')) { function array_merge_when(array $base, $merge, $condition = false) { if (!$condition) { return $base; } if ($merge instanceof Closure) { $merge = call_user_func($merge); } return array_merge($ba...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/app/Daybreak.php
app/Daybreak.php
<?php namespace App; use App\Providers\Features; use App\Contracts\AddsAbsences; use App\Contracts\AddsLocation; use App\Formatter\DateFormatter; use App\Contracts\RemovesAbsence; use App\Contracts\AddsAbsenceType; use App\Contracts\AddsTargetHours; use App\Contracts\ApprovesAbsence; use App\Contracts\DeletesAccounts...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/app/Jobs/ExpireVacationEntitlements.php
app/Jobs/ExpireVacationEntitlements.php
<?php namespace App\Jobs; use Illuminate\Bus\Queueable; use App\Models\VacationEntitlement; use Illuminate\Queue\SerializesModels; use Illuminate\Queue\InteractsWithQueue; use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Foundation\Bus\Dispatchable; class ExpireVacationEntitlements implements ShouldQueue {...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/app/Jobs/SendAbsenceApproved.php
app/Jobs/SendAbsenceApproved.php
<?php namespace App\Jobs; use App\Models\User; use App\Models\Absence; use Illuminate\Bus\Queueable; use App\Mail\AbsenceStatusApproved; use Illuminate\Support\Facades\Mail; use Illuminate\Queue\SerializesModels; use Illuminate\Queue\InteractsWithQueue; use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Found...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/app/Formatter/GermanDateFormatter.php
app/Formatter/GermanDateFormatter.php
<?php namespace App\Formatter; use Carbon\Carbon; use Carbon\CarbonImmutable; use App\Rules\DateFormatterRule; use App\Rules\DateTimeFormatterRule; use Illuminate\Support\Facades\Date; use Illuminate\Contracts\Validation\Rule; use Symfony\Component\Routing\Exception\InvalidParameterException; class GermanDateFormatt...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/app/Formatter/DateFormatter.php
app/Formatter/DateFormatter.php
<?php namespace App\Formatter; use Carbon\CarbonImmutable; use Illuminate\Contracts\Validation\Rule; interface DateFormatter { /** * Determine if the given value is a standard date format. * * @param string $value * @return bool */ public function isStandardDateFormat($value); ...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/app/Exceptions/Handler.php
app/Exceptions/Handler.php
<?php namespace App\Exceptions; use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler; use Throwable; class Handler extends ExceptionHandler { /** * A list of the exception types that are not reported. * * @var array */ protected $dontReport = [ NoCurrentLocationSetForU...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/app/Exceptions/NoCurrentLocationSetForUserException.php
app/Exceptions/NoCurrentLocationSetForUserException.php
<?php namespace App\Exceptions; use Exception; class NoCurrentLocationSetForUserException extends Exception { // }
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/app/Http/Kernel.php
app/Http/Kernel.php
<?php namespace App\Http; use Illuminate\Foundation\Http\Kernel as HttpKernel; class Kernel extends HttpKernel { /** * The application's global HTTP middleware stack. * * These middleware are run during every request to your application. * * @var array */ protected $middleware =...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/app/Http/Livewire/AccountNavigationMenu.php
app/Http/Livewire/AccountNavigationMenu.php
<?php namespace App\Http\Livewire; use Livewire\Component; class AccountNavigationMenu extends Component { /** * The component's listeners. * * @var array */ protected $listeners = [ 'refresh-navigation-dropdown' => '$refresh', ]; /** * Render the component. * ...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/app/Http/Livewire/TrimAndNullEmptyStrings.php
app/Http/Livewire/TrimAndNullEmptyStrings.php
<?php namespace App\Http\Livewire; trait TrimAndNullEmptyStrings { /** * Check why this is needed with livewire. * https://github.com/livewire/livewire/issues/823 * Sending empty strings instead of null (dafault laravel) is intended by Livewire. * * @param srting $name * @param mixed...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/app/Http/Livewire/Locations/LocationManager.php
app/Http/Livewire/Locations/LocationManager.php
<?php namespace App\Http\Livewire\Locations; use App\Daybreak; use App\Models\User; use App\Models\Account; use Livewire\Component; use App\Contracts\AddsLocation; use App\Contracts\RemovesLocation; class LocationManager extends Component { /** * The account instance */ public $account; /** ...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/app/Http/Livewire/Locations/AbsenceTypesManager.php
app/Http/Livewire/Locations/AbsenceTypesManager.php
<?php namespace App\Http\Livewire\Locations; use App\Models\User; use Livewire\Component; use App\Models\Location; use App\Contracts\AddsAbsenceType; use App\Contracts\RemovesAbsenceType; use App\Contracts\UpdatesAbsenceType; class AbsenceTypesManager extends Component { public $location; public $addAbsence...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/app/Http/Livewire/Locations/Calendar.php
app/Http/Livewire/Locations/Calendar.php
<?php namespace App\Http\Livewire\Locations; use Carbon\Carbon; use App\Models\AbsenceIndex; use App\Models\PublicHoliday; use Illuminate\Support\Collection; use Asantibanez\LivewireCalendar\LivewireCalendar; class Calendar extends LivewireCalendar { public $employee; public function mount( $initial...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/app/Http/Livewire/Locations/LocationMemberManager.php
app/Http/Livewire/Locations/LocationMemberManager.php
<?php namespace App\Http\Livewire\Locations; use Livewire\Component; use Laravel\Jetstream\Jetstream; use App\Models\LocationInvitation; use Illuminate\Support\Facades\Auth; use App\Contracts\InvitesLocationMembers; use App\Contracts\RemovesLocationMembers; use App\Contracts\UpdatesLocationMembersRole; class Locatio...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/app/Http/Livewire/Locations/PublicHolidaysManager.php
app/Http/Livewire/Locations/PublicHolidaysManager.php
<?php namespace App\Http\Livewire\Locations; use Livewire\Component; use App\Models\Location; use Livewire\WithPagination; use App\Contracts\AddsPublicHoliday; use App\Contracts\RemovesPublicHoliday; use App\Contracts\ImportsPublicHolidays; class PublicHolidaysManager extends Component { use WithPagination; ...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false
eporsche/daybreak
https://github.com/eporsche/daybreak/blob/622d67f67470933977f13a44b19849ddb1cc0d8c/app/Http/Livewire/Locations/UpdateLocationNameForm.php
app/Http/Livewire/Locations/UpdateLocationNameForm.php
<?php namespace App\Http\Livewire\Locations; use Livewire\Component; use Illuminate\Support\Facades\Auth; use App\Contracts\UpdatesLocationNames; class UpdateLocationNameForm extends Component { /** * The team instance. * * @var mixed */ public $location; /** * The component's s...
php
MIT
622d67f67470933977f13a44b19849ddb1cc0d8c
2026-01-05T05:21:01.959950Z
false