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
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/migrations/2025_07_23_122315_add_order_column_to_status_page_monitor_table.php
database/migrations/2025_07_23_122315_add_order_column_to_status_page_monitor_table.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Run the migrations. */ public function up(): void { Schema::table('status_page_monitor', function (Blueprint $ta...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/migrations/0001_01_01_000002_create_jobs_table.php
database/migrations/0001_01_01_000002_create_jobs_table.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Run the migrations. */ public function up(): void { Schema::create('jobs', function (Blueprint $table) { ...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/migrations/2025_08_07_183540_create_telescope_entries_table.php
database/migrations/2025_08_07_183540_create_telescope_entries_table.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Get the migration connection name. */ public function getConnection(): ?string { return config('telescope.storag...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/migrations/2025_08_16_104837_add_missing_monitor_fields.php
database/migrations/2025_08_16_104837_add_missing_monitor_fields.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Run the migrations. */ public function up(): void { // Add response time fields to monitor_histories Sch...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/migrations/2025_08_19_081445_add_unique_constraint_to_monitor_histories_table.php
database/migrations/2025_08_19_081445_add_unique_constraint_to_monitor_histories_table.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Support\Facades\DB; return new class extends Migration { /** * Run the migrations. */ public function up(): void { // First, remove duplicate records, keeping the latest one for each monitor-minute combination $th...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/migrations/2025_08_19_071638_create_monitor_statistics_table.php
database/migrations/2025_08_19_071638_create_monitor_statistics_table.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Run the migrations. */ public function up(): void { if (Schema::hasTable('monitor_statistics')) { re...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/migrations/2025_06_26_162525_create_social_accounts_table.php
database/migrations/2025_06_26_162525_create_social_accounts_table.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Run the migrations. */ public function up(): void { Schema::create('social_accounts', function (Blueprint $table...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/migrations/2025_07_24_065055_add_unique_to_monitor_uptime_dailies_table.php
database/migrations/2025_07_24_065055_add_unique_to_monitor_uptime_dailies_table.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\DB; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Run the migrations. */ public function up(): void { // 1. Hapus data duplikat...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/migrations/2025_08_15_084216_add_is_pinned_to_user_monitor_table.php
database/migrations/2025_08_15_084216_add_is_pinned_to_user_monitor_table.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Run the migrations. */ public function up(): void { Schema::table('user_monitor', function (Blueprint $table) { ...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/migrations/2025_07_25_000000_add_is_admin_to_users_table.php
database/migrations/2025_07_25_000000_add_is_admin_to_users_table.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { public function up(): void { Schema::table('users', function (Blueprint $table) { $table->boolean('is_admin')->default(f...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/migrations/2025_06_26_171319_alter_users_table.php
database/migrations/2025_06_26_171319_alter_users_table.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Run the migrations. */ public function up(): void { Schema::table('users', function (Blueprint $table) { ...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/migrations/2025_05_28_014043_create_monitors_table.php
database/migrations/2025_05_28_014043_create_monitors_table.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Spatie\UptimeMonitor\Models\Enums\CertificateStatus; use Spatie\UptimeMonitor\Models\Enums\UptimeStatus; class CreateMonitorsTable extends Migration { /** * Run the migrations. * * @return void */...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/migrations/2025_06_04_204329_create_telescope_entries_table.php
database/migrations/2025_06_04_204329_create_telescope_entries_table.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Get the migration connection name. */ public function getConnection(): ?string { return config('telescope.storag...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/migrations/2025_06_27_125605_create_monitor_uptime_dailies_table.php
database/migrations/2025_06_27_125605_create_monitor_uptime_dailies_table.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Run the migrations. */ public function up(): void { Schema::create('monitor_uptime_dailies', function (Blueprint...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/migrations/2025_12_16_154456_add_confirmation_settings_to_monitors_table.php
database/migrations/2025_12_16_154456_add_confirmation_settings_to_monitors_table.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Run the migrations. */ public function up(): void { Schema::table('monitors', function (Blueprint $table) { ...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/migrations/2025_08_01_035827_create_health_tables.php
database/migrations/2025_08_01_035827_create_health_tables.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; use Spatie\Health\Models\HealthCheckResultHistoryItem; use Spatie\Health\ResultStores\EloquentHealthResultStore; return new class extends Migration { public function up() { ...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/migrations/2025_08_16_103721_update_monitors_to_https.php
database/migrations/2025_08_16_103721_update_monitors_to_https.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Support\Facades\DB; return new class extends Migration { /** * Run the migrations. */ public function up(): void { // Update all HTTP URLs to HTTPS DB::table('monitors') ->where('url', 'like', 'http://...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/migrations/2025_08_16_090721_add_custom_domains_to_status_pages.php
database/migrations/2025_08_16_090721_add_custom_domains_to_status_pages.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Run the migrations. */ public function up(): void { Schema::table('status_pages', function (Blueprint $table) { ...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/migrations/2025_08_19_072542_add_checked_at_index_to_monitor_histories_table.php
database/migrations/2025_08_19_072542_add_checked_at_index_to_monitor_histories_table.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Run the migrations. */ public function up(): void { Schema::table('monitor_histories', function (Blueprint $tabl...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/migrations/0001_01_01_000001_create_cache_table.php
database/migrations/0001_01_01_000001_create_cache_table.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Run the migrations. */ public function up(): void { Schema::create('cache', function (Blueprint $table) { ...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/migrations/2025_06_10_035439_create_user_monitor_table.php
database/migrations/2025_06_10_035439_create_user_monitor_table.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Run the migrations. */ public function up(): void { Schema::create('user_monitor', function (Blueprint $table) {...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/migrations/2025_06_19_041703_create_monitor_histories_table.php
database/migrations/2025_06_19_041703_create_monitor_histories_table.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Run the migrations. */ public function up(): void { Schema::create('monitor_histories', function (Blueprint $tab...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/migrations/2025_07_05_044506_create_notification_channels_table.php
database/migrations/2025_07_05_044506_create_notification_channels_table.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Run the migrations. */ public function up(): void { Schema::create('notification_channels', function (Blueprint ...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/migrations/2025_08_07_183132_create_queue_tables.php
database/migrations/2025_08_07_183132_create_queue_tables.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Get the migration connection name. */ public function getConnection(): ?string { return config('queue.connection...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/migrations/2025_08_14_092916_add_performance_indexes.php
database/migrations/2025_08_14_092916_add_performance_indexes.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Run the migrations. */ public function up(): void { // Add indexes for monitor_histories table Schema::t...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/migrations/2025_12_09_194859_create_telemetry_pings_table.php
database/migrations/2025_12_09_194859_create_telemetry_pings_table.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Run the migrations. */ public function up(): void { Schema::create('telemetry_pings', function (Blueprint $table...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/seeders/DemoStatusPageSeeder.php
database/seeders/DemoStatusPageSeeder.php
<?php namespace Database\Seeders; use App\Models\Monitor; use App\Models\StatusPage; use App\Models\User; use Illuminate\Database\Seeder; class DemoStatusPageSeeder extends Seeder { /** * Run the database seeds. */ public function run(): void { // Find or create a user for the demo stat...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/seeders/NotificationChannelSeeder.php
database/seeders/NotificationChannelSeeder.php
<?php namespace Database\Seeders; use App\Models\NotificationChannel; use App\Models\User; use Illuminate\Database\Seeder; class NotificationChannelSeeder extends Seeder { public function run(): void { $user = User::first(); if (! $user) { $this->command->info('No users found, sk...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/seeders/DatabaseSeeder.php
database/seeders/DatabaseSeeder.php
<?php namespace Database\Seeders; use App\Models\User; // use Illuminate\Database\Console\Seeds\WithoutModelEvents; use Illuminate\Database\Seeder; class DatabaseSeeder extends Seeder { /** * Seed the application's database. */ public function run(): void { // User::factory(10)->create(...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/seeders/MonitorSeeder.php
database/seeders/MonitorSeeder.php
<?php namespace Database\Seeders; use App\Models\Monitor; use Illuminate\Database\Seeder; use Illuminate\Support\Facades\DB; class MonitorSeeder extends Seeder { /** * Run the database seeds. */ public function run(): void { $monitors = require database_path('seeders/monitors/monitors.p...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/seeders/monitors/monitors.php
database/seeders/monitors/monitors.php
<?php return [ 'https://syofyanzuhad.dev', 'https://www.google.com', 'https://facebook.com', 'https://x.com', 'https://instagram.com', 'https://linkedin.com', 'https://youtube.com', 'https://reddit.com', 'https://github.com', 'https://stackoverflow.com', 'https://medium.com'...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/seeders/monitors/goverments.php
database/seeders/monitors/goverments.php
<?php return [ 'https://indonesia.go.id', 'https://www.kemenkeu.go.id', 'https://www.kemdikbud.go.id', 'https://www.kemlu.go.id', 'https://www.kemenkumham.go.id', 'https://www.kemenag.go.id', 'https://www.kemendagri.go.id', 'https://www.kemenhub.go.id', 'https://www.kemenperin.go.id...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/database/seeders/monitors/collage.php
database/seeders/monitors/collage.php
<?php return [ 'https://gontor.ac.id', 'https://unida.gontor.ac.id', 'https://ui.ac.id', 'https://unair.ac.id', 'https://ugm.ac.id', 'https://itb.ac.id', 'https://ipb.ac.id', 'https://its.ac.id', 'https://undip.ac.id', 'https://uns.ac.id', 'https://unpad.ac.id', 'https:/...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/resources/views/app.blade.php
resources/views/app.blade.php
<!DOCTYPE html> <html lang="{{ str_replace('_', '-', app()->getLocale()) }}" @class(['dark' => ($appearance ?? 'system') == 'dark'])> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> {{-- Inline script to detect system dark mode preference ...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
syofyanzuhad/uptime-kita
https://github.com/syofyanzuhad/uptime-kita/blob/d60b7c16c3cc55d022da9562da63f4f6d29a4588/resources/views/vendor/log-viewer/index.blade.php
resources/views/vendor/log-viewer/index.blade.php
<!DOCTYPE html> <html lang="{{ str_replace('_', '-', app()->getLocale()) }}" class="h-full"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=e...
php
Apache-2.0
d60b7c16c3cc55d022da9562da63f4f6d29a4588
2026-01-05T04:47:43.726909Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/Db.php
src/Db.php
<?php /** * Created by naveedulhassan. * Date: 1/22/16 * Time: 2:55 PM */ namespace Nvd\Crud; class Db { public static function fields($table) { $columns = \DB::select('show fields from '.$table); $tableFields = array(); // return value foreach ($columns as $column) { ...
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/Html.php
src/Html.php
<?php namespace Nvd\Crud; use Illuminate\Database\Eloquent\Model; use Illuminate\Support\Facades\Request; class Html { /** * @param $record Model * @param $field * @return string */ public static function editable($record, $field ) { $attributes = [ 'class' => "edit...
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/Form.php
src/Form.php
<?php /** * Created by naveedulhassan. * Date: 1/21/16 * Time: 3:08 PM */ namespace Nvd\Crud; use Illuminate\Support\MessageBag; /** * Class Form * @package Nvd\Crud * * @property $name; * @property $value; * * @method Form label($label = "") * @method Form model($value = "") * @method Form type($value = ...
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/Config/config.php
src/Config/config.php
<?php $config = [ /* * Views that will be generated. If you wish to add your own view, * make sure to create a template first in the * '/resources/views/crud-templates/views' directory. * */ 'views' => [ 'index', 'edit', 'show', 'create', ], /* ...
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/classic-templates/controller.blade.php
src/classic-templates/controller.blade.php
<?php /* @var $gen \Nvd\Crud\Commands\Crud */ ?> <?='<?php'?> namespace App\Http\Controllers; use App\{{$gen->modelClassName()}}; use Illuminate\Http\Request; use App\Http\Requests; use App\Http\Controllers\Controller; class {{$gen->controllerClassName()}} extends Controller { public $viewDir = "{{$gen->viewsDi...
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/classic-templates/model.blade.php
src/classic-templates/model.blade.php
<?php /* @var $gen \Nvd\Crud\Commands\Crud */ /* @var $fields [] */ ?> <?='<?php'?> namespace App; use Illuminate\Database\Eloquent\Model; class <?=$gen->modelClassName()?> extends Model { public $guarded = ["id","created_at","updated_at"]; public static function findRequested() { $query = <?=$...
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/classic-templates/views/show.php
src/classic-templates/views/show.php
<?php /* @var $gen \Nvd\Crud\Commands\Crud */ /* @var $fields [] */ ?> @extends('<?=config('crud.layout')?>') @section('content') <h2><?= $gen->titleSingular() ?>: {{$<?= $gen->modelVariableName() ?>-><?=array_values($fields)[1]->name?>}}</h2> <ul class="list-group"> <?php foreach ( $fields as $fiel...
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/classic-templates/views/edit.php
src/classic-templates/views/edit.php
<?php /* @var $gen \Nvd\Crud\Commands\Crud */ /* @var $fields [] */ ?> @extends('<?=config('crud.layout')?>') @section('content') <h2>Update <?=$gen->titleSingular()?>: {{$<?=$gen->modelVariableName()?>-><?=array_values($fields)[1]->name?>}}</h2> <form action="/<?=$gen->route()?>/{{$<?=$gen->modelVariableNa...
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/classic-templates/views/index.php
src/classic-templates/views/index.php
<?php /* @var $gen \Nvd\Crud\Commands\Crud */ /* @var $fields [] */ ?> @extends('<?=config('crud.layout')?>') @section('content') <h2><?= $gen->titlePlural() ?></h2> @include('<?=$gen->templatesDir()?>.common.create-new-link', ['url' => '<?= $gen->route() ?>']) <table class="table table-striped grid-view-tbl"> ...
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/classic-templates/views/create.php
src/classic-templates/views/create.php
<?php /* @var $gen \Nvd\Crud\Commands\Crud */ /* @var $fields [] */ ?> @extends('<?=config('crud.layout')?>') @section('content') <h2>Create a New <?=$gen->titleSingular()?></h2> <form action="/<?=$gen->route()?>" method="post"> {{ csrf_field() }} <?php foreach ( $fields as $field ) { ?> <?php if(...
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/classic-templates/common/pagination.blade.php
src/classic-templates/common/pagination.blade.php
<?php /* @var $records */ ?> @if(count($records)) {!! $records->appends(Request::query())->render() !!} @endif
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/classic-templates/common/actions.blade.php
src/classic-templates/common/actions.blade.php
<?php /* @var $url */ /* @var $record */ ?> <td class="actions-cell"> <form class="form-inline" action="/{{$url}}/{{$record->id}}" method="POST"> <a href="/{{$url}}/{{$record->id}}"><i class="fa fa-eye"></i></a>&nbsp;&nbsp; <a href="/{{$url}}/{{$record->id}}/edit"><i class="fa fa-pencil"></i></a>&nbsp; {{...
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/classic-templates/common/search-btn.blade.php
src/classic-templates/common/search-btn.blade.php
<button type="submit" class="fa fa-search form-control btn btn-primary"></button>
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/classic-templates/common/not-found-tr.blade.php
src/classic-templates/common/not-found-tr.blade.php
<tr class="alert alert-warning"><td colspan="{{$colspan}}">No records found.</td></tr>
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/classic-templates/common/create-new-link.blade.php
src/classic-templates/common/create-new-link.blade.php
<?php /* @var $url */ /* @var $label */ ?> <p> <a href="/{{$url}}/create" class="create-link"> <i class="fa fa-plus"></i> Add a New {{$label or ucwords(str_replace("-"," ", $url))}} </a> </p>
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/classic-templates/common/app.blade.php
src/classic-templates/common/app.blade.php
<!DOCTYPE html> <html> <head> <title>Laravel Sandbox</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <link rel="stylesheet" href="https://...
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/Commands/Crud.php
src/Commands/Crud.php
<?php namespace Nvd\Crud\Commands; use Illuminate\Console\Command; use Nvd\Crud\Db; class Crud extends Command { public $tableName; /** * The name and signature of the console command. * * @var string */ protected $signature = 'nvd:crud {tableName : The name of the table you ...
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/Providers/NvdCrudServiceProvider.php
src/Providers/NvdCrudServiceProvider.php
<?php namespace Nvd\Crud\Providers; use Illuminate\Support\ServiceProvider; use Nvd\Crud\Commands\Crud; class NvdCrudServiceProvider extends ServiceProvider { /** * Bootstrap the application services. * * @return void */ public function boot() { $this->commands([Crud::class]);...
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/single-page-templates/controller.blade.php
src/single-page-templates/controller.blade.php
<?php /* @var $gen \Nvd\Crud\Commands\Crud */ ?> <?='<?php'?> namespace App\Http\Controllers; use App\{{$gen->modelClassName()}}; use Illuminate\Http\Request; use App\Http\Requests; use App\Http\Controllers\Controller; class {{$gen->controllerClassName()}} extends Controller { public $viewDir = "{{$gen->viewsDi...
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/single-page-templates/model.blade.php
src/single-page-templates/model.blade.php
<?php /* @var $gen \Nvd\Crud\Commands\Crud */ /* @var $fields [] */ ?> <?='<?php'?> namespace App; use Illuminate\Database\Eloquent\Model; class <?=$gen->modelClassName()?> extends Model { public $guarded = ["id","created_at","updated_at"]; public static function findRequested() { $query = <?=$...
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/single-page-templates/views/show.php
src/single-page-templates/views/show.php
<?php /* @var $gen \Nvd\Crud\Commands\Crud */ /* @var $fields [] */ ?> @extends('<?=config('crud.layout')?>') @section('content') <h2><?= $gen->titleSingular() ?>: {{$<?= $gen->modelVariableName() ?>-><?=array_values($fields)[1]->name?>}}</h2> <ul class="list-group"> <?php foreach ( $fields as $fiel...
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/single-page-templates/views/edit.php
src/single-page-templates/views/edit.php
<?php /* @var $gen \Nvd\Crud\Commands\Crud */ /* @var $fields [] */ ?> @extends('<?=config('crud.layout')?>') @section('content') <h2>Update <?=$gen->titleSingular()?>: {{$<?=$gen->modelVariableName()?>-><?=array_values($fields)[1]->name?>}}</h2> <form action="/<?=$gen->route()?>/{{$<?=$gen->modelVariableNa...
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/single-page-templates/views/index.php
src/single-page-templates/views/index.php
<?php /* @var $gen \Nvd\Crud\Commands\Crud */ /* @var $fields [] */ ?> @extends('<?=config('crud.layout')?>') @section('content') <h2><?= $gen->titlePlural() ?></h2> @include('<?=$gen->viewsDirName()?>.create') <table class="table table-striped grid-view-tbl"> <thead> <tr class="header-row"> <?p...
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/single-page-templates/views/create.php
src/single-page-templates/views/create.php
<?php /* @var $gen \Nvd\Crud\Commands\Crud */ /* @var $fields [] */ ?> <div class="panel-group col-md-6 col-sm-12" id="accordion" style="padding-left: 0"> <div class="panel panel-primary"> <div class="panel-heading"> <h4 class="panel-title"> <a data-toggle="collapse" data-parent=...
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/single-page-templates/common/pagination.blade.php
src/single-page-templates/common/pagination.blade.php
<?php /* @var $records */ ?> @if(count($records)) {!! $records->appends(Request::query())->render() !!} @endif
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/single-page-templates/common/actions.blade.php
src/single-page-templates/common/actions.blade.php
<?php /* @var $url */ /* @var $record */ ?> <td class="actions-cell"> <form class="form-inline" action="/{{$url}}/{{$record->id}}" method="POST"> <a href="/{{$url}}/{{$record->id}}"><i class="fa fa-eye"></i></a>&nbsp;&nbsp; <a href="/{{$url}}/{{$record->id}}/edit"><i class="fa fa-pencil-square-o"></i></a> ...
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/single-page-templates/common/search-btn.blade.php
src/single-page-templates/common/search-btn.blade.php
<button type="submit" class="fa fa-search form-control btn btn-primary"></button>
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/single-page-templates/common/not-found-tr.blade.php
src/single-page-templates/common/not-found-tr.blade.php
<tr class="alert alert-warning"><td colspan="{{$colspan}}">No records found.</td></tr>
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/single-page-templates/common/create-new-link.blade.php
src/single-page-templates/common/create-new-link.blade.php
<?php /* @var $url */ /* @var $label */ ?> <p> <a href="/{{$url}}/create" class="create-link"> <i class="fa fa-plus"></i> Add a New {{$label or ucwords(str_replace("-"," ", $url))}} </a> </p>
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
engrnvd/laravel-crud-generator
https://github.com/engrnvd/laravel-crud-generator/blob/48ac7e879221c22e1ca8435b7edee7b621975ecc/src/single-page-templates/common/app.blade.php
src/single-page-templates/common/app.blade.php
<!DOCTYPE html> <html> <head> <title>Laravel Sandbox</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <link rel="stylesheet" href="https://...
php
MIT
48ac7e879221c22e1ca8435b7edee7b621975ecc
2026-01-05T04:47:55.233116Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/benchmark/ObjectWriterEvent.php
benchmark/ObjectWriterEvent.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\PdfBenchmark; use Athletic\AthleticEvent; use Bacon\Pdf\Writer\Obje...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/src/Page.php
src/Page.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\Pdf; use Bacon\Pdf\Writer\PageWriter; final class Page { /** ...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/src/Rectangle.php
src/Rectangle.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\Pdf; use Bacon\Pdf\Writer\ObjectWriter; /** * Rectangle data stru...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/src/DocumentInformation.php
src/DocumentInformation.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\Pdf; use Bacon\Pdf\Exception\DomainException; use Bacon\Pdf\Utils\S...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/src/RasterImage.php
src/RasterImage.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\Pdf; use Bacon\Pdf\Exception\DomainException; use Bacon\Pdf\Writer\...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/src/PdfWriter.php
src/PdfWriter.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\Pdf; use Bacon\Pdf\Encryption\EncryptionInterface; use Bacon\Pdf\Op...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/src/Options/RasterImageOptions.php
src/Options/RasterImageOptions.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\Pdf\Options; final class RasterImageOptions { /** * @var b...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/src/Options/PdfWriterOptions.php
src/Options/PdfWriterOptions.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\Pdf\Options; use Bacon\Pdf\Encryption\AbstractEncryption; use Bacon...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/src/Options/EncryptionOptions.php
src/Options/EncryptionOptions.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\Pdf\Options; use Bacon\Pdf\Encryption\Permissions; final class Enc...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/src/Utils/StringUtils.php
src/Utils/StringUtils.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\Pdf\Utils; use DateTimeInterface; final class StringUtils { pu...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/src/Encryption/Pdf11Encryption.php
src/Encryption/Pdf11Encryption.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\Pdf\Encryption; /** * Encryption for handling PDF version 1.1 and ...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/src/Encryption/NullEncryption.php
src/Encryption/NullEncryption.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\Pdf\Encryption; use Bacon\Pdf\Writer\ObjectWriter; /** * Null enc...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/src/Encryption/Permissions.php
src/Encryption/Permissions.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\Pdf\Encryption; /** * Permissions as defined in table 3.20 in sect...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/src/Encryption/EncryptionInterface.php
src/Encryption/EncryptionInterface.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\Pdf\Encryption; use Bacon\Pdf\Writer\ObjectWriter; interface Encry...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/src/Encryption/AbstractEncryption.php
src/Encryption/AbstractEncryption.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\Pdf\Encryption; use Bacon\Pdf\Exception\RuntimeException; use Bacon...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/src/Encryption/Pdf16Encryption.php
src/Encryption/Pdf16Encryption.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\Pdf\Encryption; use Bacon\Pdf\Writer\ObjectWriter; /** * Encrypti...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/src/Encryption/Pdf14Encryption.php
src/Encryption/Pdf14Encryption.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\Pdf\Encryption; use Bacon\Pdf\Writer\ObjectWriter; /** * Encrypti...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/src/Encryption/BitMask.php
src/Encryption/BitMask.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\Pdf\Encryption; /** * Bit mask for representing permissions. */ f...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/src/Exception/OutOfBoundsException.php
src/Exception/OutOfBoundsException.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\Pdf\Exception; class OutOfBoundsException extends \OutOfBoundsExcep...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/src/Exception/UnsupportedPasswordException.php
src/Exception/UnsupportedPasswordException.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\Pdf\Exception; class UnsupportedPasswordException extends \DomainEx...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/src/Exception/OutOfRangeException.php
src/Exception/OutOfRangeException.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\Pdf\Exception; class OutOfRangeException extends \OutOfRangeExcepti...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/src/Exception/ExceptionInterface.php
src/Exception/ExceptionInterface.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\Pdf\Exception; interface ExceptionInterface { }
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/src/Exception/RuntimeException.php
src/Exception/RuntimeException.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\Pdf\Exception; class RuntimeException extends \RuntimeException imp...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/src/Exception/UnexpectedValueException.php
src/Exception/UnexpectedValueException.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\Pdf\Exception; class UnexpectedValueException extends \UnexpectedVa...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/src/Exception/InvalidArgumentException.php
src/Exception/InvalidArgumentException.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\Pdf\Exception; class InvalidArgumentException extends \InvalidArgum...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/src/Exception/WriterClosedException.php
src/Exception/WriterClosedException.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\Pdf\Exception; class WriterClosedException extends \RuntimeExceptio...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/src/Exception/DomainException.php
src/Exception/DomainException.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\Pdf\Exception; class DomainException extends \DomainException imple...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/src/Writer/PageWriter.php
src/Writer/PageWriter.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\Pdf\Writer; use Bacon\Pdf\Rectangle; use DomainException; class Pa...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/src/Writer/DocumentWriter.php
src/Writer/DocumentWriter.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\Pdf\Writer; use Bacon\Pdf\DocumentInformation; use Bacon\Pdf\Encryp...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/src/Writer/ObjectWriter.php
src/Writer/ObjectWriter.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\Pdf\Writer; use Bacon\Pdf\Exception\InvalidArgumentException; use S...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/test/Encryption/PermissionsTest.php
test/Encryption/PermissionsTest.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\PdfTest\Encryption; use Bacon\Pdf\Encryption\Permissions; use PHPUn...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/test/Encryption/Pdf14EncryptionTest.php
test/Encryption/Pdf14EncryptionTest.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\PdfTest\Encryption; use Bacon\Pdf\Encryption\Pdf14Encryption; use B...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/test/Encryption/Pdf11EncryptionTest.php
test/Encryption/Pdf11EncryptionTest.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\PdfTest\Encryption; use Bacon\Pdf\Encryption\Pdf11Encryption; use B...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/test/Encryption/AbstractEncryptionTestCase.php
test/Encryption/AbstractEncryptionTestCase.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\PdfTest\Encryption; use Bacon\Pdf\Encryption\AbstractEncryption; us...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false
Bacon/BaconPdf
https://github.com/Bacon/BaconPdf/blob/5f2e6b4eea079d5311111b80a53f6e5d3d3d4630/test/Encryption/BitMaskTest.php
test/Encryption/BitMaskTest.php
<?php /** * BaconPdf * * @link http://github.com/Bacon/BaconPdf For the canonical source repository * @copyright 2015 Ben Scholzen (DASPRiD) * @license http://opensource.org/licenses/BSD-2-Clause Simplified BSD License */ namespace Bacon\PdfTest\Encryption; use Bacon\Pdf\Encryption\BitMask; use PHPUnit_F...
php
BSD-2-Clause
5f2e6b4eea079d5311111b80a53f6e5d3d3d4630
2026-01-05T04:48:03.848172Z
false