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
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/Routing/ResourceRoutingRepositoryTest.php
tests/Routing/ResourceRoutingRepositoryTest.php
<?php namespace StatamicRadPack\Runway\Tests\Routing; use PHPUnit\Framework\Attributes\Test; use Statamic\Facades\Data; use StatamicRadPack\Runway\Routing\RoutingModel; use StatamicRadPack\Runway\Tests\Fixtures\Models\Post; use StatamicRadPack\Runway\Tests\TestCase; class ResourceRoutingRepositoryTest extends TestCa...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/Tags/RunwayTagTest.php
tests/Tags/RunwayTagTest.php
<?php namespace StatamicRadPack\Runway\Tests\Tags; use Illuminate\Support\Facades\Config; use PHPUnit\Framework\Attributes\Test; use Statamic\Facades\Antlers; use Statamic\Facades\Blueprint; use Statamic\Fields\Value; use StatamicRadPack\Runway\Runway; use StatamicRadPack\Runway\Tags\RunwayTag; use StatamicRadPack\Ru...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/Http/Controllers/ApiControllerTest.php
tests/Http/Controllers/ApiControllerTest.php
<?php namespace StatamicRadPack\Runway\Tests\Http\Controllers; use PHPUnit\Framework\Attributes\Test; use Statamic\Facades\Config; use StatamicRadPack\Runway\Tests\Fixtures\Models\Post; use StatamicRadPack\Runway\Tests\TestCase; class ApiControllerTest extends TestCase { protected function setUp(): void { ...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/Http/Controllers/CP/ResourceActionControllerTest.php
tests/Http/Controllers/CP/ResourceActionControllerTest.php
<?php namespace StatamicRadPack\Runway\Tests\Http\Controllers\CP; use PHPUnit\Framework\Attributes\Test; use Statamic\Actions\Action; use Statamic\Facades\User; use StatamicRadPack\Runway\Tests\TestCase; class ResourceActionControllerTest extends TestCase { protected function setUp(): void { parent::...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/Http/Controllers/CP/ModelActionControllerTest.php
tests/Http/Controllers/CP/ModelActionControllerTest.php
<?php namespace StatamicRadPack\Runway\Tests\Http\Controllers\CP; use PHPUnit\Framework\Attributes\Test; use Statamic\Actions\Action; use Statamic\Facades\User; use StatamicRadPack\Runway\Tests\Fixtures\Models\Post; use StatamicRadPack\Runway\Tests\TestCase; class ModelActionControllerTest extends TestCase { pro...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/Http/Controllers/CP/ModelRevisionsControllerTest.php
tests/Http/Controllers/CP/ModelRevisionsControllerTest.php
<?php namespace StatamicRadPack\Runway\Tests\Http\Controllers\CP; use Illuminate\Support\Carbon; use PHPUnit\Framework\Attributes\Test; use Statamic\Facades\Folder; use Statamic\Facades\User; use StatamicRadPack\Runway\Tests\Fixtures\Models\Post; use StatamicRadPack\Runway\Tests\TestCase; class ModelRevisionsControl...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/Http/Controllers/CP/ResourceControllerTest.php
tests/Http/Controllers/CP/ResourceControllerTest.php
<?php namespace StatamicRadPack\Runway\Tests\Http\Controllers\CP; use Illuminate\Support\Facades\DB; use PHPUnit\Framework\Attributes\Test; use Statamic\Facades\Blueprint; use Statamic\Facades\Config; use Statamic\Facades\Role; use Statamic\Facades\User; use Statamic\Facades\UserGroup; use StatamicRadPack\Runway\Runw...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/Http/Controllers/CP/RestoreModelRevisionController.php
tests/Http/Controllers/CP/RestoreModelRevisionController.php
<?php namespace StatamicRadPack\Runway\Tests\Http\Controllers\CP; use PHPUnit\Framework\Attributes\Test; use Statamic\Facades\Folder; use Statamic\Facades\User; use StatamicRadPack\Runway\Tests\Fixtures\Models\Post; use StatamicRadPack\Runway\Tests\TestCase; class RestoreModelRevisionController extends TestCase { ...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/Http/Controllers/CP/ResourceListingControllerTest.php
tests/Http/Controllers/CP/ResourceListingControllerTest.php
<?php namespace StatamicRadPack\Runway\Tests\Http\Controllers\CP; use Illuminate\Foundation\Testing\RefreshDatabase; use Illuminate\Foundation\Testing\WithFaker; use Illuminate\Support\Facades\Config; use PHPUnit\Framework\Attributes\Test; use Statamic\Facades\Blink; use Statamic\Facades\User; use StatamicRadPack\Run...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/Http/Controllers/CP/PublishedModelsControllerTest.php
tests/Http/Controllers/CP/PublishedModelsControllerTest.php
<?php namespace StatamicRadPack\Runway\Tests\Http\Controllers\CP; use PHPUnit\Framework\Attributes\Test; use Statamic\Facades\Folder; use Statamic\Facades\User; use StatamicRadPack\Runway\Tests\Fixtures\Models\Post; use StatamicRadPack\Runway\Tests\TestCase; class PublishedModelsControllerTest extends TestCase { ...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/UpdateScripts/ChangePermissionNamesTest.php
tests/UpdateScripts/ChangePermissionNamesTest.php
<?php namespace StatamicRadPack\Runway\Tests\UpdateScripts; use Illuminate\Support\Facades\File; use PHPUnit\Framework\Attributes\Test; use StatamicRadPack\Runway\Tests\TestCase; use StatamicRadPack\Runway\UpdateScripts\ChangePermissionNames; class ChangePermissionNamesTest extends TestCase { use RunsUpdateScrip...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/UpdateScripts/RunsUpdateScripts.php
tests/UpdateScripts/RunsUpdateScripts.php
<?php namespace StatamicRadPack\Runway\Tests\UpdateScripts; trait RunsUpdateScripts { /** * Run update script in your tests without checking package version. * * @param string $fqcn * @param string $package */ protected function runUpdateScript($fqcn, $package = 'statamic-rad-pack...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/UpdateScripts/AddManagePublishStatesPermissionTest.php
tests/UpdateScripts/AddManagePublishStatesPermissionTest.php
<?php namespace StatamicRadPack\Runway\Tests\UpdateScripts; use PHPUnit\Framework\Attributes\Test; use Statamic\Facades\Role; use StatamicRadPack\Runway\Tests\TestCase; use StatamicRadPack\Runway\UpdateScripts\AddManagePublishStatesPermission; class AddManagePublishStatesPermissionTest extends TestCase { use Run...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/Actions/DeleteModelTest.php
tests/Actions/DeleteModelTest.php
<?php namespace StatamicRadPack\Runway\Tests\Actions; use Illuminate\Database\Eloquent\Model; use Illuminate\Support\Facades\Config; use PHPUnit\Framework\Attributes\Test; use Statamic\Facades\Collection; use Statamic\Facades\Entry; use Statamic\Facades\Role; use Statamic\Facades\User; use Statamic\Testing\Concerns\P...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/Actions/UnpublishTest.php
tests/Actions/UnpublishTest.php
<?php namespace StatamicRadPack\Runway\Tests\Actions; use Illuminate\Support\Facades\Config; use PHPUnit\Framework\Attributes\Test; use Statamic\Facades\Collection; use Statamic\Facades\Entry; use Statamic\Facades\Role; use Statamic\Facades\User; use Statamic\Testing\Concerns\PreventsSavingStacheItemsToDisk; use Stat...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/Actions/PublishTest.php
tests/Actions/PublishTest.php
<?php namespace StatamicRadPack\Runway\Tests\Actions; use Illuminate\Support\Facades\Config; use PHPUnit\Framework\Attributes\Test; use Statamic\Facades\Collection; use Statamic\Facades\Entry; use Statamic\Facades\Role; use Statamic\Facades\User; use Statamic\Testing\Concerns\PreventsSavingStacheItemsToDisk; use Stat...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/Actions/DuplicateModelTest.php
tests/Actions/DuplicateModelTest.php
<?php namespace StatamicRadPack\Runway\Tests\Actions; use Illuminate\Database\Eloquent\Model; use Illuminate\Support\Facades\Config; use PHPUnit\Framework\Attributes\Test; use Statamic\Facades\Blueprint; use Statamic\Facades\Collection; use Statamic\Facades\Entry; use Statamic\Facades\Role; use Statamic\Facades\User;...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/Query/Scopes/Filters/ModelsTest.php
tests/Query/Scopes/Filters/ModelsTest.php
<?php namespace StatamicRadPack\Runway\Tests\Query\Scopes\Filters; use PHPUnit\Framework\Attributes\Test; use Statamic\Fields\Field; use StatamicRadPack\Runway\Fieldtypes\BelongsToFieldtype; use StatamicRadPack\Runway\Scopes\Fields\Models; use StatamicRadPack\Runway\Tests\Fixtures\Models\Author; use StatamicRadPack\R...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/Fieldtypes/HasManyFieldtypeTest.php
tests/Fieldtypes/HasManyFieldtypeTest.php
<?php namespace StatamicRadPack\Runway\Tests\Fieldtypes; use Illuminate\Contracts\Pagination\Paginator; use Illuminate\Foundation\Testing\WithFaker; use Illuminate\Support\Collection; use Illuminate\Support\Facades\Config; use Illuminate\Support\Facades\Schema; use PHPUnit\Framework\Attributes\Test; use Statamic\Faca...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/Fieldtypes/BelongsToFieldtypeTest.php
tests/Fieldtypes/BelongsToFieldtypeTest.php
<?php namespace StatamicRadPack\Runway\Tests\Fieldtypes; use Illuminate\Contracts\Pagination\Paginator; use Illuminate\Foundation\Testing\WithFaker; use Illuminate\Support\Collection; use Illuminate\Support\Facades\Config; use PHPUnit\Framework\Attributes\Test; use Statamic\Facades\Blink; use Statamic\Fields\Field; u...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/Console/Commands/RebuildUriCacheTest.php
tests/Console/Commands/RebuildUriCacheTest.php
<?php namespace StatamicRadPack\Runway\Tests\Console\Commands; use Illuminate\Database\Eloquent\Model; use PHPUnit\Framework\Attributes\Test; use StatamicRadPack\Runway\Routing\RunwayUri; use StatamicRadPack\Runway\Tests\Fixtures\Models\Author; use StatamicRadPack\Runway\Tests\Fixtures\Models\Post; use StatamicRadPac...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/Console/Commands/ListResourcesTest.php
tests/Console/Commands/ListResourcesTest.php
<?php namespace StatamicRadPack\Runway\Tests\Console\Commands; use Illuminate\Support\Facades\Config; use PHPUnit\Framework\Attributes\Test; use StatamicRadPack\Runway\Runway; use StatamicRadPack\Runway\Tests\Fixtures\Models\Author; use StatamicRadPack\Runway\Tests\Fixtures\Models\Post; use StatamicRadPack\Runway\Tes...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/Search/SearchableTest.php
tests/Search/SearchableTest.php
<?php namespace StatamicRadPack\Runway\Tests\Search; use PHPUnit\Framework\Attributes\Test; use StatamicRadPack\Runway\Data\AugmentedModel; use StatamicRadPack\Runway\Runway; use StatamicRadPack\Runway\Search\Searchable; use StatamicRadPack\Runway\Tests\Fixtures\Models\Post; use StatamicRadPack\Runway\Tests\TestCase;...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/Search/ProviderTest.php
tests/Search/ProviderTest.php
<?php namespace StatamicRadPack\Runway\Tests\Search; use PHPUnit\Framework\Attributes\Test; use StatamicRadPack\Runway\Search\Provider; use StatamicRadPack\Runway\Search\Searchable; use StatamicRadPack\Runway\Tests\Fixtures\Models\Post; use StatamicRadPack\Runway\Tests\TestCase; class ProviderTest extends TestCase {...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/Data/AugmentedModelTest.php
tests/Data/AugmentedModelTest.php
<?php namespace StatamicRadPack\Runway\Tests\Data; use PHPUnit\Framework\Attributes\Test; use Spatie\TestTime\TestTime; use StatamicRadPack\Runway\Data\AugmentedModel; use StatamicRadPack\Runway\Tests\Fixtures\Models\Author; use StatamicRadPack\Runway\Tests\Fixtures\Models\Post; use StatamicRadPack\Runway\Tests\TestC...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/__fixtures__/app/Scopes/TheHoff.php
tests/__fixtures__/app/Scopes/TheHoff.php
<?php namespace StatamicRadPack\Runway\Tests\Fixtures\Scopes; use Statamic\Query\Scopes\Scope; class TheHoff extends Scope { /** * Apply the scope. * * @param \Statamic\Query\Builder $query * @param array $values * @return void */ public function apply($query, $values) {...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/__fixtures__/app/Enums/MembershipStatus.php
tests/__fixtures__/app/Enums/MembershipStatus.php
<?php namespace StatamicRadPack\Runway\Tests\Fixtures\Enums; enum MembershipStatus: string { case Free = 'free'; case Paid = 'paid'; }
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/__fixtures__/app/Models/User.php
tests/__fixtures__/app/Models/User.php
<?php namespace StatamicRadPack\Runway\Tests\Fixtures\Models; use Illuminate\Foundation\Auth\User as Authenticatable; use StatamicRadPack\Runway\Traits\HasRunwayResource; class User extends Authenticatable { use HasRunwayResource; /** * The attributes that are mass assignable. * * @var array<...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/__fixtures__/app/Models/Author.php
tests/__fixtures__/app/Models/Author.php
<?php namespace StatamicRadPack\Runway\Tests\Fixtures\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; use Statamic\Facades\Blink; use StatamicRadPack\Runway\Tests\Fixtures\Database\Factories\AuthorFactory; use StatamicRadPack\Runway\Traits\HasRunwayResource; cla...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/__fixtures__/app/Models/Post.php
tests/__fixtures__/app/Models/Post.php
<?php namespace StatamicRadPack\Runway\Tests\Fixtures\Models; use Illuminate\Database\Eloquent\Casts\Attribute; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; use Statamic\Facades\Blink; use StatamicRadPack\Runway\Routing\Traits\RunwayRoutes; use StatamicRadPack\Runway\...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/__fixtures__/app/Models/ExternalPost.php
tests/__fixtures__/app/Models/ExternalPost.php
<?php namespace StatamicRadPack\Runway\Tests\Fixtures\Models; use Illuminate\Database\Eloquent\Model; use StatamicRadPack\Runway\Traits\HasRunwayResource; class ExternalPost extends Model { use HasRunwayResource; protected $connection = 'external'; protected $table = 'external_posts'; protected $f...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/__fixtures__/config/runway.php
tests/__fixtures__/config/runway.php
<?php use StatamicRadPack\Runway\Tests\Fixtures\Models\Author; use StatamicRadPack\Runway\Tests\Fixtures\Models\Post; use StatamicRadPack\Runway\Tests\Fixtures\Models\User; return [ 'resources' => [ Author::class => [ 'name' => 'Authors', 'listing' => [ 'columns' =>...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/__fixtures__/database/factories/PostFactory.php
tests/__fixtures__/database/factories/PostFactory.php
<?php namespace StatamicRadPack\Runway\Tests\Fixtures\Database\Factories; use Illuminate\Database\Eloquent\Factories\Factory; use Illuminate\Support\Str; use StatamicRadPack\Runway\Tests\Fixtures\Models\Author; use StatamicRadPack\Runway\Tests\Fixtures\Models\Post; class PostFactory extends Factory { /** * ...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/__fixtures__/database/factories/AuthorFactory.php
tests/__fixtures__/database/factories/AuthorFactory.php
<?php namespace StatamicRadPack\Runway\Tests\Fixtures\Database\Factories; use Illuminate\Database\Eloquent\Factories\Factory; use StatamicRadPack\Runway\Tests\Fixtures\Models\Author; class AuthorFactory extends Factory { /** * The name of the factory's corresponding model. * * @var string */ ...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/__fixtures__/database/migrations/2014_10_12_000000_create_users_tables.php
tests/__fixtures__/database/migrations/2014_10_12_000000_create_users_tables.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('users', function (Blueprint $table) { ...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/__fixtures__/database/migrations/2021_04_01_222222_create_authors_table.php
tests/__fixtures__/database/migrations/2021_04_01_222222_create_authors_table.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class CreateAuthorsTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('authors', funct...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/__fixtures__/database/migrations/2020_12_12_220453_create_posts_table.php
tests/__fixtures__/database/migrations/2020_12_12_220453_create_posts_table.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class CreatePostsTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('posts', function ...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/__fixtures__/database/migrations/2023_06_16_123456_create_post_author_table.php
tests/__fixtures__/database/migrations/2023_06_16_123456_create_post_author_table.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class CreatePostAuthorTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('post_author'...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/GraphQL/ResourceInterfaceTest.php
tests/GraphQL/ResourceInterfaceTest.php
<?php namespace StatamicRadPack\Runway\Tests\GraphQL; use PHPUnit\Framework\Attributes\Test; use Rebing\GraphQL\Support\Facades\GraphQL; use StatamicRadPack\Runway\Tests\TestCase; class ResourceInterfaceTest extends TestCase { #[Test] public function it_adds_types() { $this->assertEquals([ ...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/tests/Policies/ResourcePolicyTest.php
tests/Policies/ResourcePolicyTest.php
<?php namespace StatamicRadPack\Runway\Tests\Policies; use PHPUnit\Framework\Attributes\Test; use Statamic\Facades\Role; use Statamic\Facades\User; use StatamicRadPack\Runway\Runway; use StatamicRadPack\Runway\Tests\Fixtures\Models\Post; use StatamicRadPack\Runway\Tests\TestCase; class ResourcePolicyTest extends Tes...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/routes/cp.php
routes/cp.php
<?php use Illuminate\Support\Facades\Route; use StatamicRadPack\Runway\Http\Controllers\CP\ModelActionController; use StatamicRadPack\Runway\Http\Controllers\CP\ModelRevisionsController; use StatamicRadPack\Runway\Http\Controllers\CP\PublishedModelsController; use StatamicRadPack\Runway\Http\Controllers\CP\ResourceAct...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/config/runway.php
config/runway.php
<?php return [ /* |-------------------------------------------------------------------------- | Resources |-------------------------------------------------------------------------- | | Configure the resources (models) you'd like to be available in Runway. | */ 'resources' => [ ...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/database/migrations/2021_05_04_162552_create_runway_uris_table.php
database/migrations/2021_05_04_162552_create_runway_uris_table.php
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class CreateRunwayUrisTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create(config('runwa...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/resources/views/pagination.blade.php
resources/views/pagination.blade.php
@if ($paginator->hasPages()) <nav role="navigation" aria-label="{{ __('Pagination Navigation') }}" class="flex items-center justify-between"> <div class="flex justify-between flex-1 sm:hidden"> @if ($paginator->onFirstPage()) <span class="relative inline-flex items-center px-4 py-2 text-sm font-...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/resources/views/edit.blade.php
resources/views/edit.blade.php
@inject('str', 'Statamic\Support\Str') @extends('statamic::layout') @section('title', $breadcrumbs->title($title)) @section('wrapper_class', 'max-w-3xl') @section('content') <runway-publish-form publish-container="base" :initial-actions='@json($actions)' method="patch" :resource='@j...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/resources/views/index.blade.php
resources/views/index.blade.php
@extends('statamic::layout') @section('title', $resource->name()) @section('wrapper_class', 'max-w-full') @section('content') <resource-view title="{{ $resource->name() }}" handle="{{ $resource->handle() }}" :can-create="{{ Statamic\Support\Str::bool($canCreate) }}" create-url="{{ ...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
statamic-rad-pack/runway
https://github.com/statamic-rad-pack/runway/blob/27defcba1673a204ded32122e413172dbc6aa186/resources/views/create.blade.php
resources/views/create.blade.php
@inject('str', 'Statamic\Support\Str') @extends('statamic::layout') @section('title', $breadcrumbs->title(__('Create :resource', ['resource' => $resource->singular()]))) @section('wrapper_class', 'max-w-3xl') @section('content') <runway-publish-form :is-creating="true" publish-container="base" ...
php
MIT
27defcba1673a204ded32122e413172dbc6aa186
2026-01-05T05:10:50.689341Z
false
pheryjs/phery
https://github.com/pheryjs/phery/blob/f22d04625d84d4631c6b2ea0435fe6623c9b1c8e/demo.php
demo.php
<?php use Phery\Phery; use Phery\PheryException; use Phery\PheryFunction; use Phery\PheryResponse; //Ensure that it's completly compatible with strict mode and throws no notices or warnings, and not using any deprecated code error_reporting(-1); if (version_compare(PHP_VERSION, '5.3.3', '<')) { die('This demo needs...
php
MIT
f22d04625d84d4631c6b2ea0435fe6623c9b1c8e
2026-01-05T05:11:11.357343Z
true
pheryjs/phery
https://github.com/pheryjs/phery/blob/f22d04625d84d4631c6b2ea0435fe6623c9b1c8e/src/Phery/PheryFunction.php
src/Phery/PheryFunction.php
<?php /** * The MIT License (MIT) * * Copyright © 2010-2013 Paulo Cesar, http://phery-php-ajax.net/ * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the “Software”), to deal in the Software without restriction, * including ...
php
MIT
f22d04625d84d4631c6b2ea0435fe6623c9b1c8e
2026-01-05T05:11:11.357343Z
false
pheryjs/phery
https://github.com/pheryjs/phery/blob/f22d04625d84d4631c6b2ea0435fe6623c9b1c8e/src/Phery/PheryException.php
src/Phery/PheryException.php
<?php /** * The MIT License (MIT) * * Copyright © 2010-2013 Paulo Cesar, http://phery-php-ajax.net/ * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the “Software”), to deal in the Software without restriction, * including ...
php
MIT
f22d04625d84d4631c6b2ea0435fe6623c9b1c8e
2026-01-05T05:11:11.357343Z
false
pheryjs/phery
https://github.com/pheryjs/phery/blob/f22d04625d84d4631c6b2ea0435fe6623c9b1c8e/src/Phery/PheryResponse.php
src/Phery/PheryResponse.php
<?php /** * The MIT License (MIT) * * Copyright © 2010-2013 Paulo Cesar, http://phery-php-ajax.net/ * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the “Software”), to deal in the Software without restriction, * including ...
php
MIT
f22d04625d84d4631c6b2ea0435fe6623c9b1c8e
2026-01-05T05:11:11.357343Z
true
pheryjs/phery
https://github.com/pheryjs/phery/blob/f22d04625d84d4631c6b2ea0435fe6623c9b1c8e/src/Phery/Phery.php
src/Phery/Phery.php
<?php /** * The MIT License (MIT) * * Copyright © 2010-2013 Paulo Cesar, http://phery-php-ajax.net/ * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the “Software”), to deal in the Software without restriction, * including ...
php
MIT
f22d04625d84d4631c6b2ea0435fe6623c9b1c8e
2026-01-05T05:11:11.357343Z
true
dflydev/dflydev-dot-access-configuration
https://github.com/dflydev/dflydev-dot-access-configuration/blob/cfa0382461ef3ab411354323fbe92b078f6cf66e/src/Dflydev/DotAccessConfiguration/ConfigurationBuilderInterface.php
src/Dflydev/DotAccessConfiguration/ConfigurationBuilderInterface.php
<?php /* * This file is a part of dflydev/dot-access-configuration. * * (c) Dragonfly Development Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Dflydev\DotAccessConfiguration; interface ConfigurationBuilderInter...
php
MIT
cfa0382461ef3ab411354323fbe92b078f6cf66e
2026-01-05T05:11:16.185437Z
false
dflydev/dflydev-dot-access-configuration
https://github.com/dflydev/dflydev-dot-access-configuration/blob/cfa0382461ef3ab411354323fbe92b078f6cf66e/src/Dflydev/DotAccessConfiguration/ConfigurationFactory.php
src/Dflydev/DotAccessConfiguration/ConfigurationFactory.php
<?php /* * This file is a part of dflydev/dot-access-configuration. * * (c) Dragonfly Development Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Dflydev\DotAccessConfiguration; class ConfigurationFactory implemen...
php
MIT
cfa0382461ef3ab411354323fbe92b078f6cf66e
2026-01-05T05:11:16.185437Z
false
dflydev/dflydev-dot-access-configuration
https://github.com/dflydev/dflydev-dot-access-configuration/blob/cfa0382461ef3ab411354323fbe92b078f6cf66e/src/Dflydev/DotAccessConfiguration/YamlFileConfigurationBuilder.php
src/Dflydev/DotAccessConfiguration/YamlFileConfigurationBuilder.php
<?php /* * This file is a part of dflydev/dot-access-configuration. * * (c) Dragonfly Development Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Dflydev\DotAccessConfiguration; use Dflydev\DotAccessData\Util as D...
php
MIT
cfa0382461ef3ab411354323fbe92b078f6cf66e
2026-01-05T05:11:16.185437Z
false
dflydev/dflydev-dot-access-configuration
https://github.com/dflydev/dflydev-dot-access-configuration/blob/cfa0382461ef3ab411354323fbe92b078f6cf66e/src/Dflydev/DotAccessConfiguration/AbstractPlaceholderResolverFactory.php
src/Dflydev/DotAccessConfiguration/AbstractPlaceholderResolverFactory.php
<?php /* * This file is a part of dflydev/dot-access-configuration. * * (c) Dragonfly Development Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Dflydev\DotAccessConfiguration; use Dflydev\PlaceholderResolver\Dat...
php
MIT
cfa0382461ef3ab411354323fbe92b078f6cf66e
2026-01-05T05:11:16.185437Z
false
dflydev/dflydev-dot-access-configuration
https://github.com/dflydev/dflydev-dot-access-configuration/blob/cfa0382461ef3ab411354323fbe92b078f6cf66e/src/Dflydev/DotAccessConfiguration/ConfigurationDataSource.php
src/Dflydev/DotAccessConfiguration/ConfigurationDataSource.php
<?php /* * This file is a part of dflydev/dot-access-configuration. * * (c) Dragonfly Development Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Dflydev\DotAccessConfiguration; use Dflydev\PlaceholderResolver\Dat...
php
MIT
cfa0382461ef3ab411354323fbe92b078f6cf66e
2026-01-05T05:11:16.185437Z
false
dflydev/dflydev-dot-access-configuration
https://github.com/dflydev/dflydev-dot-access-configuration/blob/cfa0382461ef3ab411354323fbe92b078f6cf66e/src/Dflydev/DotAccessConfiguration/PlaceholderResolverFactoryInterface.php
src/Dflydev/DotAccessConfiguration/PlaceholderResolverFactoryInterface.php
<?php /* * This file is a part of dflydev/dot-access-configuration. * * (c) Dragonfly Development Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Dflydev\DotAccessConfiguration; use Dflydev\PlaceholderResolver\Pla...
php
MIT
cfa0382461ef3ab411354323fbe92b078f6cf66e
2026-01-05T05:11:16.185437Z
false
dflydev/dflydev-dot-access-configuration
https://github.com/dflydev/dflydev-dot-access-configuration/blob/cfa0382461ef3ab411354323fbe92b078f6cf66e/src/Dflydev/DotAccessConfiguration/PlaceholderResolverFactory.php
src/Dflydev/DotAccessConfiguration/PlaceholderResolverFactory.php
<?php /* * This file is a part of dflydev/dot-access-configuration. * * (c) Dragonfly Development Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Dflydev\DotAccessConfiguration; use Dflydev\PlaceholderResolver\Dat...
php
MIT
cfa0382461ef3ab411354323fbe92b078f6cf66e
2026-01-05T05:11:16.185437Z
false
dflydev/dflydev-dot-access-configuration
https://github.com/dflydev/dflydev-dot-access-configuration/blob/cfa0382461ef3ab411354323fbe92b078f6cf66e/src/Dflydev/DotAccessConfiguration/Configuration.php
src/Dflydev/DotAccessConfiguration/Configuration.php
<?php /* * This file is a part of dflydev/dot-access-configuration. * * (c) Dragonfly Development Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Dflydev\DotAccessConfiguration; class Configuration extends Abstrac...
php
MIT
cfa0382461ef3ab411354323fbe92b078f6cf66e
2026-01-05T05:11:16.185437Z
false
dflydev/dflydev-dot-access-configuration
https://github.com/dflydev/dflydev-dot-access-configuration/blob/cfa0382461ef3ab411354323fbe92b078f6cf66e/src/Dflydev/DotAccessConfiguration/ConfigurationInterface.php
src/Dflydev/DotAccessConfiguration/ConfigurationInterface.php
<?php /* * This file is a part of dflydev/dot-access-configuration. * * (c) Dragonfly Development Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Dflydev\DotAccessConfiguration; use Dflydev\DotAccessData\Data; use...
php
MIT
cfa0382461ef3ab411354323fbe92b078f6cf66e
2026-01-05T05:11:16.185437Z
false
dflydev/dflydev-dot-access-configuration
https://github.com/dflydev/dflydev-dot-access-configuration/blob/cfa0382461ef3ab411354323fbe92b078f6cf66e/src/Dflydev/DotAccessConfiguration/AbstractConfigurationBuilder.php
src/Dflydev/DotAccessConfiguration/AbstractConfigurationBuilder.php
<?php /* * This file is a part of dflydev/dot-access-configuration. * * (c) Dragonfly Development Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Dflydev\DotAccessConfiguration; abstract class AbstractConfiguratio...
php
MIT
cfa0382461ef3ab411354323fbe92b078f6cf66e
2026-01-05T05:11:16.185437Z
false
dflydev/dflydev-dot-access-configuration
https://github.com/dflydev/dflydev-dot-access-configuration/blob/cfa0382461ef3ab411354323fbe92b078f6cf66e/src/Dflydev/DotAccessConfiguration/AbstractConfiguration.php
src/Dflydev/DotAccessConfiguration/AbstractConfiguration.php
<?php /* * This file is a part of dflydev/dot-access-configuration. * * (c) Dragonfly Development Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Dflydev\DotAccessConfiguration; use Dflydev\DotAccessData\Data; use...
php
MIT
cfa0382461ef3ab411354323fbe92b078f6cf66e
2026-01-05T05:11:16.185437Z
false
dflydev/dflydev-dot-access-configuration
https://github.com/dflydev/dflydev-dot-access-configuration/blob/cfa0382461ef3ab411354323fbe92b078f6cf66e/src/Dflydev/DotAccessConfiguration/ConfigurationFactoryInterface.php
src/Dflydev/DotAccessConfiguration/ConfigurationFactoryInterface.php
<?php /* * This file is a part of dflydev/dot-access-configuration. * * (c) Dragonfly Development Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Dflydev\DotAccessConfiguration; interface ConfigurationFactoryInter...
php
MIT
cfa0382461ef3ab411354323fbe92b078f6cf66e
2026-01-05T05:11:16.185437Z
false
dflydev/dflydev-dot-access-configuration
https://github.com/dflydev/dflydev-dot-access-configuration/blob/cfa0382461ef3ab411354323fbe92b078f6cf66e/src/Dflydev/DotAccessConfiguration/YamlConfigurationBuilder.php
src/Dflydev/DotAccessConfiguration/YamlConfigurationBuilder.php
<?php /* * This file is a part of dflydev/dot-access-configuration. * * (c) Dragonfly Development Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Dflydev\DotAccessConfiguration; use Psr\Log\InvalidArgumentExceptio...
php
MIT
cfa0382461ef3ab411354323fbe92b078f6cf66e
2026-01-05T05:11:16.185437Z
false
dflydev/dflydev-dot-access-configuration
https://github.com/dflydev/dflydev-dot-access-configuration/blob/cfa0382461ef3ab411354323fbe92b078f6cf66e/tests/bootstrap.php
tests/bootstrap.php
<?php /* * This file is a part of dflydev/dot-access-configuration. * * (c) Dragonfly Development Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ $loader = require dirname(__DIR__) . '/vendor/autoload.php';
php
MIT
cfa0382461ef3ab411354323fbe92b078f6cf66e
2026-01-05T05:11:16.185437Z
false
dflydev/dflydev-dot-access-configuration
https://github.com/dflydev/dflydev-dot-access-configuration/blob/cfa0382461ef3ab411354323fbe92b078f6cf66e/tests/Dflydev/DotAccessConfiguration/PlaceholderResolverFactoryTest.php
tests/Dflydev/DotAccessConfiguration/PlaceholderResolverFactoryTest.php
<?php /* * This file is a part of dflydev/dot-access-configuration. * * (c) Dragonfly Development Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Dflydev\DotAccessConfiguration; use PHPUnit\Framework\TestCase; cl...
php
MIT
cfa0382461ef3ab411354323fbe92b078f6cf66e
2026-01-05T05:11:16.185437Z
false
dflydev/dflydev-dot-access-configuration
https://github.com/dflydev/dflydev-dot-access-configuration/blob/cfa0382461ef3ab411354323fbe92b078f6cf66e/tests/Dflydev/DotAccessConfiguration/ConfigurationDataSourceTest.php
tests/Dflydev/DotAccessConfiguration/ConfigurationDataSourceTest.php
<?php /* * This file is a part of dflydev/dot-access-configuration. * * (c) Dragonfly Development Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Dflydev\DotAccessConfiguration; use PHPUnit\Framework\TestCase; cl...
php
MIT
cfa0382461ef3ab411354323fbe92b078f6cf66e
2026-01-05T05:11:16.185437Z
false
dflydev/dflydev-dot-access-configuration
https://github.com/dflydev/dflydev-dot-access-configuration/blob/cfa0382461ef3ab411354323fbe92b078f6cf66e/tests/Dflydev/DotAccessConfiguration/ConfigurationTest.php
tests/Dflydev/DotAccessConfiguration/ConfigurationTest.php
<?php /* * This file is a part of dflydev/dot-access-configuration. * * (c) Dragonfly Development Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Dflydev\DotAccessConfiguration; use PHPUnit\Framework\TestCase; cl...
php
MIT
cfa0382461ef3ab411354323fbe92b078f6cf66e
2026-01-05T05:11:16.185437Z
false
dflydev/dflydev-dot-access-configuration
https://github.com/dflydev/dflydev-dot-access-configuration/blob/cfa0382461ef3ab411354323fbe92b078f6cf66e/tests/Dflydev/DotAccessConfiguration/AbstractConfigurationBuilderTest.php
tests/Dflydev/DotAccessConfiguration/AbstractConfigurationBuilderTest.php
<?php /* * This file is a part of dflydev/dot-access-configuration. * * (c) Dragonfly Development Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Dflydev\DotAccessConfiguration; use PHPUnit\Framework\TestCase; cl...
php
MIT
cfa0382461ef3ab411354323fbe92b078f6cf66e
2026-01-05T05:11:16.185437Z
false
dflydev/dflydev-dot-access-configuration
https://github.com/dflydev/dflydev-dot-access-configuration/blob/cfa0382461ef3ab411354323fbe92b078f6cf66e/tests/Dflydev/DotAccessConfiguration/ConfigurationFactoryTest.php
tests/Dflydev/DotAccessConfiguration/ConfigurationFactoryTest.php
<?php /* * This file is a part of dflydev/dot-access-configuration. * * (c) Dragonfly Development Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Dflydev\DotAccessConfiguration; use PHPUnit\Framework\TestCase; cl...
php
MIT
cfa0382461ef3ab411354323fbe92b078f6cf66e
2026-01-05T05:11:16.185437Z
false
dflydev/dflydev-dot-access-configuration
https://github.com/dflydev/dflydev-dot-access-configuration/blob/cfa0382461ef3ab411354323fbe92b078f6cf66e/tests/Dflydev/DotAccessConfiguration/YamlConfigurationBuilderTest.php
tests/Dflydev/DotAccessConfiguration/YamlConfigurationBuilderTest.php
<?php /* * This file is a part of dflydev/dot-access-configuration. * * (c) Dragonfly Development Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Dflydev\DotAccessConfiguration; use PHPUnit\Framework\TestCase; cl...
php
MIT
cfa0382461ef3ab411354323fbe92b078f6cf66e
2026-01-05T05:11:16.185437Z
false
dflydev/dflydev-dot-access-configuration
https://github.com/dflydev/dflydev-dot-access-configuration/blob/cfa0382461ef3ab411354323fbe92b078f6cf66e/tests/Dflydev/DotAccessConfiguration/YamlFileConfigurationBuilderTest.php
tests/Dflydev/DotAccessConfiguration/YamlFileConfigurationBuilderTest.php
<?php /* * This file is a part of dflydev/dot-access-configuration. * * (c) Dragonfly Development Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Dflydev\DotAccessConfiguration; use PHPUnit\Framework\TestCase; cl...
php
MIT
cfa0382461ef3ab411354323fbe92b078f6cf66e
2026-01-05T05:11:16.185437Z
false
giekaton/php-metamask-user-login
https://github.com/giekaton/php-metamask-user-login/blob/97685bc041bc0df2bea5226e92a7bf07a7cf14db/backend/server.php
backend/server.php
<?php require_once "lib/Keccak/Keccak.php"; require_once "lib/Elliptic/EC.php"; require_once "lib/Elliptic/Curves.php"; require_once "lib/JWT/jwt_helper.php"; $GLOBALS['JWT_secret'] = '4Eac8AS2cw84easd65araADX'; use Elliptic\EC; use kornrunner\Keccak; require_once('config.php'); $data = json_decode(file_get_contents...
php
MIT
97685bc041bc0df2bea5226e92a7bf07a7cf14db
2026-01-05T05:11:27.721791Z
false
giekaton/php-metamask-user-login
https://github.com/giekaton/php-metamask-user-login/blob/97685bc041bc0df2bea5226e92a7bf07a7cf14db/backend/create_db_table.php
backend/create_db_table.php
<?php include_once "config.php"; try { if ($servertype == "pgsql") { $sql = "CREATE TABLE IF NOT EXISTS $tablename( ID SERIAL PRIMARY KEY, address VARCHAR(42) NOT NULL, publicName VARCHAR(250) DEFAULT NULL, nonce VARCHAR(250) DEFA...
php
MIT
97685bc041bc0df2bea5226e92a7bf07a7cf14db
2026-01-05T05:11:27.721791Z
false
giekaton/php-metamask-user-login
https://github.com/giekaton/php-metamask-user-login/blob/97685bc041bc0df2bea5226e92a7bf07a7cf14db/backend/lib/JWT/jwt_helper.php
backend/lib/JWT/jwt_helper.php
<?php /** * JSON Web Token implementation, based on this spec: * http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-06 * * PHP version 5 * * @category Authentication * @package Authentication_JWT * @author Neuman Vong <neuman@twilio.com> * @author Anant Narayanan <anant@php.net> * @license http...
php
MIT
97685bc041bc0df2bea5226e92a7bf07a7cf14db
2026-01-05T05:11:27.721791Z
false
giekaton/php-metamask-user-login
https://github.com/giekaton/php-metamask-user-login/blob/97685bc041bc0df2bea5226e92a7bf07a7cf14db/backend/lib/Keccak/Keccak.php
backend/lib/Keccak/Keccak.php
<?php namespace kornrunner; use Exception; use function mb_strlen; use function mb_substr; final class Keccak { private const KECCAK_ROUNDS = 24; private const LFSR = 0x01; private const ENCODING = '8bit'; private static $keccakf_rotc = [1, 3, 6, 10, 15, 21, 28, 36, 45, 55, 2, 14, 27, 41, 56, 8, 25, ...
php
MIT
97685bc041bc0df2bea5226e92a7bf07a7cf14db
2026-01-05T05:11:27.721791Z
false
giekaton/php-metamask-user-login
https://github.com/giekaton/php-metamask-user-login/blob/97685bc041bc0df2bea5226e92a7bf07a7cf14db/backend/lib/Elliptic/Curves.php
backend/lib/Elliptic/Curves.php
<?php namespace Elliptic; require_once "Curve/PresetCurve.php"; use Elliptic\Curve\PresetCurve; class Curves { private static $curves; public static function hasCurve($name) { return isset(self::$curves[$name]); } public static function getCurve($name) { if (!isset(self::$curves[...
php
MIT
97685bc041bc0df2bea5226e92a7bf07a7cf14db
2026-01-05T05:11:27.721791Z
true
giekaton/php-metamask-user-login
https://github.com/giekaton/php-metamask-user-login/blob/97685bc041bc0df2bea5226e92a7bf07a7cf14db/backend/lib/Elliptic/Signature.php
backend/lib/Elliptic/Signature.php
<?php namespace Elliptic\EC; require_once "Utils.php"; use Elliptic\Utils; use BN\BN; class Signature { public $r; public $s; public $recoveryParam; function __construct($options, $enc = false) { if ($options instanceof Signature) { $this->r = $options->r; $this-...
php
MIT
97685bc041bc0df2bea5226e92a7bf07a7cf14db
2026-01-05T05:11:27.721791Z
false
giekaton/php-metamask-user-login
https://github.com/giekaton/php-metamask-user-login/blob/97685bc041bc0df2bea5226e92a7bf07a7cf14db/backend/lib/Elliptic/EC.php
backend/lib/Elliptic/EC.php
<?php namespace Elliptic; require_once "KeyPair.php"; require_once "Signature.php"; require_once "BN.php"; use Elliptic\Curve\PresetCurve; use Elliptic\EC\KeyPair; use Elliptic\EC\Signature; use BN\BN; class EC { public $curve; public $n; public $nh; public $g; public $hash; function __cons...
php
MIT
97685bc041bc0df2bea5226e92a7bf07a7cf14db
2026-01-05T05:11:27.721791Z
false
giekaton/php-metamask-user-login
https://github.com/giekaton/php-metamask-user-login/blob/97685bc041bc0df2bea5226e92a7bf07a7cf14db/backend/lib/Elliptic/Utils.php
backend/lib/Elliptic/Utils.php
<?php namespace Elliptic; use \Exception; use BN\BN; class Utils { public static function toArray($msg, $enc = false) { if( is_array($msg) ) return array_slice($msg, 0); if( !$msg ) return array(); if( !is_string($msg) ) throw new Exception("Not i...
php
MIT
97685bc041bc0df2bea5226e92a7bf07a7cf14db
2026-01-05T05:11:27.721791Z
false
giekaton/php-metamask-user-login
https://github.com/giekaton/php-metamask-user-login/blob/97685bc041bc0df2bea5226e92a7bf07a7cf14db/backend/lib/Elliptic/KeyPair.php
backend/lib/Elliptic/KeyPair.php
<?php namespace Elliptic\EC; require_once "BN.php"; use BN\BN; class KeyPair { public $ec; public $pub; public $priv; function __construct($ec, $options) { $this->ec = $ec; $this->priv = null; $this->pub = null; if( isset($options["priv"]) ) $this->...
php
MIT
97685bc041bc0df2bea5226e92a7bf07a7cf14db
2026-01-05T05:11:27.721791Z
false
giekaton/php-metamask-user-login
https://github.com/giekaton/php-metamask-user-login/blob/97685bc041bc0df2bea5226e92a7bf07a7cf14db/backend/lib/Elliptic/BN.php
backend/lib/Elliptic/BN.php
<?php namespace BN; require_once "BigInteger.php"; require_once "Red.php"; use \JsonSerializable; use \Exception; use \BI\BigInteger; class BN implements JsonSerializable { public $bi; public $red; function __construct($number, $base = 10, $endian = null) { if( $number instanceof BN ) { ...
php
MIT
97685bc041bc0df2bea5226e92a7bf07a7cf14db
2026-01-05T05:11:27.721791Z
false
giekaton/php-metamask-user-login
https://github.com/giekaton/php-metamask-user-login/blob/97685bc041bc0df2bea5226e92a7bf07a7cf14db/backend/lib/Elliptic/BigInteger.php
backend/lib/Elliptic/BigInteger.php
<?php namespace BI; if (!defined("S_MATH_BIGINTEGER_MODE")) { if (extension_loaded("gmp")) { define("S_MATH_BIGINTEGER_MODE", "gmp"); } else if (extension_loaded("bcmath")) { define("S_MATH_BIGINTEGER_MODE", "bcmath"); } else { if (!defined("S_MATH_BIGINTEGER_QUIET")) { ...
php
MIT
97685bc041bc0df2bea5226e92a7bf07a7cf14db
2026-01-05T05:11:27.721791Z
false
giekaton/php-metamask-user-login
https://github.com/giekaton/php-metamask-user-login/blob/97685bc041bc0df2bea5226e92a7bf07a7cf14db/backend/lib/Elliptic/Red.php
backend/lib/Elliptic/Red.php
<?php namespace BN; use \Exception; use \BI\BigInteger; class Red { public $m; function __construct($m) { if( is_string($m) ) $this->m = Red::primeByName($m); else $this->m = $m; if( !$this->m->gtn(1) ) throw new Exception("Modulus must be greater...
php
MIT
97685bc041bc0df2bea5226e92a7bf07a7cf14db
2026-01-05T05:11:27.721791Z
false
giekaton/php-metamask-user-login
https://github.com/giekaton/php-metamask-user-login/blob/97685bc041bc0df2bea5226e92a7bf07a7cf14db/backend/lib/Elliptic/Curve/EdwardsCurve.php
backend/lib/Elliptic/Curve/EdwardsCurve.php
<?php namespace Elliptic\Curve; require_once "EdwardsCurve/Point.php"; use Elliptic\Curve\EdwardsCurve\Point; use BN\BN; class EdwardsCurve extends BaseCurve { public $twisted; public $mOneA; public $extended; public $a; public $c; public $c2; public $d; public $d2; public $dd; ...
php
MIT
97685bc041bc0df2bea5226e92a7bf07a7cf14db
2026-01-05T05:11:27.721791Z
false
giekaton/php-metamask-user-login
https://github.com/giekaton/php-metamask-user-login/blob/97685bc041bc0df2bea5226e92a7bf07a7cf14db/backend/lib/Elliptic/Curve/ShortCurve.php
backend/lib/Elliptic/Curve/ShortCurve.php
<?php namespace Elliptic\Curve; require_once "BaseCurve.php"; require_once "BaseCurve/Point.php"; require_once "ShortCurve/Point.php"; require_once "ShortCurve/JPoint.php"; use Elliptic\Curve\ShortCurve\Point; use Elliptic\Curve\ShortCurve\JPoint; use BN\BN; use \Exception; class ShortCurve extends BaseCurve { ...
php
MIT
97685bc041bc0df2bea5226e92a7bf07a7cf14db
2026-01-05T05:11:27.721791Z
false
giekaton/php-metamask-user-login
https://github.com/giekaton/php-metamask-user-login/blob/97685bc041bc0df2bea5226e92a7bf07a7cf14db/backend/lib/Elliptic/Curve/PresetCurve.php
backend/lib/Elliptic/Curve/PresetCurve.php
<?php namespace Elliptic\Curve; require_once "ShortCurve.php"; require_once "MontCurve.php"; require_once "EdwardsCurve.php"; class PresetCurve { public $curve; public $g; public $n; public $hash; function __construct($options) { if ( $options["type"] === "short" ) $this-...
php
MIT
97685bc041bc0df2bea5226e92a7bf07a7cf14db
2026-01-05T05:11:27.721791Z
false
giekaton/php-metamask-user-login
https://github.com/giekaton/php-metamask-user-login/blob/97685bc041bc0df2bea5226e92a7bf07a7cf14db/backend/lib/Elliptic/Curve/BaseCurve.php
backend/lib/Elliptic/Curve/BaseCurve.php
<?php namespace Elliptic\Curve; require_once __DIR__ . "/../BN.php"; use Elliptic\Utils; use \Exception; use BN\BN; abstract class BaseCurve { public $type; public $p; public $red; public $zero; public $one; public $two; public $n; public $g; protected $_wnafT1; protected $_w...
php
MIT
97685bc041bc0df2bea5226e92a7bf07a7cf14db
2026-01-05T05:11:27.721791Z
false
giekaton/php-metamask-user-login
https://github.com/giekaton/php-metamask-user-login/blob/97685bc041bc0df2bea5226e92a7bf07a7cf14db/backend/lib/Elliptic/Curve/MontCurve.php
backend/lib/Elliptic/Curve/MontCurve.php
<?php namespace Elliptic\Curve; require_once "MontCurve/Point.php"; use Elliptic\Curve\MontCurve\Point; use Elliptic\Utils; use BN\BN; class MontCurve extends BaseCurve { public $a; public $b; public $i4; public $a24; function __construct($conf) { parent::__construct("mont", $conf);...
php
MIT
97685bc041bc0df2bea5226e92a7bf07a7cf14db
2026-01-05T05:11:27.721791Z
false
giekaton/php-metamask-user-login
https://github.com/giekaton/php-metamask-user-login/blob/97685bc041bc0df2bea5226e92a7bf07a7cf14db/backend/lib/Elliptic/Curve/EdwardsCurve/Point.php
backend/lib/Elliptic/Curve/EdwardsCurve/Point.php
<?php namespace Elliptic\Curve\EdwardsCurve; use BN\BN; class Point extends \Elliptic\Curve\BaseCurve\Point { public $x; public $y; public $z; public $t; public $zOne; function __construct($curve, $x = null, $y = null, $z = null, $t = null) { parent::__construct($curve, 'projectiv...
php
MIT
97685bc041bc0df2bea5226e92a7bf07a7cf14db
2026-01-05T05:11:27.721791Z
false
giekaton/php-metamask-user-login
https://github.com/giekaton/php-metamask-user-login/blob/97685bc041bc0df2bea5226e92a7bf07a7cf14db/backend/lib/Elliptic/Curve/ShortCurve/Point.php
backend/lib/Elliptic/Curve/ShortCurve/Point.php
<?php namespace Elliptic\Curve\ShortCurve; use JsonSerializable; use BN\BN; class Point extends \Elliptic\Curve\BaseCurve\Point implements JsonSerializable { public $x; public $y; public $inf; function __construct($curve, $x, $y, $isRed) { parent::__construct($curve, 'affine'); ...
php
MIT
97685bc041bc0df2bea5226e92a7bf07a7cf14db
2026-01-05T05:11:27.721791Z
false
giekaton/php-metamask-user-login
https://github.com/giekaton/php-metamask-user-login/blob/97685bc041bc0df2bea5226e92a7bf07a7cf14db/backend/lib/Elliptic/Curve/ShortCurve/JPoint.php
backend/lib/Elliptic/Curve/ShortCurve/JPoint.php
<?php namespace Elliptic\Curve\ShortCurve; use BN\BN; class JPoint extends \Elliptic\Curve\BaseCurve\Point { public $x; public $y; public $z; public $zOne; function __construct($curve, $x, $y, $z) { parent::__construct($curve, "jacobian"); if( $x == null && $y == null && $z ...
php
MIT
97685bc041bc0df2bea5226e92a7bf07a7cf14db
2026-01-05T05:11:27.721791Z
false
giekaton/php-metamask-user-login
https://github.com/giekaton/php-metamask-user-login/blob/97685bc041bc0df2bea5226e92a7bf07a7cf14db/backend/lib/Elliptic/Curve/BaseCurve/Point.php
backend/lib/Elliptic/Curve/BaseCurve/Point.php
<?php namespace Elliptic\Curve\BaseCurve; use Elliptic\Utils; abstract class Point { public $curve; public $type; public $precomputed; function __construct($curve, $type) { $this->curve = $curve; $this->type = $type; $this->precomputed = null; } abstract public f...
php
MIT
97685bc041bc0df2bea5226e92a7bf07a7cf14db
2026-01-05T05:11:27.721791Z
false
giekaton/php-metamask-user-login
https://github.com/giekaton/php-metamask-user-login/blob/97685bc041bc0df2bea5226e92a7bf07a7cf14db/backend/lib/Elliptic/Curve/MontCurve/Point.php
backend/lib/Elliptic/Curve/MontCurve/Point.php
<?php namespace Elliptic\Curve\MontCurve; use BN\BN; class Point extends \Elliptic\Curve\BaseCurve\Point { public $x; public $z; function __construct($curve, $x, $z) { parent::__construct($curve, "projective"); if( $x == null && $z == null ) { $this->x = $this->cu...
php
MIT
97685bc041bc0df2bea5226e92a7bf07a7cf14db
2026-01-05T05:11:27.721791Z
false
dvaknheo/duckphp
https://github.com/dvaknheo/duckphp/blob/16b1924f5d43911d9448af5b63ab27d20529a104/autoload.php
autoload.php
<?php require __DIR__.'/src/Core/AutoLoader.php'; spl_autoload_register([DuckPhp\Core\AutoLoader::class ,'DuckPhpSystemAutoLoader']);
php
MIT
16b1924f5d43911d9448af5b63ab27d20529a104
2026-01-05T05:11:36.735455Z
false
dvaknheo/duckphp
https://github.com/dvaknheo/duckphp/blob/16b1924f5d43911d9448af5b63ab27d20529a104/src/DuckPhp.php
src/DuckPhp.php
<?php declare(strict_types=1); /** * DuckPhp * From this time, you never be alone~ */ //dvaknheo@github.com //OK,Lazy namespace DuckPhp; use DuckPhp\Component\Command; use DuckPhp\Component\DbManager; use DuckPhp\Component\ExtOptionsLoader; use DuckPhp\Component\RedisManager; use DuckPhp\Component\RouteHookCheckSt...
php
MIT
16b1924f5d43911d9448af5b63ab27d20529a104
2026-01-05T05:11:36.735455Z
false
dvaknheo/duckphp
https://github.com/dvaknheo/duckphp/blob/16b1924f5d43911d9448af5b63ab27d20529a104/src/DuckPhpAllInOne.php
src/DuckPhpAllInOne.php
<?php declare(strict_types=1); /** * DuckPhp * From this time, you never be alone~ */ //dvaknheo@github.com //OK,Lazy namespace DuckPhp; use DuckPhp\Helper\AppHelperTrait; use DuckPhp\Helper\BusinessHelperTrait; use DuckPhp\Helper\ControllerHelperTrait; use DuckPhp\Helper\ModelHelperTrait; class DuckPhpAllInOne e...
php
MIT
16b1924f5d43911d9448af5b63ab27d20529a104
2026-01-05T05:11:36.735455Z
false
dvaknheo/duckphp
https://github.com/dvaknheo/duckphp/blob/16b1924f5d43911d9448af5b63ab27d20529a104/src/Foundation/SimpleControllerTrait.php
src/Foundation/SimpleControllerTrait.php
<?php declare(strict_types=1); /** * DuckPhp * From this time, you never be alone~ */ namespace DuckPhp\Foundation; use DuckPhp\Component\PhaseProxy; use DuckPhp\Component\ZCallTrait; use DuckPhp\Core\PhaseContainer; use DuckPhp\Core\Route; trait SimpleControllerTrait { use ZCallTrait; public static functi...
php
MIT
16b1924f5d43911d9448af5b63ab27d20529a104
2026-01-05T05:11:36.735455Z
false
dvaknheo/duckphp
https://github.com/dvaknheo/duckphp/blob/16b1924f5d43911d9448af5b63ab27d20529a104/src/Foundation/Helper.php
src/Foundation/Helper.php
<?php declare(strict_types=1); /** * DuckPhp * From this time, you never be alone~ */ //dvaknheo@github.com //OK,Lazy namespace DuckPhp\Foundation; use DuckPhp\Helper\AppHelperTrait; use DuckPhp\Helper\BusinessHelperTrait; use DuckPhp\Helper\ControllerHelperTrait; use DuckPhp\Helper\ModelHelperTrait; class Helper...
php
MIT
16b1924f5d43911d9448af5b63ab27d20529a104
2026-01-05T05:11:36.735455Z
false