Folder PATH listing Volume serial number is 6496-C3E1 C:. ¦ .editorconfig ¦ .env ¦ .env.example ¦ .gitattributes ¦ .gitignore ¦ artisan ¦ composer.json ¦ composer.lock ¦ generate_vapid.php ¦ package.json ¦ phpunit.xml ¦ README.md ¦ struktur_folder.txt ¦ vite.config.js ¦ +---app ¦ +---Console ¦ ¦ Kernel.php ¦ ¦ ¦ +---Exceptions ¦ ¦ Handler.php ¦ ¦ ¦ +---Exports ¦ ¦ BookingsExport.php ¦ ¦ IzinTamuExport.php ¦ ¦ SafetyExport.php ¦ ¦ ¦ +---Http ¦ ¦ ¦ Kernel.php ¦ ¦ ¦ ¦ ¦ +---Controllers ¦ ¦ ¦ AdminAuthController.php ¦ ¦ ¦ AdminBookingController.php ¦ ¦ ¦ CalendarController.php ¦ ¦ ¦ Controller.php ¦ ¦ ¦ IzinPenerimaanTamuController.php ¦ ¦ ¦ NotifikasiController.php ¦ ¦ ¦ RoomBookingController.php ¦ ¦ ¦ SecurityAuthController.php ¦ ¦ ¦ WebPushController.php ¦ ¦ ¦ ¦ ¦ +---Middleware ¦ ¦ Authenticate.php ¦ ¦ EncryptCookies.php ¦ ¦ NoBackHistory.php ¦ ¦ PreventRequestsDuringMaintenance.php ¦ ¦ RedirectIfAuthenticated.php ¦ ¦ TrimStrings.php ¦ ¦ TrustHosts.php ¦ ¦ TrustProxies.php ¦ ¦ ValidateSignature.php ¦ ¦ VerifyCsrfToken.php ¦ ¦ ¦ +---Models ¦ ¦ Admin.php ¦ ¦ GuestRoom1.php ¦ ¦ GuestRoom2.php ¦ ¦ IzinPenerimaanTamu.php ¦ ¦ MeetingRoom1.php ¦ ¦ MeetingRoom4.php ¦ ¦ MeetingRoom5.php ¦ ¦ RoomQc.php ¦ ¦ Security.php ¦ ¦ TrainingRoom1.php ¦ ¦ TrainingRoom2.php ¦ ¦ TrainingRoom3.php ¦ ¦ User.php ¦ ¦ ¦ +---Notifications ¦ ¦ TamuBaruNotification.php ¦ ¦ ¦ +---Providers ¦ AppServiceProvider.php ¦ AuthServiceProvider.php ¦ BroadcastServiceProvider.php ¦ EventServiceProvider.php ¦ RouteServiceProvider.php ¦ +---bootstrap ¦ ¦ app.php ¦ ¦ ¦ +---cache ¦ .gitignore ¦ packages.php ¦ services.php ¦ +---config ¦ app.php ¦ auth.php ¦ broadcasting.php ¦ cache.php ¦ cors.php ¦ database.php ¦ filesystems.php ¦ hashing.php ¦ logging.php ¦ mail.php ¦ queue.php ¦ sanctum.php ¦ services.php ¦ session.php ¦ view.php ¦ webpush.php ¦ +---database ¦ ¦ .gitignore ¦ ¦ ¦ +---factories ¦ ¦ UserFactory.php ¦ ¦ ¦ +---migrations ¦ ¦ 2014_10_12_000000_create_users_table.php ¦ ¦ 2014_10_12_100000_create_password_reset_tokens_table.php ¦ ¦ 2019_08_19_000000_create_failed_jobs_table.php ¦ ¦ 2019_12_14_000001_create_personal_access_tokens_table.php ¦ ¦ 2025_09_13_142925_create_rooms_tables.php ¦ ¦ 2025_09_15_044243_add_keterangan_to_meeting_rooms.php ¦ ¦ 2025_09_19_080604_add_status_hadir_to_izin_penerimaan_tamu_table.php ¦ ¦ 2025_09_22_014552_add_safety_score_to_izin_penerimaan_tamu_table.php ¦ ¦ 2025_09_22_024525_add_safety_answers_to_izin_penerimaan_tamu_table.php ¦ ¦ 2025_09_23_070217_create_admins_table.php ¦ ¦ 2025_09_23_073418_create_securities_table.php ¦ ¦ 2025_09_24_045521_add_fields_to_izin_penerimaan_tamu_table.php ¦ ¦ 2025_09_30_142938_create_push_subscriptions_table.php ¦ ¦ 2025_09_30_151202_create_push_subscriptions_table.php ¦ ¦ ¦ +---seeders ¦ AdminUserSeeder.php ¦ DatabaseSeeder.php ¦ UsersSeeder.php ¦ +---public ¦ ¦ .htaccess ¦ ¦ favicon.ico ¦ ¦ index.php ¦ ¦ robots.txt ¦ ¦ service-worker.js ¦ ¦ ¦ +---images ¦ ¦ dilarangberbicara.jpg ¦ ¦ dilarangbuangsampah.jpg ¦ ¦ dilarangfoto.jpg ¦ ¦ dilarangmerokok.jpg ¦ ¦ fotoasama.jpg ¦ ¦ hatihatiforklift.jpg ¦ ¦ kawasanwajibapd.jpg ¦ ¦ logo.png ¦ ¦ obatobatan.jpg ¦ ¦ pejalankaki.jpg ¦ ¦ ¦ +---sounds ¦ notif.mp3 ¦ suara.mp3 ¦ +---resources ¦ +---css ¦ ¦ app.css ¦ ¦ ¦ +---js ¦ ¦ app.js ¦ ¦ bootstrap.js ¦ ¦ ¦ +---views ¦ ¦ index.blade.php ¦ ¦ ¦ +---admin ¦ ¦ ¦ bookings.blade.php ¦ ¦ ¦ edit.blade.php ¦ ¦ ¦ layout.blade.php ¦ ¦ ¦ ¦ ¦ +---exports ¦ ¦ bookings_excel.blade.php ¦ ¦ ¦ +---auth ¦ ¦ admin-login.blade.php ¦ ¦ login.blade.php ¦ ¦ security-login.blade.php ¦ ¦ ¦ +---calendar ¦ ¦ index.blade.php ¦ ¦ room.blade.php ¦ ¦ ¦ +---izin_tamu ¦ ¦ create.blade.php ¦ ¦ edit.blade.php ¦ ¦ export_pdf.blade.php ¦ ¦ index.blade.php ¦ ¦ layout.blade.php ¦ ¦ qrcode.blade.php ¦ ¦ qr_scan_success.blade.php ¦ ¦ safety_result.blade.php ¦ ¦ thanks.blade.php ¦ ¦ ¦ +---admin_izin ¦ ¦ export_filter.blade.php ¦ ¦ index.blade.php ¦ ¦ ¦ +---security ¦ index.blade.php ¦ +---routes ¦ api.php ¦ channels.php ¦ console.php ¦ web.php ¦ +---storage ¦ +---app ¦ ¦ ¦ .gitignore ¦ ¦ ¦ ¦ ¦ +---public ¦ ¦ .gitignore ¦ ¦ ¦ +---framework ¦ ¦ ¦ .gitignore ¦ ¦ ¦ ¦ ¦ +---cache ¦ ¦ ¦ ¦ .gitignore ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---data ¦ ¦ ¦ ¦ ¦ .gitignore ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---1d ¦ ¦ ¦ ¦ ¦ +---98 ¦ ¦ ¦ ¦ ¦ 1d98b736af762fb6b690651559274216322085e2 ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---79 ¦ ¦ ¦ ¦ ¦ +---a8 ¦ ¦ ¦ ¦ ¦ 79a88082efaf27b1c716e54a75f9971c6d670bcb ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---c9 ¦ ¦ ¦ ¦ ¦ +---a9 ¦ ¦ ¦ ¦ ¦ c9a95fe870b888c84238d7a66be52c1aadea21e0 ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---d6 ¦ ¦ ¦ ¦ +---8d ¦ ¦ ¦ ¦ d68d8edefb15b6081b2e9b20f19882e2a9fbf0fb ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---laravel-excel ¦ ¦ +---sessions ¦ ¦ ¦ .gitignore ¦ ¦ ¦ 1jagwPxeaGxNh3UWmts2BpK86L3kUVuwllbq6O7F ¦ ¦ ¦ F8IH3xSY9b5zD4ZUoEanqou8q98ricaaqgNZjmio ¦ ¦ ¦ IVn5wcYEgXUIfmtAJMKj38Yw4FRnkfLaoi6MaMX2 ¦ ¦ ¦ lniSN4AkrIoP5n5FKmGEckIY1UStAuIw7Iaa2hGH ¦ ¦ ¦ M59v6vZPtxs0vzrmKOFdGk8cQK7Pv0Z6HC08o0Bf ¦ ¦ ¦ UDdWPKiodNWbB6Nxk5v9C86OEiB1aSqmkzcIavt6 ¦ ¦ ¦ vKmV6e0BtlZj6iVg3Gg9EtjO5zaKGEv886Ug2kWC ¦ ¦ ¦ WCiQ4xJZg42PxNIsRn7JlS1OpeTT5DvIukneWz3o ¦ ¦ ¦ ¦ ¦ +---testing ¦ ¦ ¦ .gitignore ¦ ¦ ¦ ¦ ¦ +---views ¦ ¦ .gitignore ¦ ¦ 0952bdea55eca2050d364faef8fd79cf.php ¦ ¦ 20b63e4292997bf387ecc196ce954a89.php ¦ ¦ 25e45f2094fc8f40b1ba04eecd5035f2.php ¦ ¦ 2ee4c06d7cd48de2fcba4142d6d096b2.php ¦ ¦ 633503339ef9be3b021c814ab6210fd1.php ¦ ¦ 707acc830c69fc91f156f6015496150e.php ¦ ¦ 742fa5113fa0475132662d3eac9f8779.php ¦ ¦ 7c10308938bfdaa94b72795277b9fd2e.php ¦ ¦ 805bb503559b64f444fe2b2e9f02e1a9.php ¦ ¦ 9eb5a3dcd742c7e32f439f3189f98e51.php ¦ ¦ a09cc85f2ffb979efb3598ec9f41e713.php ¦ ¦ b2e1858a8e862906d26eba824e4216a2.php ¦ ¦ be98ab87949169c56c3ab204a1c7ae1d.php ¦ ¦ c91b5f0813273669612569d4d861133b.php ¦ ¦ ceffb77e4da51185a31effe3a647b71a.php ¦ ¦ d8d462afcf9f6330925f42d2e0ef4862.php ¦ ¦ d905613078cd5985738a3a5712a61952.php ¦ ¦ db45fb6fd7dce60a356902518b441202.php ¦ ¦ df17fe405a64a2b80ea3faef413d955f.php ¦ ¦ df1b9b7775e10fb9b380e4b6386e3698.php ¦ ¦ f2fd465cfe7d3715da77f8d7c5be4198.php ¦ ¦ f9f1accfeb5d2159efb93828b0a0fcc7.php ¦ ¦ fa78a6081da8120682a32e0f478e83fe.php ¦ ¦ ¦ +---logs ¦ .gitignore ¦ laravel.log ¦ +---tests ¦ ¦ CreatesApplication.php ¦ ¦ TestCase.php ¦ ¦ ¦ +---Feature ¦ ¦ ExampleTest.php ¦ ¦ ¦ +---Unit ¦ ExampleTest.php ¦ +---vendor ¦ autoload.php ¦ +---bacon ¦ +---bacon-qr-code ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ phpunit.xml.dist ¦ ¦ README.md ¦ ¦ ¦ +---src ¦ ¦ ¦ Writer.php ¦ ¦ ¦ ¦ ¦ +---Common ¦ ¦ ¦ BitArray.php ¦ ¦ ¦ BitMatrix.php ¦ ¦ ¦ BitUtils.php ¦ ¦ ¦ CharacterSetEci.php ¦ ¦ ¦ EcBlock.php ¦ ¦ ¦ EcBlocks.php ¦ ¦ ¦ ErrorCorrectionLevel.php ¦ ¦ ¦ FormatInformation.php ¦ ¦ ¦ Mode.php ¦ ¦ ¦ ReedSolomonCodec.php ¦ ¦ ¦ Version.php ¦ ¦ ¦ ¦ ¦ +---Encoder ¦ ¦ ¦ BlockPair.php ¦ ¦ ¦ ByteMatrix.php ¦ ¦ ¦ Encoder.php ¦ ¦ ¦ MaskUtil.php ¦ ¦ ¦ MatrixUtil.php ¦ ¦ ¦ QrCode.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ ExceptionInterface.php ¦ ¦ ¦ InvalidArgumentException.php ¦ ¦ ¦ OutOfBoundsException.php ¦ ¦ ¦ RuntimeException.php ¦ ¦ ¦ UnexpectedValueException.php ¦ ¦ ¦ WriterException.php ¦ ¦ ¦ ¦ ¦ +---Renderer ¦ ¦ ¦ ImageRenderer.php ¦ ¦ ¦ PlainTextRenderer.php ¦ ¦ ¦ RendererInterface.php ¦ ¦ ¦ ¦ ¦ +---Color ¦ ¦ ¦ Alpha.php ¦ ¦ ¦ Cmyk.php ¦ ¦ ¦ ColorInterface.php ¦ ¦ ¦ Gray.php ¦ ¦ ¦ Rgb.php ¦ ¦ ¦ ¦ ¦ +---Eye ¦ ¦ ¦ CompositeEye.php ¦ ¦ ¦ EyeInterface.php ¦ ¦ ¦ ModuleEye.php ¦ ¦ ¦ SimpleCircleEye.php ¦ ¦ ¦ SquareEye.php ¦ ¦ ¦ ¦ ¦ +---Image ¦ ¦ ¦ EpsImageBackEnd.php ¦ ¦ ¦ ImageBackEndInterface.php ¦ ¦ ¦ ImagickImageBackEnd.php ¦ ¦ ¦ SvgImageBackEnd.php ¦ ¦ ¦ TransformationMatrix.php ¦ ¦ ¦ ¦ ¦ +---Module ¦ ¦ ¦ ¦ DotsModule.php ¦ ¦ ¦ ¦ ModuleInterface.php ¦ ¦ ¦ ¦ RoundnessModule.php ¦ ¦ ¦ ¦ SquareModule.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---EdgeIterator ¦ ¦ ¦ Edge.php ¦ ¦ ¦ EdgeIterator.php ¦ ¦ ¦ ¦ ¦ +---Path ¦ ¦ ¦ Close.php ¦ ¦ ¦ Curve.php ¦ ¦ ¦ EllipticArc.php ¦ ¦ ¦ Line.php ¦ ¦ ¦ Move.php ¦ ¦ ¦ OperationInterface.php ¦ ¦ ¦ Path.php ¦ ¦ ¦ ¦ ¦ +---RendererStyle ¦ ¦ EyeFill.php ¦ ¦ Fill.php ¦ ¦ Gradient.php ¦ ¦ GradientType.php ¦ ¦ RendererStyle.php ¦ ¦ ¦ +---test ¦ +---Common ¦ ¦ BitArrayTest.php ¦ ¦ BitMatrixTest.php ¦ ¦ BitUtilsTest.php ¦ ¦ ErrorCorrectionLevelTest.php ¦ ¦ FormatInformationTest.php ¦ ¦ ModeTest.php ¦ ¦ ReedSolomonCodecTest.php ¦ ¦ VersionTest.php ¦ ¦ ¦ +---Encoder ¦ ¦ EncoderTest.php ¦ ¦ MaskUtilTest.php ¦ ¦ MatrixUtilTest.php ¦ ¦ ¦ +---Integration ¦ ¦ ImagickRenderingTest.php ¦ ¦ ¦ +---__snapshots__ ¦ +---files ¦ ImagickRenderingTest__testGenericQrCode__1.png ¦ ImagickRenderingTest__testIssue79__1.png ¦ +---barryvdh ¦ +---laravel-dompdf ¦ ¦ CHANGELOG.md ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ readme.md ¦ ¦ ¦ +---config ¦ ¦ dompdf.php ¦ ¦ ¦ +---src ¦ ¦ PDF.php ¦ ¦ ServiceProvider.php ¦ ¦ ¦ +---Facade ¦ Pdf.php ¦ +---bin ¦ carbon ¦ carbon.bat ¦ patch-type-declarations ¦ patch-type-declarations.bat ¦ php-parse ¦ php-parse.bat ¦ phpunit ¦ phpunit.bat ¦ pint ¦ pint.bat ¦ psysh ¦ psysh.bat ¦ sail ¦ sail.bat ¦ var-dump-server ¦ var-dump-server.bat ¦ yaml-lint ¦ yaml-lint.bat ¦ +---brick ¦ +---math ¦ ¦ CHANGELOG.md ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ psalm-baseline.xml ¦ ¦ ¦ +---src ¦ ¦ BigDecimal.php ¦ ¦ BigInteger.php ¦ ¦ BigNumber.php ¦ ¦ BigRational.php ¦ ¦ RoundingMode.php ¦ ¦ ¦ +---Exception ¦ ¦ DivisionByZeroException.php ¦ ¦ IntegerOverflowException.php ¦ ¦ MathException.php ¦ ¦ NegativeNumberException.php ¦ ¦ NumberFormatException.php ¦ ¦ RoundingNecessaryException.php ¦ ¦ ¦ +---Internal ¦ ¦ Calculator.php ¦ ¦ ¦ +---Calculator ¦ BcMathCalculator.php ¦ GmpCalculator.php ¦ NativeCalculator.php ¦ +---carbonphp ¦ +---carbon-doctrine-types ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ ¦ +---src ¦ +---Carbon ¦ +---Doctrine ¦ CarbonDoctrineType.php ¦ CarbonImmutableType.php ¦ CarbonType.php ¦ CarbonTypeConverter.php ¦ DateTimeDefaultPrecision.php ¦ DateTimeImmutableType.php ¦ DateTimeType.php ¦ +---composer ¦ ¦ autoload_classmap.php ¦ ¦ autoload_files.php ¦ ¦ autoload_namespaces.php ¦ ¦ autoload_psr4.php ¦ ¦ autoload_real.php ¦ ¦ autoload_static.php ¦ ¦ ClassLoader.php ¦ ¦ installed.json ¦ ¦ installed.php ¦ ¦ InstalledVersions.php ¦ ¦ LICENSE ¦ ¦ platform_check.php ¦ ¦ ¦ +---pcre ¦ ¦ ¦ composer.json ¦ ¦ ¦ extension.neon ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ MatchAllResult.php ¦ ¦ ¦ MatchAllStrictGroupsResult.php ¦ ¦ ¦ MatchAllWithOffsetsResult.php ¦ ¦ ¦ MatchResult.php ¦ ¦ ¦ MatchStrictGroupsResult.php ¦ ¦ ¦ MatchWithOffsetsResult.php ¦ ¦ ¦ PcreException.php ¦ ¦ ¦ Preg.php ¦ ¦ ¦ Regex.php ¦ ¦ ¦ ReplaceResult.php ¦ ¦ ¦ UnexpectedNullMatchException.php ¦ ¦ ¦ ¦ ¦ +---PHPStan ¦ ¦ InvalidRegexPatternRule.php ¦ ¦ PregMatchFlags.php ¦ ¦ PregMatchParameterOutTypeExtension.php ¦ ¦ PregMatchTypeSpecifyingExtension.php ¦ ¦ PregReplaceCallbackClosureTypeExtension.php ¦ ¦ UnsafeStrictGroupsCallRule.php ¦ ¦ ¦ +---semver ¦ ¦ CHANGELOG.md ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ ¦ +---src ¦ ¦ Comparator.php ¦ ¦ CompilingMatcher.php ¦ ¦ Interval.php ¦ ¦ Intervals.php ¦ ¦ Semver.php ¦ ¦ VersionParser.php ¦ ¦ ¦ +---Constraint ¦ Bound.php ¦ Constraint.php ¦ ConstraintInterface.php ¦ MatchAllConstraint.php ¦ MatchNoneConstraint.php ¦ MultiConstraint.php ¦ +---dasprid ¦ +---enum ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ ¦ +---src ¦ ¦ AbstractEnum.php ¦ ¦ EnumMap.php ¦ ¦ NullValue.php ¦ ¦ ¦ +---Exception ¦ CloneNotSupportedException.php ¦ ExceptionInterface.php ¦ ExpectationException.php ¦ IllegalArgumentException.php ¦ MismatchException.php ¦ SerializeNotSupportedException.php ¦ UnserializeNotSupportedException.php ¦ +---dflydev ¦ +---dot-access-data ¦ ¦ CHANGELOG.md ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ ¦ +---src ¦ ¦ Data.php ¦ ¦ DataInterface.php ¦ ¦ Util.php ¦ ¦ ¦ +---Exception ¦ DataException.php ¦ InvalidPathException.php ¦ MissingPathException.php ¦ +---doctrine ¦ +---inflector ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---docs ¦ ¦ ¦ +---en ¦ ¦ ¦ index.rst ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ CachedWordInflector.php ¦ ¦ ¦ GenericLanguageInflectorFactory.php ¦ ¦ ¦ Inflector.php ¦ ¦ ¦ InflectorFactory.php ¦ ¦ ¦ Language.php ¦ ¦ ¦ LanguageInflectorFactory.php ¦ ¦ ¦ NoopWordInflector.php ¦ ¦ ¦ RulesetInflector.php ¦ ¦ ¦ WordInflector.php ¦ ¦ ¦ ¦ ¦ +---Rules ¦ ¦ ¦ Pattern.php ¦ ¦ ¦ Patterns.php ¦ ¦ ¦ Ruleset.php ¦ ¦ ¦ Substitution.php ¦ ¦ ¦ Substitutions.php ¦ ¦ ¦ Transformation.php ¦ ¦ ¦ Transformations.php ¦ ¦ ¦ Word.php ¦ ¦ ¦ ¦ ¦ +---English ¦ ¦ ¦ Inflectible.php ¦ ¦ ¦ InflectorFactory.php ¦ ¦ ¦ Rules.php ¦ ¦ ¦ Uninflected.php ¦ ¦ ¦ ¦ ¦ +---Esperanto ¦ ¦ ¦ Inflectible.php ¦ ¦ ¦ InflectorFactory.php ¦ ¦ ¦ Rules.php ¦ ¦ ¦ Uninflected.php ¦ ¦ ¦ ¦ ¦ +---French ¦ ¦ ¦ Inflectible.php ¦ ¦ ¦ InflectorFactory.php ¦ ¦ ¦ Rules.php ¦ ¦ ¦ Uninflected.php ¦ ¦ ¦ ¦ ¦ +---Italian ¦ ¦ ¦ Inflectible.php ¦ ¦ ¦ InflectorFactory.php ¦ ¦ ¦ Rules.php ¦ ¦ ¦ Uninflected.php ¦ ¦ ¦ ¦ ¦ +---NorwegianBokmal ¦ ¦ ¦ Inflectible.php ¦ ¦ ¦ InflectorFactory.php ¦ ¦ ¦ Rules.php ¦ ¦ ¦ Uninflected.php ¦ ¦ ¦ ¦ ¦ +---Portuguese ¦ ¦ ¦ Inflectible.php ¦ ¦ ¦ InflectorFactory.php ¦ ¦ ¦ Rules.php ¦ ¦ ¦ Uninflected.php ¦ ¦ ¦ ¦ ¦ +---Spanish ¦ ¦ ¦ Inflectible.php ¦ ¦ ¦ InflectorFactory.php ¦ ¦ ¦ Rules.php ¦ ¦ ¦ Uninflected.php ¦ ¦ ¦ ¦ ¦ +---Turkish ¦ ¦ Inflectible.php ¦ ¦ InflectorFactory.php ¦ ¦ Rules.php ¦ ¦ Uninflected.php ¦ ¦ ¦ +---lexer ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ UPGRADE.md ¦ ¦ ¦ +---src ¦ AbstractLexer.php ¦ Token.php ¦ +---dompdf ¦ +---dompdf ¦ ¦ ¦ AUTHORS.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE.LGPL ¦ ¦ ¦ phpunit.xml ¦ ¦ ¦ README.md ¦ ¦ ¦ VERSION ¦ ¦ ¦ ¦ ¦ +---lib ¦ ¦ ¦ ¦ Cpdf.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---fonts ¦ ¦ ¦ ¦ Courier-Bold.afm ¦ ¦ ¦ ¦ Courier-BoldOblique.afm ¦ ¦ ¦ ¦ Courier-Oblique.afm ¦ ¦ ¦ ¦ Courier.afm ¦ ¦ ¦ ¦ DejaVuSans-Bold.ttf ¦ ¦ ¦ ¦ DejaVuSans-Bold.ufm ¦ ¦ ¦ ¦ DejaVuSans-BoldOblique.ttf ¦ ¦ ¦ ¦ DejaVuSans-BoldOblique.ufm ¦ ¦ ¦ ¦ DejaVuSans-Oblique.ttf ¦ ¦ ¦ ¦ DejaVuSans-Oblique.ufm ¦ ¦ ¦ ¦ DejaVuSans.ttf ¦ ¦ ¦ ¦ DejaVuSans.ufm ¦ ¦ ¦ ¦ DejaVuSansMono-Bold.ttf ¦ ¦ ¦ ¦ DejaVuSansMono-Bold.ufm ¦ ¦ ¦ ¦ DejaVuSansMono-BoldOblique.ttf ¦ ¦ ¦ ¦ DejaVuSansMono-BoldOblique.ufm ¦ ¦ ¦ ¦ DejaVuSansMono-Oblique.ttf ¦ ¦ ¦ ¦ DejaVuSansMono-Oblique.ufm ¦ ¦ ¦ ¦ DejaVuSansMono.ttf ¦ ¦ ¦ ¦ DejaVuSansMono.ufm ¦ ¦ ¦ ¦ DejaVuSerif-Bold.ttf ¦ ¦ ¦ ¦ DejaVuSerif-Bold.ufm ¦ ¦ ¦ ¦ DejaVuSerif-BoldItalic.ttf ¦ ¦ ¦ ¦ DejaVuSerif-BoldItalic.ufm ¦ ¦ ¦ ¦ DejaVuSerif-Italic.ttf ¦ ¦ ¦ ¦ DejaVuSerif-Italic.ufm ¦ ¦ ¦ ¦ DejaVuSerif.ttf ¦ ¦ ¦ ¦ DejaVuSerif.ufm ¦ ¦ ¦ ¦ Helvetica-Bold.afm ¦ ¦ ¦ ¦ Helvetica-BoldOblique.afm ¦ ¦ ¦ ¦ Helvetica-Oblique.afm ¦ ¦ ¦ ¦ Helvetica.afm ¦ ¦ ¦ ¦ installed-fonts.dist.json ¦ ¦ ¦ ¦ mustRead.html ¦ ¦ ¦ ¦ Symbol.afm ¦ ¦ ¦ ¦ Times-Bold.afm ¦ ¦ ¦ ¦ Times-BoldItalic.afm ¦ ¦ ¦ ¦ Times-Italic.afm ¦ ¦ ¦ ¦ Times-Roman.afm ¦ ¦ ¦ ¦ ZapfDingbats.afm ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---res ¦ ¦ ¦ broken_image.png ¦ ¦ ¦ broken_image.svg ¦ ¦ ¦ html.css ¦ ¦ ¦ sRGB2014.icc ¦ ¦ ¦ sRGB2014.icc.LICENSE ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ Canvas.php ¦ ¦ ¦ CanvasFactory.php ¦ ¦ ¦ Cellmap.php ¦ ¦ ¦ Dompdf.php ¦ ¦ ¦ Exception.php ¦ ¦ ¦ FontMetrics.php ¦ ¦ ¦ Frame.php ¦ ¦ ¦ Helpers.php ¦ ¦ ¦ JavascriptEmbedder.php ¦ ¦ ¦ LineBox.php ¦ ¦ ¦ Options.php ¦ ¦ ¦ PhpEvaluator.php ¦ ¦ ¦ Renderer.php ¦ ¦ ¦ ¦ ¦ +---Adapter ¦ ¦ ¦ CPDF.php ¦ ¦ ¦ GD.php ¦ ¦ ¦ PDFLib.php ¦ ¦ ¦ ¦ ¦ +---Css ¦ ¦ ¦ ¦ AttributeTranslator.php ¦ ¦ ¦ ¦ Color.php ¦ ¦ ¦ ¦ Style.php ¦ ¦ ¦ ¦ Stylesheet.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Content ¦ ¦ ¦ Attr.php ¦ ¦ ¦ CloseQuote.php ¦ ¦ ¦ ContentPart.php ¦ ¦ ¦ Counter.php ¦ ¦ ¦ Counters.php ¦ ¦ ¦ NoCloseQuote.php ¦ ¦ ¦ NoOpenQuote.php ¦ ¦ ¦ OpenQuote.php ¦ ¦ ¦ StringPart.php ¦ ¦ ¦ Url.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ ImageException.php ¦ ¦ ¦ ¦ ¦ +---Frame ¦ ¦ ¦ Factory.php ¦ ¦ ¦ FrameListIterator.php ¦ ¦ ¦ FrameTree.php ¦ ¦ ¦ FrameTreeIterator.php ¦ ¦ ¦ ¦ ¦ +---FrameDecorator ¦ ¦ ¦ AbstractFrameDecorator.php ¦ ¦ ¦ Block.php ¦ ¦ ¦ Image.php ¦ ¦ ¦ Inline.php ¦ ¦ ¦ ListBullet.php ¦ ¦ ¦ ListBulletImage.php ¦ ¦ ¦ NullFrameDecorator.php ¦ ¦ ¦ Page.php ¦ ¦ ¦ Table.php ¦ ¦ ¦ TableCell.php ¦ ¦ ¦ TableRow.php ¦ ¦ ¦ TableRowGroup.php ¦ ¦ ¦ Text.php ¦ ¦ ¦ ¦ ¦ +---FrameReflower ¦ ¦ ¦ AbstractFrameReflower.php ¦ ¦ ¦ Block.php ¦ ¦ ¦ Image.php ¦ ¦ ¦ Inline.php ¦ ¦ ¦ ListBullet.php ¦ ¦ ¦ NullFrameReflower.php ¦ ¦ ¦ Page.php ¦ ¦ ¦ Table.php ¦ ¦ ¦ TableCell.php ¦ ¦ ¦ TableRow.php ¦ ¦ ¦ TableRowGroup.php ¦ ¦ ¦ Text.php ¦ ¦ ¦ ¦ ¦ +---Image ¦ ¦ ¦ Cache.php ¦ ¦ ¦ ¦ ¦ +---Positioner ¦ ¦ ¦ Absolute.php ¦ ¦ ¦ AbstractPositioner.php ¦ ¦ ¦ Block.php ¦ ¦ ¦ Fixed.php ¦ ¦ ¦ Inline.php ¦ ¦ ¦ ListBullet.php ¦ ¦ ¦ NullPositioner.php ¦ ¦ ¦ TableCell.php ¦ ¦ ¦ TableRow.php ¦ ¦ ¦ ¦ ¦ +---Renderer ¦ ¦ AbstractRenderer.php ¦ ¦ Block.php ¦ ¦ Image.php ¦ ¦ Inline.php ¦ ¦ ListBullet.php ¦ ¦ TableCell.php ¦ ¦ TableRow.php ¦ ¦ TableRowGroup.php ¦ ¦ Text.php ¦ ¦ ¦ +---php-font-lib ¦ ¦ ¦ AUTHORS.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---maps ¦ ¦ ¦ adobe-standard-encoding.map ¦ ¦ ¦ cp1250.map ¦ ¦ ¦ cp1251.map ¦ ¦ ¦ cp1252.map ¦ ¦ ¦ cp1253.map ¦ ¦ ¦ cp1254.map ¦ ¦ ¦ cp1255.map ¦ ¦ ¦ cp1257.map ¦ ¦ ¦ cp1258.map ¦ ¦ ¦ cp874.map ¦ ¦ ¦ iso-8859-1.map ¦ ¦ ¦ iso-8859-11.map ¦ ¦ ¦ iso-8859-15.map ¦ ¦ ¦ iso-8859-16.map ¦ ¦ ¦ iso-8859-2.map ¦ ¦ ¦ iso-8859-4.map ¦ ¦ ¦ iso-8859-5.map ¦ ¦ ¦ iso-8859-7.map ¦ ¦ ¦ iso-8859-9.map ¦ ¦ ¦ koi8-r.map ¦ ¦ ¦ koi8-u.map ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ +---FontLib ¦ ¦ ¦ AdobeFontMetrics.php ¦ ¦ ¦ BinaryStream.php ¦ ¦ ¦ EncodingMap.php ¦ ¦ ¦ Font.php ¦ ¦ ¦ Header.php ¦ ¦ ¦ ¦ ¦ +---EOT ¦ ¦ ¦ File.php ¦ ¦ ¦ Header.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ FontNotFoundException.php ¦ ¦ ¦ ¦ ¦ +---Glyph ¦ ¦ ¦ Outline.php ¦ ¦ ¦ OutlineComponent.php ¦ ¦ ¦ OutlineComposite.php ¦ ¦ ¦ OutlineSimple.php ¦ ¦ ¦ ¦ ¦ +---OpenType ¦ ¦ ¦ File.php ¦ ¦ ¦ TableDirectoryEntry.php ¦ ¦ ¦ ¦ ¦ +---Table ¦ ¦ ¦ ¦ DirectoryEntry.php ¦ ¦ ¦ ¦ Table.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Type ¦ ¦ ¦ cmap.php ¦ ¦ ¦ cvt.php ¦ ¦ ¦ fpgm.php ¦ ¦ ¦ glyf.php ¦ ¦ ¦ head.php ¦ ¦ ¦ hhea.php ¦ ¦ ¦ hmtx.php ¦ ¦ ¦ kern.php ¦ ¦ ¦ loca.php ¦ ¦ ¦ maxp.php ¦ ¦ ¦ name.php ¦ ¦ ¦ nameRecord.php ¦ ¦ ¦ os2.php ¦ ¦ ¦ post.php ¦ ¦ ¦ prep.php ¦ ¦ ¦ ¦ ¦ +---TrueType ¦ ¦ ¦ Collection.php ¦ ¦ ¦ File.php ¦ ¦ ¦ Header.php ¦ ¦ ¦ TableDirectoryEntry.php ¦ ¦ ¦ ¦ ¦ +---WOFF ¦ ¦ File.php ¦ ¦ Header.php ¦ ¦ TableDirectoryEntry.php ¦ ¦ ¦ +---php-svg-lib ¦ ¦ AUTHORS.md ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ ¦ +---src ¦ +---Svg ¦ ¦ CssLength.php ¦ ¦ DefaultStyle.php ¦ ¦ Document.php ¦ ¦ Style.php ¦ ¦ ¦ +---Gradient ¦ ¦ Stop.php ¦ ¦ ¦ +---Surface ¦ ¦ CPdf.php ¦ ¦ SurfaceCpdf.php ¦ ¦ SurfaceInterface.php ¦ ¦ SurfacePDFLib.php ¦ ¦ ¦ +---Tag ¦ AbstractTag.php ¦ Anchor.php ¦ Circle.php ¦ ClipPath.php ¦ Ellipse.php ¦ Group.php ¦ Image.php ¦ Line.php ¦ LinearGradient.php ¦ Path.php ¦ Polygon.php ¦ Polyline.php ¦ RadialGradient.php ¦ Rect.php ¦ Shape.php ¦ Stop.php ¦ StyleTag.php ¦ Symbol.php ¦ Text.php ¦ UseTag.php ¦ +---dragonmantank ¦ +---cron-expression ¦ ¦ CHANGELOG.md ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ ¦ +---src ¦ +---Cron ¦ AbstractField.php ¦ CronExpression.php ¦ DayOfMonthField.php ¦ DayOfWeekField.php ¦ FieldFactory.php ¦ FieldFactoryInterface.php ¦ FieldInterface.php ¦ HoursField.php ¦ MinutesField.php ¦ MonthField.php ¦ +---egulias ¦ +---email-validator ¦ ¦ composer.json ¦ ¦ CONTRIBUTING.md ¦ ¦ LICENSE ¦ ¦ ¦ +---src ¦ ¦ EmailLexer.php ¦ ¦ EmailParser.php ¦ ¦ EmailValidator.php ¦ ¦ MessageIDParser.php ¦ ¦ Parser.php ¦ ¦ ¦ +---Parser ¦ ¦ ¦ Comment.php ¦ ¦ ¦ DomainLiteral.php ¦ ¦ ¦ DomainPart.php ¦ ¦ ¦ DoubleQuote.php ¦ ¦ ¦ FoldingWhiteSpace.php ¦ ¦ ¦ IDLeftPart.php ¦ ¦ ¦ IDRightPart.php ¦ ¦ ¦ LocalPart.php ¦ ¦ ¦ PartParser.php ¦ ¦ ¦ ¦ ¦ +---CommentStrategy ¦ ¦ CommentStrategy.php ¦ ¦ DomainComment.php ¦ ¦ LocalComment.php ¦ ¦ ¦ +---Result ¦ ¦ ¦ InvalidEmail.php ¦ ¦ ¦ MultipleErrors.php ¦ ¦ ¦ Result.php ¦ ¦ ¦ SpoofEmail.php ¦ ¦ ¦ ValidEmail.php ¦ ¦ ¦ ¦ ¦ +---Reason ¦ ¦ AtextAfterCFWS.php ¦ ¦ CharNotAllowed.php ¦ ¦ CommaInDomain.php ¦ ¦ CommentsInIDRight.php ¦ ¦ ConsecutiveAt.php ¦ ¦ ConsecutiveDot.php ¦ ¦ CRLFAtTheEnd.php ¦ ¦ CRLFX2.php ¦ ¦ CRNoLF.php ¦ ¦ DetailedReason.php ¦ ¦ DomainAcceptsNoMail.php ¦ ¦ DomainHyphened.php ¦ ¦ DomainTooLong.php ¦ ¦ DotAtEnd.php ¦ ¦ DotAtStart.php ¦ ¦ EmptyReason.php ¦ ¦ ExceptionFound.php ¦ ¦ ExpectingATEXT.php ¦ ¦ ExpectingCTEXT.php ¦ ¦ ExpectingDomainLiteralClose.php ¦ ¦ ExpectingDTEXT.php ¦ ¦ LabelTooLong.php ¦ ¦ LocalOrReservedDomain.php ¦ ¦ NoDNSRecord.php ¦ ¦ NoDomainPart.php ¦ ¦ NoLocalPart.php ¦ ¦ Reason.php ¦ ¦ RFCWarnings.php ¦ ¦ SpoofEmail.php ¦ ¦ UnableToGetDNSRecord.php ¦ ¦ UnclosedComment.php ¦ ¦ UnclosedQuotedString.php ¦ ¦ UnOpenedComment.php ¦ ¦ UnusualElements.php ¦ ¦ ¦ +---Validation ¦ ¦ ¦ DNSCheckValidation.php ¦ ¦ ¦ DNSGetRecordWrapper.php ¦ ¦ ¦ DNSRecords.php ¦ ¦ ¦ EmailValidation.php ¦ ¦ ¦ MessageIDValidation.php ¦ ¦ ¦ MultipleValidationWithAnd.php ¦ ¦ ¦ NoRFCWarningsValidation.php ¦ ¦ ¦ RFCValidation.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ EmptyValidationList.php ¦ ¦ ¦ ¦ ¦ +---Extra ¦ ¦ SpoofCheckValidation.php ¦ ¦ ¦ +---Warning ¦ AddressLiteral.php ¦ CFWSNearAt.php ¦ CFWSWithFWS.php ¦ Comment.php ¦ DeprecatedComment.php ¦ DomainLiteral.php ¦ EmailTooLong.php ¦ IPV6BadChar.php ¦ IPV6ColonEnd.php ¦ IPV6ColonStart.php ¦ IPV6Deprecated.php ¦ IPV6DoubleColon.php ¦ IPV6GroupCount.php ¦ IPV6MaxGroups.php ¦ LocalTooLong.php ¦ NoDNSMXRecord.php ¦ ObsoleteDTEXT.php ¦ QuotedPart.php ¦ QuotedString.php ¦ TLD.php ¦ Warning.php ¦ +---ezyang ¦ +---htmlpurifier ¦ ¦ composer.json ¦ ¦ CREDITS ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ VERSION ¦ ¦ ¦ +---library ¦ ¦ HTMLPurifier.auto.php ¦ ¦ HTMLPurifier.autoload-legacy.php ¦ ¦ HTMLPurifier.autoload.php ¦ ¦ HTMLPurifier.composer.php ¦ ¦ HTMLPurifier.func.php ¦ ¦ HTMLPurifier.includes.php ¦ ¦ HTMLPurifier.kses.php ¦ ¦ HTMLPurifier.path.php ¦ ¦ HTMLPurifier.php ¦ ¦ HTMLPurifier.safe-includes.php ¦ ¦ ¦ +---HTMLPurifier ¦ ¦ Arborize.php ¦ ¦ AttrCollections.php ¦ ¦ AttrDef.php ¦ ¦ AttrTransform.php ¦ ¦ AttrTypes.php ¦ ¦ AttrValidator.php ¦ ¦ Bootstrap.php ¦ ¦ ChildDef.php ¦ ¦ Config.php ¦ ¦ ConfigSchema.php ¦ ¦ ContentSets.php ¦ ¦ Context.php ¦ ¦ CSSDefinition.php ¦ ¦ Definition.php ¦ ¦ DefinitionCache.php ¦ ¦ DefinitionCacheFactory.php ¦ ¦ Doctype.php ¦ ¦ DoctypeRegistry.php ¦ ¦ ElementDef.php ¦ ¦ Encoder.php ¦ ¦ EntityLookup.php ¦ ¦ EntityParser.php ¦ ¦ ErrorCollector.php ¦ ¦ ErrorStruct.php ¦ ¦ Exception.php ¦ ¦ Filter.php ¦ ¦ Generator.php ¦ ¦ HTMLDefinition.php ¦ ¦ HTMLModule.php ¦ ¦ HTMLModuleManager.php ¦ ¦ IDAccumulator.php ¦ ¦ Injector.php ¦ ¦ Language.php ¦ ¦ LanguageFactory.php ¦ ¦ Length.php ¦ ¦ Lexer.php ¦ ¦ Node.php ¦ ¦ PercentEncoder.php ¦ ¦ Printer.php ¦ ¦ PropertyList.php ¦ ¦ PropertyListIterator.php ¦ ¦ Queue.php ¦ ¦ Strategy.php ¦ ¦ StringHash.php ¦ ¦ StringHashParser.php ¦ ¦ TagTransform.php ¦ ¦ Token.php ¦ ¦ TokenFactory.php ¦ ¦ UnitConverter.php ¦ ¦ URI.php ¦ ¦ URIDefinition.php ¦ ¦ URIFilter.php ¦ ¦ URIParser.php ¦ ¦ URIScheme.php ¦ ¦ URISchemeRegistry.php ¦ ¦ VarParser.php ¦ ¦ VarParserException.php ¦ ¦ Zipper.php ¦ ¦ ¦ +---AttrDef ¦ ¦ ¦ Clone.php ¦ ¦ ¦ CSS.php ¦ ¦ ¦ Enum.php ¦ ¦ ¦ Integer.php ¦ ¦ ¦ Lang.php ¦ ¦ ¦ Switch.php ¦ ¦ ¦ Text.php ¦ ¦ ¦ URI.php ¦ ¦ ¦ ¦ ¦ +---CSS ¦ ¦ ¦ AlphaValue.php ¦ ¦ ¦ Background.php ¦ ¦ ¦ BackgroundPosition.php ¦ ¦ ¦ Border.php ¦ ¦ ¦ Color.php ¦ ¦ ¦ Composite.php ¦ ¦ ¦ DenyElementDecorator.php ¦ ¦ ¦ Filter.php ¦ ¦ ¦ Font.php ¦ ¦ ¦ FontFamily.php ¦ ¦ ¦ Ident.php ¦ ¦ ¦ ImportantDecorator.php ¦ ¦ ¦ Length.php ¦ ¦ ¦ ListStyle.php ¦ ¦ ¦ Multiple.php ¦ ¦ ¦ Number.php ¦ ¦ ¦ Percentage.php ¦ ¦ ¦ Ratio.php ¦ ¦ ¦ TextDecoration.php ¦ ¦ ¦ URI.php ¦ ¦ ¦ ¦ ¦ +---HTML ¦ ¦ ¦ Bool.php ¦ ¦ ¦ Class.php ¦ ¦ ¦ Color.php ¦ ¦ ¦ ContentEditable.php ¦ ¦ ¦ FrameTarget.php ¦ ¦ ¦ ID.php ¦ ¦ ¦ Length.php ¦ ¦ ¦ LinkTypes.php ¦ ¦ ¦ MultiLength.php ¦ ¦ ¦ Nmtokens.php ¦ ¦ ¦ Pixels.php ¦ ¦ ¦ ¦ ¦ +---URI ¦ ¦ ¦ Email.php ¦ ¦ ¦ Host.php ¦ ¦ ¦ IPv4.php ¦ ¦ ¦ IPv6.php ¦ ¦ ¦ ¦ ¦ +---Email ¦ ¦ SimpleCheck.php ¦ ¦ ¦ +---AttrTransform ¦ ¦ Background.php ¦ ¦ BdoDir.php ¦ ¦ BgColor.php ¦ ¦ BoolToCSS.php ¦ ¦ Border.php ¦ ¦ EnumToCSS.php ¦ ¦ ImgRequired.php ¦ ¦ ImgSpace.php ¦ ¦ Input.php ¦ ¦ Lang.php ¦ ¦ Length.php ¦ ¦ Name.php ¦ ¦ NameSync.php ¦ ¦ Nofollow.php ¦ ¦ SafeEmbed.php ¦ ¦ SafeObject.php ¦ ¦ SafeParam.php ¦ ¦ ScriptRequired.php ¦ ¦ TargetBlank.php ¦ ¦ TargetNoopener.php ¦ ¦ TargetNoreferrer.php ¦ ¦ Textarea.php ¦ ¦ ¦ +---ChildDef ¦ ¦ Chameleon.php ¦ ¦ Custom.php ¦ ¦ Empty.php ¦ ¦ List.php ¦ ¦ Optional.php ¦ ¦ Required.php ¦ ¦ StrictBlockquote.php ¦ ¦ Table.php ¦ ¦ ¦ +---ConfigSchema ¦ ¦ ¦ Exception.php ¦ ¦ ¦ Interchange.php ¦ ¦ ¦ InterchangeBuilder.php ¦ ¦ ¦ schema.ser ¦ ¦ ¦ Validator.php ¦ ¦ ¦ ValidatorAtom.php ¦ ¦ ¦ ¦ ¦ +---Builder ¦ ¦ ¦ ConfigSchema.php ¦ ¦ ¦ Xml.php ¦ ¦ ¦ ¦ ¦ +---Interchange ¦ ¦ ¦ Directive.php ¦ ¦ ¦ Id.php ¦ ¦ ¦ ¦ ¦ +---schema ¦ ¦ Attr.AllowedClasses.txt ¦ ¦ Attr.AllowedFrameTargets.txt ¦ ¦ Attr.AllowedRel.txt ¦ ¦ Attr.AllowedRev.txt ¦ ¦ Attr.ClassUseCDATA.txt ¦ ¦ Attr.DefaultImageAlt.txt ¦ ¦ Attr.DefaultInvalidImage.txt ¦ ¦ Attr.DefaultInvalidImageAlt.txt ¦ ¦ Attr.DefaultTextDir.txt ¦ ¦ Attr.EnableID.txt ¦ ¦ Attr.ForbiddenClasses.txt ¦ ¦ Attr.ID.HTML5.txt ¦ ¦ Attr.IDBlacklist.txt ¦ ¦ Attr.IDBlacklistRegexp.txt ¦ ¦ Attr.IDPrefix.txt ¦ ¦ Attr.IDPrefixLocal.txt ¦ ¦ AutoFormat.AutoParagraph.txt ¦ ¦ AutoFormat.Custom.txt ¦ ¦ AutoFormat.DisplayLinkURI.txt ¦ ¦ AutoFormat.Linkify.txt ¦ ¦ AutoFormat.PurifierLinkify.DocURL.txt ¦ ¦ AutoFormat.PurifierLinkify.txt ¦ ¦ AutoFormat.RemoveEmpty.Predicate.txt ¦ ¦ AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt ¦ ¦ AutoFormat.RemoveEmpty.RemoveNbsp.txt ¦ ¦ AutoFormat.RemoveEmpty.txt ¦ ¦ AutoFormat.RemoveSpansWithoutAttributes.txt ¦ ¦ Cache.DefinitionImpl.txt ¦ ¦ Cache.SerializerPath.txt ¦ ¦ Cache.SerializerPermissions.txt ¦ ¦ Core.AggressivelyFixLt.txt ¦ ¦ Core.AggressivelyRemoveScript.txt ¦ ¦ Core.AllowHostnameUnderscore.txt ¦ ¦ Core.AllowParseManyTags.txt ¦ ¦ Core.CollectErrors.txt ¦ ¦ Core.ColorKeywords.txt ¦ ¦ Core.ConvertDocumentToFragment.txt ¦ ¦ Core.DirectLexLineNumberSyncInterval.txt ¦ ¦ Core.DisableExcludes.txt ¦ ¦ Core.EnableIDNA.txt ¦ ¦ Core.Encoding.txt ¦ ¦ Core.EscapeInvalidChildren.txt ¦ ¦ Core.EscapeInvalidTags.txt ¦ ¦ Core.EscapeNonASCIICharacters.txt ¦ ¦ Core.HiddenElements.txt ¦ ¦ Core.Language.txt ¦ ¦ Core.LegacyEntityDecoder.txt ¦ ¦ Core.LexerImpl.txt ¦ ¦ Core.MaintainLineNumbers.txt ¦ ¦ Core.NormalizeNewlines.txt ¦ ¦ Core.RemoveBlanks.txt ¦ ¦ Core.RemoveInvalidImg.txt ¦ ¦ Core.RemoveProcessingInstructions.txt ¦ ¦ Core.RemoveScriptContents.txt ¦ ¦ CSS.AllowDuplicates.txt ¦ ¦ CSS.AllowedFonts.txt ¦ ¦ CSS.AllowedProperties.txt ¦ ¦ CSS.AllowImportant.txt ¦ ¦ CSS.AllowTricky.txt ¦ ¦ CSS.DefinitionRev.txt ¦ ¦ CSS.ForbiddenProperties.txt ¦ ¦ CSS.MaxImgLength.txt ¦ ¦ CSS.Proprietary.txt ¦ ¦ CSS.Trusted.txt ¦ ¦ Filter.Custom.txt ¦ ¦ Filter.ExtractStyleBlocks.Escaping.txt ¦ ¦ Filter.ExtractStyleBlocks.Scope.txt ¦ ¦ Filter.ExtractStyleBlocks.TidyImpl.txt ¦ ¦ Filter.ExtractStyleBlocks.txt ¦ ¦ Filter.YouTube.txt ¦ ¦ HTML.Allowed.txt ¦ ¦ HTML.AllowedAttributes.txt ¦ ¦ HTML.AllowedComments.txt ¦ ¦ HTML.AllowedCommentsRegexp.txt ¦ ¦ HTML.AllowedElements.txt ¦ ¦ HTML.AllowedModules.txt ¦ ¦ HTML.Attr.Name.UseCDATA.txt ¦ ¦ HTML.BlockWrapper.txt ¦ ¦ HTML.CoreModules.txt ¦ ¦ HTML.CustomDoctype.txt ¦ ¦ HTML.DefinitionID.txt ¦ ¦ HTML.DefinitionRev.txt ¦ ¦ HTML.Doctype.txt ¦ ¦ HTML.FlashAllowFullScreen.txt ¦ ¦ HTML.ForbiddenAttributes.txt ¦ ¦ HTML.ForbiddenElements.txt ¦ ¦ HTML.Forms.txt ¦ ¦ HTML.MaxImgLength.txt ¦ ¦ HTML.Nofollow.txt ¦ ¦ HTML.Parent.txt ¦ ¦ HTML.Proprietary.txt ¦ ¦ HTML.SafeEmbed.txt ¦ ¦ HTML.SafeIframe.txt ¦ ¦ HTML.SafeObject.txt ¦ ¦ HTML.SafeScripting.txt ¦ ¦ HTML.Strict.txt ¦ ¦ HTML.TargetBlank.txt ¦ ¦ HTML.TargetNoopener.txt ¦ ¦ HTML.TargetNoreferrer.txt ¦ ¦ HTML.TidyAdd.txt ¦ ¦ HTML.TidyLevel.txt ¦ ¦ HTML.TidyRemove.txt ¦ ¦ HTML.Trusted.txt ¦ ¦ HTML.XHTML.txt ¦ ¦ info.ini ¦ ¦ Output.CommentScriptContents.txt ¦ ¦ Output.FixInnerHTML.txt ¦ ¦ Output.FlashCompat.txt ¦ ¦ Output.Newline.txt ¦ ¦ Output.SortAttr.txt ¦ ¦ Output.TidyFormat.txt ¦ ¦ Test.ForceNoIconv.txt ¦ ¦ URI.AllowedSchemes.txt ¦ ¦ URI.Base.txt ¦ ¦ URI.DefaultScheme.txt ¦ ¦ URI.DefinitionID.txt ¦ ¦ URI.DefinitionRev.txt ¦ ¦ URI.Disable.txt ¦ ¦ URI.DisableExternal.txt ¦ ¦ URI.DisableExternalResources.txt ¦ ¦ URI.DisableResources.txt ¦ ¦ URI.Host.txt ¦ ¦ URI.HostBlacklist.txt ¦ ¦ URI.MakeAbsolute.txt ¦ ¦ URI.Munge.txt ¦ ¦ URI.MungeResources.txt ¦ ¦ URI.MungeSecretKey.txt ¦ ¦ URI.OverrideAllowedSchemes.txt ¦ ¦ URI.SafeIframeRegexp.txt ¦ ¦ ¦ +---DefinitionCache ¦ ¦ ¦ Decorator.php ¦ ¦ ¦ Null.php ¦ ¦ ¦ Serializer.php ¦ ¦ ¦ ¦ ¦ +---Decorator ¦ ¦ ¦ Cleanup.php ¦ ¦ ¦ Memory.php ¦ ¦ ¦ Template.php.in ¦ ¦ ¦ ¦ ¦ +---Serializer ¦ ¦ README ¦ ¦ ¦ +---EntityLookup ¦ ¦ entities.ser ¦ ¦ ¦ +---Filter ¦ ¦ ExtractStyleBlocks.php ¦ ¦ YouTube.php ¦ ¦ ¦ +---HTMLModule ¦ ¦ ¦ Bdo.php ¦ ¦ ¦ CommonAttributes.php ¦ ¦ ¦ Edit.php ¦ ¦ ¦ Forms.php ¦ ¦ ¦ Hypertext.php ¦ ¦ ¦ Iframe.php ¦ ¦ ¦ Image.php ¦ ¦ ¦ Legacy.php ¦ ¦ ¦ List.php ¦ ¦ ¦ Name.php ¦ ¦ ¦ Nofollow.php ¦ ¦ ¦ NonXMLCommonAttributes.php ¦ ¦ ¦ Object.php ¦ ¦ ¦ Presentation.php ¦ ¦ ¦ Proprietary.php ¦ ¦ ¦ Ruby.php ¦ ¦ ¦ SafeEmbed.php ¦ ¦ ¦ SafeObject.php ¦ ¦ ¦ SafeScripting.php ¦ ¦ ¦ Scripting.php ¦ ¦ ¦ StyleAttribute.php ¦ ¦ ¦ Tables.php ¦ ¦ ¦ Target.php ¦ ¦ ¦ TargetBlank.php ¦ ¦ ¦ TargetNoopener.php ¦ ¦ ¦ TargetNoreferrer.php ¦ ¦ ¦ Text.php ¦ ¦ ¦ Tidy.php ¦ ¦ ¦ XMLCommonAttributes.php ¦ ¦ ¦ ¦ ¦ +---Tidy ¦ ¦ Name.php ¦ ¦ Proprietary.php ¦ ¦ Strict.php ¦ ¦ Transitional.php ¦ ¦ XHTML.php ¦ ¦ XHTMLAndHTML4.php ¦ ¦ ¦ +---Injector ¦ ¦ AutoParagraph.php ¦ ¦ DisplayLinkURI.php ¦ ¦ Linkify.php ¦ ¦ PurifierLinkify.php ¦ ¦ RemoveEmpty.php ¦ ¦ RemoveSpansWithoutAttributes.php ¦ ¦ SafeObject.php ¦ ¦ ¦ +---Language ¦ ¦ +---messages ¦ ¦ en.php ¦ ¦ ¦ +---Lexer ¦ ¦ DirectLex.php ¦ ¦ DOMLex.php ¦ ¦ PH5P.php ¦ ¦ ¦ +---Node ¦ ¦ Comment.php ¦ ¦ Element.php ¦ ¦ Text.php ¦ ¦ ¦ +---Printer ¦ ¦ ConfigForm.css ¦ ¦ ConfigForm.js ¦ ¦ ConfigForm.php ¦ ¦ CSSDefinition.php ¦ ¦ HTMLDefinition.php ¦ ¦ ¦ +---Strategy ¦ ¦ Composite.php ¦ ¦ Core.php ¦ ¦ FixNesting.php ¦ ¦ MakeWellFormed.php ¦ ¦ RemoveForeignElements.php ¦ ¦ ValidateAttributes.php ¦ ¦ ¦ +---TagTransform ¦ ¦ Font.php ¦ ¦ Simple.php ¦ ¦ ¦ +---Token ¦ ¦ Comment.php ¦ ¦ Empty.php ¦ ¦ End.php ¦ ¦ Start.php ¦ ¦ Tag.php ¦ ¦ Text.php ¦ ¦ ¦ +---URIFilter ¦ ¦ DisableExternal.php ¦ ¦ DisableExternalResources.php ¦ ¦ DisableResources.php ¦ ¦ HostBlacklist.php ¦ ¦ MakeAbsolute.php ¦ ¦ Munge.php ¦ ¦ SafeIframe.php ¦ ¦ ¦ +---URIScheme ¦ ¦ data.php ¦ ¦ file.php ¦ ¦ ftp.php ¦ ¦ http.php ¦ ¦ https.php ¦ ¦ mailto.php ¦ ¦ news.php ¦ ¦ nntp.php ¦ ¦ tel.php ¦ ¦ ¦ +---VarParser ¦ Flexible.php ¦ Native.php ¦ +---fakerphp ¦ +---faker ¦ ¦ CHANGELOG.md ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ rector-migrate.php ¦ ¦ ¦ +---src ¦ ¦ autoload.php ¦ ¦ ¦ +---Faker ¦ ¦ ChanceGenerator.php ¦ ¦ DefaultGenerator.php ¦ ¦ Documentor.php ¦ ¦ Factory.php ¦ ¦ Generator.php ¦ ¦ UniqueGenerator.php ¦ ¦ ValidGenerator.php ¦ ¦ ¦ +---Calculator ¦ ¦ Ean.php ¦ ¦ Iban.php ¦ ¦ Inn.php ¦ ¦ Isbn.php ¦ ¦ Luhn.php ¦ ¦ TCNo.php ¦ ¦ ¦ +---Container ¦ ¦ Container.php ¦ ¦ ContainerBuilder.php ¦ ¦ ContainerException.php ¦ ¦ ContainerInterface.php ¦ ¦ NotInContainerException.php ¦ ¦ ¦ +---Core ¦ ¦ Barcode.php ¦ ¦ Blood.php ¦ ¦ Color.php ¦ ¦ Coordinates.php ¦ ¦ DateTime.php ¦ ¦ File.php ¦ ¦ Number.php ¦ ¦ Uuid.php ¦ ¦ Version.php ¦ ¦ ¦ +---Extension ¦ ¦ AddressExtension.php ¦ ¦ BarcodeExtension.php ¦ ¦ BloodExtension.php ¦ ¦ ColorExtension.php ¦ ¦ CompanyExtension.php ¦ ¦ CountryExtension.php ¦ ¦ DateTimeExtension.php ¦ ¦ Extension.php ¦ ¦ ExtensionNotFound.php ¦ ¦ FileExtension.php ¦ ¦ GeneratorAwareExtension.php ¦ ¦ GeneratorAwareExtensionTrait.php ¦ ¦ Helper.php ¦ ¦ NumberExtension.php ¦ ¦ PersonExtension.php ¦ ¦ PhoneNumberExtension.php ¦ ¦ UuidExtension.php ¦ ¦ VersionExtension.php ¦ ¦ ¦ +---Guesser ¦ ¦ Name.php ¦ ¦ ¦ +---ORM ¦ ¦ +---CakePHP ¦ ¦ ¦ ColumnTypeGuesser.php ¦ ¦ ¦ EntityPopulator.php ¦ ¦ ¦ Populator.php ¦ ¦ ¦ ¦ ¦ +---Doctrine ¦ ¦ ¦ backward-compatibility.php ¦ ¦ ¦ ColumnTypeGuesser.php ¦ ¦ ¦ EntityPopulator.php ¦ ¦ ¦ Populator.php ¦ ¦ ¦ ¦ ¦ +---Mandango ¦ ¦ ¦ ColumnTypeGuesser.php ¦ ¦ ¦ EntityPopulator.php ¦ ¦ ¦ Populator.php ¦ ¦ ¦ ¦ ¦ +---Propel ¦ ¦ ¦ ColumnTypeGuesser.php ¦ ¦ ¦ EntityPopulator.php ¦ ¦ ¦ Populator.php ¦ ¦ ¦ ¦ ¦ +---Propel2 ¦ ¦ ¦ ColumnTypeGuesser.php ¦ ¦ ¦ EntityPopulator.php ¦ ¦ ¦ Populator.php ¦ ¦ ¦ ¦ ¦ +---Spot ¦ ¦ ColumnTypeGuesser.php ¦ ¦ EntityPopulator.php ¦ ¦ Populator.php ¦ ¦ ¦ +---Provider ¦ ¦ Address.php ¦ ¦ Barcode.php ¦ ¦ Base.php ¦ ¦ Biased.php ¦ ¦ Color.php ¦ ¦ Company.php ¦ ¦ DateTime.php ¦ ¦ File.php ¦ ¦ HtmlLorem.php ¦ ¦ Image.php ¦ ¦ Internet.php ¦ ¦ Lorem.php ¦ ¦ Medical.php ¦ ¦ Miscellaneous.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ Text.php ¦ ¦ UserAgent.php ¦ ¦ Uuid.php ¦ ¦ ¦ +---ar_EG ¦ ¦ Address.php ¦ ¦ Color.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ Text.php ¦ ¦ ¦ +---ar_JO ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Person.php ¦ ¦ Text.php ¦ ¦ ¦ +---ar_SA ¦ ¦ Address.php ¦ ¦ Color.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ Text.php ¦ ¦ ¦ +---at_AT ¦ ¦ Payment.php ¦ ¦ ¦ +---bg_BG ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---bn_BD ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ Utils.php ¦ ¦ ¦ +---cs_CZ ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ DateTime.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ Text.php ¦ ¦ ¦ +---da_DK ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---de_AT ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ Text.php ¦ ¦ ¦ +---de_CH ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ Text.php ¦ ¦ ¦ +---de_DE ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ Text.php ¦ ¦ ¦ +---el_CY ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---el_GR ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ Text.php ¦ ¦ ¦ +---en_AU ¦ ¦ Address.php ¦ ¦ Internet.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---en_CA ¦ ¦ Address.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---en_GB ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---en_HK ¦ ¦ Address.php ¦ ¦ Internet.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---en_IN ¦ ¦ Address.php ¦ ¦ Internet.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---en_NG ¦ ¦ Address.php ¦ ¦ Internet.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---en_NZ ¦ ¦ Address.php ¦ ¦ Internet.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---en_PH ¦ ¦ Address.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---en_SG ¦ ¦ Address.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---en_UG ¦ ¦ Address.php ¦ ¦ Internet.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---en_US ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ Text.php ¦ ¦ ¦ +---en_ZA ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---es_AR ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---es_ES ¦ ¦ Address.php ¦ ¦ Color.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ Text.php ¦ ¦ ¦ +---es_PE ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---es_VE ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---et_EE ¦ ¦ Person.php ¦ ¦ ¦ +---fa_IR ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ Text.php ¦ ¦ ¦ +---fi_FI ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---fr_BE ¦ ¦ Address.php ¦ ¦ Color.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---fr_CA ¦ ¦ Address.php ¦ ¦ Color.php ¦ ¦ Company.php ¦ ¦ Person.php ¦ ¦ Text.php ¦ ¦ ¦ +---fr_CH ¦ ¦ Address.php ¦ ¦ Color.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ Text.php ¦ ¦ ¦ +---fr_FR ¦ ¦ Address.php ¦ ¦ Color.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ Text.php ¦ ¦ ¦ +---he_IL ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---hr_HR ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---hu_HU ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ Text.php ¦ ¦ ¦ +---hy_AM ¦ ¦ Address.php ¦ ¦ Color.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---id_ID ¦ ¦ Address.php ¦ ¦ Color.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---is_IS ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---it_CH ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ Text.php ¦ ¦ ¦ +---it_IT ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ Text.php ¦ ¦ ¦ +---ja_JP ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ Text.php ¦ ¦ ¦ +---ka_GE ¦ ¦ Address.php ¦ ¦ Color.php ¦ ¦ Company.php ¦ ¦ DateTime.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ Text.php ¦ ¦ ¦ +---kk_KZ ¦ ¦ Address.php ¦ ¦ Color.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ Text.php ¦ ¦ ¦ +---ko_KR ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ Text.php ¦ ¦ ¦ +---lt_LT ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---lv_LV ¦ ¦ Address.php ¦ ¦ Color.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---me_ME ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---mn_MN ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---ms_MY ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Miscellaneous.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---nb_NO ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---ne_NP ¦ ¦ Address.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---nl_BE ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ Text.php ¦ ¦ ¦ +---nl_NL ¦ ¦ Address.php ¦ ¦ Color.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ Text.php ¦ ¦ ¦ +---pl_PL ¦ ¦ Address.php ¦ ¦ Color.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ LicensePlate.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ Text.php ¦ ¦ ¦ +---pt_BR ¦ ¦ Address.php ¦ ¦ check_digit.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ Text.php ¦ ¦ ¦ +---pt_PT ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---ro_MD ¦ ¦ Address.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ Text.php ¦ ¦ ¦ +---ro_RO ¦ ¦ Address.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ Text.php ¦ ¦ ¦ +---ru_RU ¦ ¦ Address.php ¦ ¦ Color.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ Text.php ¦ ¦ ¦ +---sk_SK ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---sl_SI ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---sr_Cyrl_RS ¦ ¦ Address.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ ¦ +---sr_Latn_RS ¦ ¦ Address.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ ¦ +---sr_RS ¦ ¦ Address.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ ¦ +---sv_SE ¦ ¦ Address.php ¦ ¦ Company.php ¦ ¦ Municipality.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---th_TH ¦ ¦ Address.php ¦ ¦ Color.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---tr_TR ¦ ¦ Address.php ¦ ¦ Color.php ¦ ¦ Company.php ¦ ¦ DateTime.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---uk_UA ¦ ¦ Address.php ¦ ¦ Color.php ¦ ¦ Company.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ Text.php ¦ ¦ ¦ +---vi_VN ¦ ¦ Address.php ¦ ¦ Color.php ¦ ¦ Internet.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---zh_CN ¦ ¦ Address.php ¦ ¦ Color.php ¦ ¦ Company.php ¦ ¦ DateTime.php ¦ ¦ Internet.php ¦ ¦ Payment.php ¦ ¦ Person.php ¦ ¦ PhoneNumber.php ¦ ¦ ¦ +---zh_TW ¦ Address.php ¦ Color.php ¦ Company.php ¦ DateTime.php ¦ Internet.php ¦ Payment.php ¦ Person.php ¦ PhoneNumber.php ¦ Text.php ¦ +---filp ¦ +---whoops ¦ ¦ .mailmap ¦ ¦ CHANGELOG.md ¦ ¦ composer.json ¦ ¦ LICENSE.md ¦ ¦ SECURITY.md ¦ ¦ ¦ +---src ¦ +---Whoops ¦ ¦ Run.php ¦ ¦ RunInterface.php ¦ ¦ ¦ +---Exception ¦ ¦ ErrorException.php ¦ ¦ Formatter.php ¦ ¦ Frame.php ¦ ¦ FrameCollection.php ¦ ¦ Inspector.php ¦ ¦ ¦ +---Handler ¦ ¦ CallbackHandler.php ¦ ¦ Handler.php ¦ ¦ HandlerInterface.php ¦ ¦ JsonResponseHandler.php ¦ ¦ PlainTextHandler.php ¦ ¦ PrettyPageHandler.php ¦ ¦ XmlResponseHandler.php ¦ ¦ ¦ +---Inspector ¦ ¦ InspectorFactory.php ¦ ¦ InspectorFactoryInterface.php ¦ ¦ InspectorInterface.php ¦ ¦ ¦ +---Resources ¦ ¦ +---css ¦ ¦ ¦ prism.css ¦ ¦ ¦ whoops.base.css ¦ ¦ ¦ ¦ ¦ +---js ¦ ¦ ¦ clipboard.min.js ¦ ¦ ¦ prism.js ¦ ¦ ¦ whoops.base.js ¦ ¦ ¦ zepto.min.js ¦ ¦ ¦ ¦ ¦ +---views ¦ ¦ env_details.html.php ¦ ¦ frames_container.html.php ¦ ¦ frames_description.html.php ¦ ¦ frame_code.html.php ¦ ¦ frame_list.html.php ¦ ¦ header.html.php ¦ ¦ header_outer.html.php ¦ ¦ layout.html.php ¦ ¦ panel_details.html.php ¦ ¦ panel_details_outer.html.php ¦ ¦ panel_left.html.php ¦ ¦ panel_left_outer.html.php ¦ ¦ ¦ +---Util ¦ HtmlDumperOutput.php ¦ Misc.php ¦ SystemFacade.php ¦ TemplateHelper.php ¦ +---fruitcake ¦ +---php-cors ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ ¦ +---src ¦ ¦ CorsService.php ¦ ¦ ¦ +---Exceptions ¦ InvalidOptionException.php ¦ +---graham-campbell ¦ +---result-type ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ ¦ +---src ¦ Error.php ¦ Result.php ¦ Success.php ¦ +---guzzlehttp ¦ +---guzzle ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ package-lock.json ¦ ¦ ¦ README.md ¦ ¦ ¦ UPGRADING.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ BodySummarizer.php ¦ ¦ ¦ BodySummarizerInterface.php ¦ ¦ ¦ Client.php ¦ ¦ ¦ ClientInterface.php ¦ ¦ ¦ ClientTrait.php ¦ ¦ ¦ functions.php ¦ ¦ ¦ functions_include.php ¦ ¦ ¦ HandlerStack.php ¦ ¦ ¦ MessageFormatter.php ¦ ¦ ¦ MessageFormatterInterface.php ¦ ¦ ¦ Middleware.php ¦ ¦ ¦ Pool.php ¦ ¦ ¦ PrepareBodyMiddleware.php ¦ ¦ ¦ RedirectMiddleware.php ¦ ¦ ¦ RequestOptions.php ¦ ¦ ¦ RetryMiddleware.php ¦ ¦ ¦ TransferStats.php ¦ ¦ ¦ Utils.php ¦ ¦ ¦ ¦ ¦ +---Cookie ¦ ¦ ¦ CookieJar.php ¦ ¦ ¦ CookieJarInterface.php ¦ ¦ ¦ FileCookieJar.php ¦ ¦ ¦ SessionCookieJar.php ¦ ¦ ¦ SetCookie.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ BadResponseException.php ¦ ¦ ¦ ClientException.php ¦ ¦ ¦ ConnectException.php ¦ ¦ ¦ GuzzleException.php ¦ ¦ ¦ InvalidArgumentException.php ¦ ¦ ¦ RequestException.php ¦ ¦ ¦ ServerException.php ¦ ¦ ¦ TooManyRedirectsException.php ¦ ¦ ¦ TransferException.php ¦ ¦ ¦ ¦ ¦ +---Handler ¦ ¦ CurlFactory.php ¦ ¦ CurlFactoryInterface.php ¦ ¦ CurlHandler.php ¦ ¦ CurlMultiHandler.php ¦ ¦ EasyHandle.php ¦ ¦ HeaderProcessor.php ¦ ¦ MockHandler.php ¦ ¦ Proxy.php ¦ ¦ StreamHandler.php ¦ ¦ ¦ +---promises ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ AggregateException.php ¦ ¦ CancellationException.php ¦ ¦ Coroutine.php ¦ ¦ Create.php ¦ ¦ Each.php ¦ ¦ EachPromise.php ¦ ¦ FulfilledPromise.php ¦ ¦ Is.php ¦ ¦ Promise.php ¦ ¦ PromiseInterface.php ¦ ¦ PromisorInterface.php ¦ ¦ RejectedPromise.php ¦ ¦ RejectionException.php ¦ ¦ TaskQueue.php ¦ ¦ TaskQueueInterface.php ¦ ¦ Utils.php ¦ ¦ ¦ +---psr7 ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ AppendStream.php ¦ ¦ ¦ BufferStream.php ¦ ¦ ¦ CachingStream.php ¦ ¦ ¦ DroppingStream.php ¦ ¦ ¦ FnStream.php ¦ ¦ ¦ Header.php ¦ ¦ ¦ HttpFactory.php ¦ ¦ ¦ InflateStream.php ¦ ¦ ¦ LazyOpenStream.php ¦ ¦ ¦ LimitStream.php ¦ ¦ ¦ Message.php ¦ ¦ ¦ MessageTrait.php ¦ ¦ ¦ MimeType.php ¦ ¦ ¦ MultipartStream.php ¦ ¦ ¦ NoSeekStream.php ¦ ¦ ¦ PumpStream.php ¦ ¦ ¦ Query.php ¦ ¦ ¦ Request.php ¦ ¦ ¦ Response.php ¦ ¦ ¦ Rfc7230.php ¦ ¦ ¦ ServerRequest.php ¦ ¦ ¦ Stream.php ¦ ¦ ¦ StreamDecoratorTrait.php ¦ ¦ ¦ StreamWrapper.php ¦ ¦ ¦ UploadedFile.php ¦ ¦ ¦ Uri.php ¦ ¦ ¦ UriComparator.php ¦ ¦ ¦ UriNormalizer.php ¦ ¦ ¦ UriResolver.php ¦ ¦ ¦ Utils.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ MalformedUriException.php ¦ ¦ ¦ +---uri-template ¦ ¦ CHANGELOG.md ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ ¦ +---src ¦ UriTemplate.php ¦ +---hamcrest ¦ +---hamcrest-php ¦ ¦ .gitattributes ¦ ¦ .gitignore ¦ ¦ CHANGES.txt ¦ ¦ composer.json ¦ ¦ CONTRIBUTING.md ¦ ¦ LICENSE.txt ¦ ¦ README.md ¦ ¦ ¦ +---generator ¦ ¦ ¦ FactoryCall.php ¦ ¦ ¦ FactoryClass.php ¦ ¦ ¦ FactoryFile.php ¦ ¦ ¦ FactoryGenerator.php ¦ ¦ ¦ FactoryMethod.php ¦ ¦ ¦ FactoryParameter.php ¦ ¦ ¦ GlobalFunctionFile.php ¦ ¦ ¦ run.php ¦ ¦ ¦ StaticMethodFile.php ¦ ¦ ¦ ¦ ¦ +---parts ¦ ¦ file_header.txt ¦ ¦ functions_footer.txt ¦ ¦ functions_header.txt ¦ ¦ functions_imports.txt ¦ ¦ matchers_footer.txt ¦ ¦ matchers_header.txt ¦ ¦ matchers_imports.txt ¦ ¦ ¦ +---hamcrest ¦ ¦ Hamcrest.php ¦ ¦ ¦ +---Hamcrest ¦ ¦ AssertionError.php ¦ ¦ BaseDescription.php ¦ ¦ BaseMatcher.php ¦ ¦ Description.php ¦ ¦ DiagnosingMatcher.php ¦ ¦ FeatureMatcher.php ¦ ¦ Matcher.php ¦ ¦ MatcherAssert.php ¦ ¦ Matchers.php ¦ ¦ NullDescription.php ¦ ¦ SelfDescribing.php ¦ ¦ StringDescription.php ¦ ¦ TypeSafeDiagnosingMatcher.php ¦ ¦ TypeSafeMatcher.php ¦ ¦ Util.php ¦ ¦ ¦ +---Arrays ¦ ¦ IsArray.php ¦ ¦ IsArrayContaining.php ¦ ¦ IsArrayContainingInAnyOrder.php ¦ ¦ IsArrayContainingInOrder.php ¦ ¦ IsArrayContainingKey.php ¦ ¦ IsArrayContainingKeyValuePair.php ¦ ¦ IsArrayWithSize.php ¦ ¦ MatchingOnce.php ¦ ¦ SeriesMatchingOnce.php ¦ ¦ ¦ +---Collection ¦ ¦ IsEmptyTraversable.php ¦ ¦ IsTraversableWithSize.php ¦ ¦ ¦ +---Core ¦ ¦ AllOf.php ¦ ¦ AnyOf.php ¦ ¦ CombinableMatcher.php ¦ ¦ DescribedAs.php ¦ ¦ Every.php ¦ ¦ HasToString.php ¦ ¦ Is.php ¦ ¦ IsAnything.php ¦ ¦ IsCollectionContaining.php ¦ ¦ IsEqual.php ¦ ¦ IsIdentical.php ¦ ¦ IsInstanceOf.php ¦ ¦ IsNot.php ¦ ¦ IsNull.php ¦ ¦ IsSame.php ¦ ¦ IsTypeOf.php ¦ ¦ Set.php ¦ ¦ ShortcutCombination.php ¦ ¦ ¦ +---Internal ¦ ¦ SelfDescribingValue.php ¦ ¦ ¦ +---Number ¦ ¦ IsCloseTo.php ¦ ¦ OrderingComparison.php ¦ ¦ ¦ +---Text ¦ ¦ IsEmptyString.php ¦ ¦ IsEqualIgnoringCase.php ¦ ¦ IsEqualIgnoringWhiteSpace.php ¦ ¦ MatchesPattern.php ¦ ¦ StringContains.php ¦ ¦ StringContainsIgnoringCase.php ¦ ¦ StringContainsInOrder.php ¦ ¦ StringEndsWith.php ¦ ¦ StringStartsWith.php ¦ ¦ SubstringMatcher.php ¦ ¦ ¦ +---Type ¦ ¦ IsArray.php ¦ ¦ IsBoolean.php ¦ ¦ IsCallable.php ¦ ¦ IsDouble.php ¦ ¦ IsInteger.php ¦ ¦ IsNumeric.php ¦ ¦ IsObject.php ¦ ¦ IsResource.php ¦ ¦ IsScalar.php ¦ ¦ IsString.php ¦ ¦ ¦ +---Xml ¦ HasXPath.php ¦ +---laravel ¦ +---framework ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ README.md ¦ ¦ ¦ RELEASE.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ +---Illuminate ¦ ¦ +---Auth ¦ ¦ ¦ ¦ Authenticatable.php ¦ ¦ ¦ ¦ AuthenticationException.php ¦ ¦ ¦ ¦ AuthManager.php ¦ ¦ ¦ ¦ AuthServiceProvider.php ¦ ¦ ¦ ¦ composer.json ¦ ¦ ¦ ¦ CreatesUserProviders.php ¦ ¦ ¦ ¦ DatabaseUserProvider.php ¦ ¦ ¦ ¦ EloquentUserProvider.php ¦ ¦ ¦ ¦ GenericUser.php ¦ ¦ ¦ ¦ GuardHelpers.php ¦ ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ ¦ MustVerifyEmail.php ¦ ¦ ¦ ¦ Recaller.php ¦ ¦ ¦ ¦ RequestGuard.php ¦ ¦ ¦ ¦ SessionGuard.php ¦ ¦ ¦ ¦ TokenGuard.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Access ¦ ¦ ¦ ¦ ¦ AuthorizationException.php ¦ ¦ ¦ ¦ ¦ Gate.php ¦ ¦ ¦ ¦ ¦ HandlesAuthorization.php ¦ ¦ ¦ ¦ ¦ Response.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Events ¦ ¦ ¦ ¦ GateEvaluated.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Console ¦ ¦ ¦ ¦ ¦ ClearResetsCommand.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---stubs ¦ ¦ ¦ ¦ +---make ¦ ¦ ¦ ¦ +---views ¦ ¦ ¦ ¦ +---layouts ¦ ¦ ¦ ¦ app.stub ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Events ¦ ¦ ¦ ¦ Attempting.php ¦ ¦ ¦ ¦ Authenticated.php ¦ ¦ ¦ ¦ CurrentDeviceLogout.php ¦ ¦ ¦ ¦ Failed.php ¦ ¦ ¦ ¦ Lockout.php ¦ ¦ ¦ ¦ Login.php ¦ ¦ ¦ ¦ Logout.php ¦ ¦ ¦ ¦ OtherDeviceLogout.php ¦ ¦ ¦ ¦ PasswordReset.php ¦ ¦ ¦ ¦ Registered.php ¦ ¦ ¦ ¦ Validated.php ¦ ¦ ¦ ¦ Verified.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Listeners ¦ ¦ ¦ ¦ SendEmailVerificationNotification.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Middleware ¦ ¦ ¦ ¦ Authenticate.php ¦ ¦ ¦ ¦ AuthenticateWithBasicAuth.php ¦ ¦ ¦ ¦ Authorize.php ¦ ¦ ¦ ¦ EnsureEmailIsVerified.php ¦ ¦ ¦ ¦ RequirePassword.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Notifications ¦ ¦ ¦ ¦ ResetPassword.php ¦ ¦ ¦ ¦ VerifyEmail.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Passwords ¦ ¦ ¦ CanResetPassword.php ¦ ¦ ¦ DatabaseTokenRepository.php ¦ ¦ ¦ PasswordBroker.php ¦ ¦ ¦ PasswordBrokerManager.php ¦ ¦ ¦ PasswordResetServiceProvider.php ¦ ¦ ¦ TokenRepositoryInterface.php ¦ ¦ ¦ ¦ ¦ +---Broadcasting ¦ ¦ ¦ ¦ BroadcastController.php ¦ ¦ ¦ ¦ BroadcastEvent.php ¦ ¦ ¦ ¦ BroadcastException.php ¦ ¦ ¦ ¦ BroadcastManager.php ¦ ¦ ¦ ¦ BroadcastServiceProvider.php ¦ ¦ ¦ ¦ Channel.php ¦ ¦ ¦ ¦ composer.json ¦ ¦ ¦ ¦ EncryptedPrivateChannel.php ¦ ¦ ¦ ¦ InteractsWithBroadcasting.php ¦ ¦ ¦ ¦ InteractsWithSockets.php ¦ ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ ¦ PendingBroadcast.php ¦ ¦ ¦ ¦ PresenceChannel.php ¦ ¦ ¦ ¦ PrivateChannel.php ¦ ¦ ¦ ¦ UniqueBroadcastEvent.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Broadcasters ¦ ¦ ¦ AblyBroadcaster.php ¦ ¦ ¦ Broadcaster.php ¦ ¦ ¦ LogBroadcaster.php ¦ ¦ ¦ NullBroadcaster.php ¦ ¦ ¦ PusherBroadcaster.php ¦ ¦ ¦ RedisBroadcaster.php ¦ ¦ ¦ UsePusherChannelConventions.php ¦ ¦ ¦ ¦ ¦ +---Bus ¦ ¦ ¦ ¦ Batch.php ¦ ¦ ¦ ¦ Batchable.php ¦ ¦ ¦ ¦ BatchFactory.php ¦ ¦ ¦ ¦ BatchRepository.php ¦ ¦ ¦ ¦ BusServiceProvider.php ¦ ¦ ¦ ¦ ChainedBatch.php ¦ ¦ ¦ ¦ composer.json ¦ ¦ ¦ ¦ DatabaseBatchRepository.php ¦ ¦ ¦ ¦ Dispatcher.php ¦ ¦ ¦ ¦ DynamoBatchRepository.php ¦ ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ ¦ PendingBatch.php ¦ ¦ ¦ ¦ PrunableBatchRepository.php ¦ ¦ ¦ ¦ Queueable.php ¦ ¦ ¦ ¦ UniqueLock.php ¦ ¦ ¦ ¦ UpdatedBatchJobCounts.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Events ¦ ¦ ¦ BatchDispatched.php ¦ ¦ ¦ ¦ ¦ +---Cache ¦ ¦ ¦ ¦ ApcStore.php ¦ ¦ ¦ ¦ ApcWrapper.php ¦ ¦ ¦ ¦ ArrayLock.php ¦ ¦ ¦ ¦ ArrayStore.php ¦ ¦ ¦ ¦ CacheLock.php ¦ ¦ ¦ ¦ CacheManager.php ¦ ¦ ¦ ¦ CacheServiceProvider.php ¦ ¦ ¦ ¦ composer.json ¦ ¦ ¦ ¦ DatabaseLock.php ¦ ¦ ¦ ¦ DatabaseStore.php ¦ ¦ ¦ ¦ DynamoDbLock.php ¦ ¦ ¦ ¦ DynamoDbStore.php ¦ ¦ ¦ ¦ FileLock.php ¦ ¦ ¦ ¦ FileStore.php ¦ ¦ ¦ ¦ HasCacheLock.php ¦ ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ ¦ Lock.php ¦ ¦ ¦ ¦ LuaScripts.php ¦ ¦ ¦ ¦ MemcachedConnector.php ¦ ¦ ¦ ¦ MemcachedLock.php ¦ ¦ ¦ ¦ MemcachedStore.php ¦ ¦ ¦ ¦ NoLock.php ¦ ¦ ¦ ¦ NullStore.php ¦ ¦ ¦ ¦ PhpRedisLock.php ¦ ¦ ¦ ¦ RateLimiter.php ¦ ¦ ¦ ¦ RedisLock.php ¦ ¦ ¦ ¦ RedisStore.php ¦ ¦ ¦ ¦ RedisTaggedCache.php ¦ ¦ ¦ ¦ RedisTagSet.php ¦ ¦ ¦ ¦ Repository.php ¦ ¦ ¦ ¦ RetrievesMultipleKeys.php ¦ ¦ ¦ ¦ TaggableStore.php ¦ ¦ ¦ ¦ TaggedCache.php ¦ ¦ ¦ ¦ TagSet.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Console ¦ ¦ ¦ ¦ ¦ CacheTableCommand.php ¦ ¦ ¦ ¦ ¦ ClearCommand.php ¦ ¦ ¦ ¦ ¦ ForgetCommand.php ¦ ¦ ¦ ¦ ¦ PruneStaleTagsCommand.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---stubs ¦ ¦ ¦ ¦ cache.stub ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Events ¦ ¦ ¦ ¦ CacheEvent.php ¦ ¦ ¦ ¦ CacheHit.php ¦ ¦ ¦ ¦ CacheMissed.php ¦ ¦ ¦ ¦ KeyForgotten.php ¦ ¦ ¦ ¦ KeyWritten.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---RateLimiting ¦ ¦ ¦ GlobalLimit.php ¦ ¦ ¦ Limit.php ¦ ¦ ¦ Unlimited.php ¦ ¦ ¦ ¦ ¦ +---Collections ¦ ¦ ¦ ¦ Arr.php ¦ ¦ ¦ ¦ Collection.php ¦ ¦ ¦ ¦ composer.json ¦ ¦ ¦ ¦ Enumerable.php ¦ ¦ ¦ ¦ functions.php ¦ ¦ ¦ ¦ helpers.php ¦ ¦ ¦ ¦ HigherOrderCollectionProxy.php ¦ ¦ ¦ ¦ ItemNotFoundException.php ¦ ¦ ¦ ¦ LazyCollection.php ¦ ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ ¦ MultipleItemsFoundException.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Traits ¦ ¦ ¦ EnumeratesValues.php ¦ ¦ ¦ ¦ ¦ +---Conditionable ¦ ¦ ¦ ¦ composer.json ¦ ¦ ¦ ¦ HigherOrderWhenProxy.php ¦ ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Traits ¦ ¦ ¦ Conditionable.php ¦ ¦ ¦ ¦ ¦ +---Config ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ Repository.php ¦ ¦ ¦ ¦ ¦ +---Console ¦ ¦ ¦ ¦ Application.php ¦ ¦ ¦ ¦ BufferedConsoleOutput.php ¦ ¦ ¦ ¦ CacheCommandMutex.php ¦ ¦ ¦ ¦ Command.php ¦ ¦ ¦ ¦ CommandMutex.php ¦ ¦ ¦ ¦ composer.json ¦ ¦ ¦ ¦ ConfirmableTrait.php ¦ ¦ ¦ ¦ ContainerCommandLoader.php ¦ ¦ ¦ ¦ GeneratorCommand.php ¦ ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ ¦ MigrationGeneratorCommand.php ¦ ¦ ¦ ¦ OutputStyle.php ¦ ¦ ¦ ¦ Parser.php ¦ ¦ ¦ ¦ PromptValidationException.php ¦ ¦ ¦ ¦ QuestionHelper.php ¦ ¦ ¦ ¦ Signals.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Concerns ¦ ¦ ¦ ¦ CallsCommands.php ¦ ¦ ¦ ¦ ConfiguresPrompts.php ¦ ¦ ¦ ¦ CreatesMatchingTest.php ¦ ¦ ¦ ¦ HasParameters.php ¦ ¦ ¦ ¦ InteractsWithIO.php ¦ ¦ ¦ ¦ InteractsWithSignals.php ¦ ¦ ¦ ¦ PromptsForMissingInput.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Contracts ¦ ¦ ¦ ¦ NewLineAware.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Events ¦ ¦ ¦ ¦ ArtisanStarting.php ¦ ¦ ¦ ¦ CommandFinished.php ¦ ¦ ¦ ¦ CommandStarting.php ¦ ¦ ¦ ¦ ScheduledBackgroundTaskFinished.php ¦ ¦ ¦ ¦ ScheduledTaskFailed.php ¦ ¦ ¦ ¦ ScheduledTaskFinished.php ¦ ¦ ¦ ¦ ScheduledTaskSkipped.php ¦ ¦ ¦ ¦ ScheduledTaskStarting.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---resources ¦ ¦ ¦ ¦ +---views ¦ ¦ ¦ ¦ +---components ¦ ¦ ¦ ¦ alert.php ¦ ¦ ¦ ¦ bullet-list.php ¦ ¦ ¦ ¦ line.php ¦ ¦ ¦ ¦ two-column-detail.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Scheduling ¦ ¦ ¦ ¦ CacheAware.php ¦ ¦ ¦ ¦ CacheEventMutex.php ¦ ¦ ¦ ¦ CacheSchedulingMutex.php ¦ ¦ ¦ ¦ CallbackEvent.php ¦ ¦ ¦ ¦ CommandBuilder.php ¦ ¦ ¦ ¦ Event.php ¦ ¦ ¦ ¦ EventMutex.php ¦ ¦ ¦ ¦ ManagesFrequencies.php ¦ ¦ ¦ ¦ Schedule.php ¦ ¦ ¦ ¦ ScheduleClearCacheCommand.php ¦ ¦ ¦ ¦ ScheduleFinishCommand.php ¦ ¦ ¦ ¦ ScheduleInterruptCommand.php ¦ ¦ ¦ ¦ ScheduleListCommand.php ¦ ¦ ¦ ¦ ScheduleRunCommand.php ¦ ¦ ¦ ¦ ScheduleTestCommand.php ¦ ¦ ¦ ¦ ScheduleWorkCommand.php ¦ ¦ ¦ ¦ SchedulingMutex.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---View ¦ ¦ ¦ +---Components ¦ ¦ ¦ ¦ Alert.php ¦ ¦ ¦ ¦ Ask.php ¦ ¦ ¦ ¦ AskWithCompletion.php ¦ ¦ ¦ ¦ BulletList.php ¦ ¦ ¦ ¦ Choice.php ¦ ¦ ¦ ¦ Component.php ¦ ¦ ¦ ¦ Confirm.php ¦ ¦ ¦ ¦ Error.php ¦ ¦ ¦ ¦ Factory.php ¦ ¦ ¦ ¦ Info.php ¦ ¦ ¦ ¦ Line.php ¦ ¦ ¦ ¦ Secret.php ¦ ¦ ¦ ¦ Task.php ¦ ¦ ¦ ¦ TwoColumnDetail.php ¦ ¦ ¦ ¦ Warn.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Mutators ¦ ¦ ¦ EnsureDynamicContentIsHighlighted.php ¦ ¦ ¦ EnsureNoPunctuation.php ¦ ¦ ¦ EnsurePunctuation.php ¦ ¦ ¦ EnsureRelativePaths.php ¦ ¦ ¦ ¦ ¦ +---Container ¦ ¦ ¦ BoundMethod.php ¦ ¦ ¦ composer.json ¦ ¦ ¦ Container.php ¦ ¦ ¦ ContextualBindingBuilder.php ¦ ¦ ¦ EntryNotFoundException.php ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ RewindableGenerator.php ¦ ¦ ¦ Util.php ¦ ¦ ¦ ¦ ¦ +---Contracts ¦ ¦ ¦ ¦ composer.json ¦ ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Auth ¦ ¦ ¦ ¦ ¦ Authenticatable.php ¦ ¦ ¦ ¦ ¦ CanResetPassword.php ¦ ¦ ¦ ¦ ¦ Factory.php ¦ ¦ ¦ ¦ ¦ Guard.php ¦ ¦ ¦ ¦ ¦ MustVerifyEmail.php ¦ ¦ ¦ ¦ ¦ PasswordBroker.php ¦ ¦ ¦ ¦ ¦ PasswordBrokerFactory.php ¦ ¦ ¦ ¦ ¦ StatefulGuard.php ¦ ¦ ¦ ¦ ¦ SupportsBasicAuth.php ¦ ¦ ¦ ¦ ¦ UserProvider.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Access ¦ ¦ ¦ ¦ ¦ Authorizable.php ¦ ¦ ¦ ¦ ¦ Gate.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Middleware ¦ ¦ ¦ ¦ AuthenticatesRequests.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Broadcasting ¦ ¦ ¦ ¦ Broadcaster.php ¦ ¦ ¦ ¦ Factory.php ¦ ¦ ¦ ¦ HasBroadcastChannel.php ¦ ¦ ¦ ¦ ShouldBeUnique.php ¦ ¦ ¦ ¦ ShouldBroadcast.php ¦ ¦ ¦ ¦ ShouldBroadcastNow.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Bus ¦ ¦ ¦ ¦ Dispatcher.php ¦ ¦ ¦ ¦ QueueingDispatcher.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Cache ¦ ¦ ¦ ¦ Factory.php ¦ ¦ ¦ ¦ Lock.php ¦ ¦ ¦ ¦ LockProvider.php ¦ ¦ ¦ ¦ LockTimeoutException.php ¦ ¦ ¦ ¦ Repository.php ¦ ¦ ¦ ¦ Store.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Config ¦ ¦ ¦ ¦ Repository.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Console ¦ ¦ ¦ ¦ Application.php ¦ ¦ ¦ ¦ Isolatable.php ¦ ¦ ¦ ¦ Kernel.php ¦ ¦ ¦ ¦ PromptsForMissingInput.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Container ¦ ¦ ¦ ¦ BindingResolutionException.php ¦ ¦ ¦ ¦ CircularDependencyException.php ¦ ¦ ¦ ¦ Container.php ¦ ¦ ¦ ¦ ContextualBindingBuilder.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Cookie ¦ ¦ ¦ ¦ Factory.php ¦ ¦ ¦ ¦ QueueingFactory.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Database ¦ ¦ ¦ ¦ ¦ ModelIdentifier.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Eloquent ¦ ¦ ¦ ¦ ¦ Builder.php ¦ ¦ ¦ ¦ ¦ Castable.php ¦ ¦ ¦ ¦ ¦ CastsAttributes.php ¦ ¦ ¦ ¦ ¦ CastsInboundAttributes.php ¦ ¦ ¦ ¦ ¦ DeviatesCastableAttributes.php ¦ ¦ ¦ ¦ ¦ SerializesCastableAttributes.php ¦ ¦ ¦ ¦ ¦ SupportsPartialRelations.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Events ¦ ¦ ¦ ¦ ¦ MigrationEvent.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Query ¦ ¦ ¦ ¦ Builder.php ¦ ¦ ¦ ¦ ConditionExpression.php ¦ ¦ ¦ ¦ Expression.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Debug ¦ ¦ ¦ ¦ ExceptionHandler.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Encryption ¦ ¦ ¦ ¦ DecryptException.php ¦ ¦ ¦ ¦ Encrypter.php ¦ ¦ ¦ ¦ EncryptException.php ¦ ¦ ¦ ¦ StringEncrypter.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Events ¦ ¦ ¦ ¦ Dispatcher.php ¦ ¦ ¦ ¦ ShouldDispatchAfterCommit.php ¦ ¦ ¦ ¦ ShouldHandleEventsAfterCommit.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Filesystem ¦ ¦ ¦ ¦ Cloud.php ¦ ¦ ¦ ¦ Factory.php ¦ ¦ ¦ ¦ FileNotFoundException.php ¦ ¦ ¦ ¦ Filesystem.php ¦ ¦ ¦ ¦ LockTimeoutException.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Foundation ¦ ¦ ¦ ¦ Application.php ¦ ¦ ¦ ¦ CachesConfiguration.php ¦ ¦ ¦ ¦ CachesRoutes.php ¦ ¦ ¦ ¦ ExceptionRenderer.php ¦ ¦ ¦ ¦ MaintenanceMode.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Hashing ¦ ¦ ¦ ¦ Hasher.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Http ¦ ¦ ¦ ¦ Kernel.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Mail ¦ ¦ ¦ ¦ Attachable.php ¦ ¦ ¦ ¦ Factory.php ¦ ¦ ¦ ¦ Mailable.php ¦ ¦ ¦ ¦ Mailer.php ¦ ¦ ¦ ¦ MailQueue.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Notifications ¦ ¦ ¦ ¦ Dispatcher.php ¦ ¦ ¦ ¦ Factory.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Pagination ¦ ¦ ¦ ¦ CursorPaginator.php ¦ ¦ ¦ ¦ LengthAwarePaginator.php ¦ ¦ ¦ ¦ Paginator.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Pipeline ¦ ¦ ¦ ¦ Hub.php ¦ ¦ ¦ ¦ Pipeline.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Process ¦ ¦ ¦ ¦ InvokedProcess.php ¦ ¦ ¦ ¦ ProcessResult.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Queue ¦ ¦ ¦ ¦ ClearableQueue.php ¦ ¦ ¦ ¦ EntityNotFoundException.php ¦ ¦ ¦ ¦ EntityResolver.php ¦ ¦ ¦ ¦ Factory.php ¦ ¦ ¦ ¦ Job.php ¦ ¦ ¦ ¦ Monitor.php ¦ ¦ ¦ ¦ Queue.php ¦ ¦ ¦ ¦ QueueableCollection.php ¦ ¦ ¦ ¦ QueueableEntity.php ¦ ¦ ¦ ¦ ShouldBeEncrypted.php ¦ ¦ ¦ ¦ ShouldBeUnique.php ¦ ¦ ¦ ¦ ShouldBeUniqueUntilProcessing.php ¦ ¦ ¦ ¦ ShouldQueue.php ¦ ¦ ¦ ¦ ShouldQueueAfterCommit.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Redis ¦ ¦ ¦ ¦ Connection.php ¦ ¦ ¦ ¦ Connector.php ¦ ¦ ¦ ¦ Factory.php ¦ ¦ ¦ ¦ LimiterTimeoutException.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Routing ¦ ¦ ¦ ¦ BindingRegistrar.php ¦ ¦ ¦ ¦ Registrar.php ¦ ¦ ¦ ¦ ResponseFactory.php ¦ ¦ ¦ ¦ UrlGenerator.php ¦ ¦ ¦ ¦ UrlRoutable.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Session ¦ ¦ ¦ ¦ ¦ Session.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Middleware ¦ ¦ ¦ ¦ AuthenticatesSessions.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Support ¦ ¦ ¦ ¦ Arrayable.php ¦ ¦ ¦ ¦ CanBeEscapedWhenCastToString.php ¦ ¦ ¦ ¦ DeferrableProvider.php ¦ ¦ ¦ ¦ DeferringDisplayableValue.php ¦ ¦ ¦ ¦ Htmlable.php ¦ ¦ ¦ ¦ Jsonable.php ¦ ¦ ¦ ¦ MessageBag.php ¦ ¦ ¦ ¦ MessageProvider.php ¦ ¦ ¦ ¦ Renderable.php ¦ ¦ ¦ ¦ Responsable.php ¦ ¦ ¦ ¦ ValidatedData.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Translation ¦ ¦ ¦ ¦ HasLocalePreference.php ¦ ¦ ¦ ¦ Loader.php ¦ ¦ ¦ ¦ Translator.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Validation ¦ ¦ ¦ ¦ DataAwareRule.php ¦ ¦ ¦ ¦ Factory.php ¦ ¦ ¦ ¦ ImplicitRule.php ¦ ¦ ¦ ¦ InvokableRule.php ¦ ¦ ¦ ¦ Rule.php ¦ ¦ ¦ ¦ UncompromisedVerifier.php ¦ ¦ ¦ ¦ ValidatesWhenResolved.php ¦ ¦ ¦ ¦ ValidationRule.php ¦ ¦ ¦ ¦ Validator.php ¦ ¦ ¦ ¦ ValidatorAwareRule.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---View ¦ ¦ ¦ Engine.php ¦ ¦ ¦ Factory.php ¦ ¦ ¦ View.php ¦ ¦ ¦ ViewCompilationException.php ¦ ¦ ¦ ¦ ¦ +---Cookie ¦ ¦ ¦ ¦ composer.json ¦ ¦ ¦ ¦ CookieJar.php ¦ ¦ ¦ ¦ CookieServiceProvider.php ¦ ¦ ¦ ¦ CookieValuePrefix.php ¦ ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Middleware ¦ ¦ ¦ AddQueuedCookiesToResponse.php ¦ ¦ ¦ EncryptCookies.php ¦ ¦ ¦ ¦ ¦ +---Database ¦ ¦ ¦ ¦ ClassMorphViolationException.php ¦ ¦ ¦ ¦ composer.json ¦ ¦ ¦ ¦ ConfigurationUrlParser.php ¦ ¦ ¦ ¦ Connection.php ¦ ¦ ¦ ¦ ConnectionInterface.php ¦ ¦ ¦ ¦ ConnectionResolver.php ¦ ¦ ¦ ¦ ConnectionResolverInterface.php ¦ ¦ ¦ ¦ DatabaseManager.php ¦ ¦ ¦ ¦ DatabaseServiceProvider.php ¦ ¦ ¦ ¦ DatabaseTransactionRecord.php ¦ ¦ ¦ ¦ DatabaseTransactionsManager.php ¦ ¦ ¦ ¦ DeadlockException.php ¦ ¦ ¦ ¦ DetectsConcurrencyErrors.php ¦ ¦ ¦ ¦ DetectsLostConnections.php ¦ ¦ ¦ ¦ Grammar.php ¦ ¦ ¦ ¦ LazyLoadingViolationException.php ¦ ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ ¦ LostConnectionException.php ¦ ¦ ¦ ¦ MigrationServiceProvider.php ¦ ¦ ¦ ¦ MultipleColumnsSelectedException.php ¦ ¦ ¦ ¦ MultipleRecordsFoundException.php ¦ ¦ ¦ ¦ MySqlConnection.php ¦ ¦ ¦ ¦ PostgresConnection.php ¦ ¦ ¦ ¦ QueryException.php ¦ ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ RecordsNotFoundException.php ¦ ¦ ¦ ¦ Seeder.php ¦ ¦ ¦ ¦ SQLiteConnection.php ¦ ¦ ¦ ¦ SQLiteDatabaseDoesNotExistException.php ¦ ¦ ¦ ¦ SqlServerConnection.php ¦ ¦ ¦ ¦ UniqueConstraintViolationException.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Capsule ¦ ¦ ¦ ¦ Manager.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Concerns ¦ ¦ ¦ ¦ BuildsQueries.php ¦ ¦ ¦ ¦ CompilesJsonPaths.php ¦ ¦ ¦ ¦ ExplainsQueries.php ¦ ¦ ¦ ¦ ManagesTransactions.php ¦ ¦ ¦ ¦ ParsesSearchPath.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Connectors ¦ ¦ ¦ ¦ ConnectionFactory.php ¦ ¦ ¦ ¦ Connector.php ¦ ¦ ¦ ¦ ConnectorInterface.php ¦ ¦ ¦ ¦ MySqlConnector.php ¦ ¦ ¦ ¦ PostgresConnector.php ¦ ¦ ¦ ¦ SQLiteConnector.php ¦ ¦ ¦ ¦ SqlServerConnector.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Console ¦ ¦ ¦ ¦ ¦ DatabaseInspectionCommand.php ¦ ¦ ¦ ¦ ¦ DbCommand.php ¦ ¦ ¦ ¦ ¦ DumpCommand.php ¦ ¦ ¦ ¦ ¦ MonitorCommand.php ¦ ¦ ¦ ¦ ¦ PruneCommand.php ¦ ¦ ¦ ¦ ¦ ShowCommand.php ¦ ¦ ¦ ¦ ¦ ShowModelCommand.php ¦ ¦ ¦ ¦ ¦ TableCommand.php ¦ ¦ ¦ ¦ ¦ WipeCommand.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Factories ¦ ¦ ¦ ¦ ¦ ¦ FactoryMakeCommand.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---stubs ¦ ¦ ¦ ¦ ¦ factory.stub ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Migrations ¦ ¦ ¦ ¦ ¦ BaseCommand.php ¦ ¦ ¦ ¦ ¦ FreshCommand.php ¦ ¦ ¦ ¦ ¦ InstallCommand.php ¦ ¦ ¦ ¦ ¦ MigrateCommand.php ¦ ¦ ¦ ¦ ¦ MigrateMakeCommand.php ¦ ¦ ¦ ¦ ¦ RefreshCommand.php ¦ ¦ ¦ ¦ ¦ ResetCommand.php ¦ ¦ ¦ ¦ ¦ RollbackCommand.php ¦ ¦ ¦ ¦ ¦ StatusCommand.php ¦ ¦ ¦ ¦ ¦ TableGuesser.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Seeds ¦ ¦ ¦ ¦ ¦ SeedCommand.php ¦ ¦ ¦ ¦ ¦ SeederMakeCommand.php ¦ ¦ ¦ ¦ ¦ WithoutModelEvents.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---stubs ¦ ¦ ¦ ¦ seeder.stub ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---DBAL ¦ ¦ ¦ ¦ TimestampType.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Eloquent ¦ ¦ ¦ ¦ ¦ BroadcastableModelEventOccurred.php ¦ ¦ ¦ ¦ ¦ BroadcastsEvents.php ¦ ¦ ¦ ¦ ¦ BroadcastsEventsAfterCommit.php ¦ ¦ ¦ ¦ ¦ Builder.php ¦ ¦ ¦ ¦ ¦ Collection.php ¦ ¦ ¦ ¦ ¦ HigherOrderBuilderProxy.php ¦ ¦ ¦ ¦ ¦ InvalidCastException.php ¦ ¦ ¦ ¦ ¦ JsonEncodingException.php ¦ ¦ ¦ ¦ ¦ MassAssignmentException.php ¦ ¦ ¦ ¦ ¦ MassPrunable.php ¦ ¦ ¦ ¦ ¦ MissingAttributeException.php ¦ ¦ ¦ ¦ ¦ Model.php ¦ ¦ ¦ ¦ ¦ ModelNotFoundException.php ¦ ¦ ¦ ¦ ¦ PendingHasThroughRelationship.php ¦ ¦ ¦ ¦ ¦ Prunable.php ¦ ¦ ¦ ¦ ¦ QueueEntityResolver.php ¦ ¦ ¦ ¦ ¦ RelationNotFoundException.php ¦ ¦ ¦ ¦ ¦ Scope.php ¦ ¦ ¦ ¦ ¦ SoftDeletes.php ¦ ¦ ¦ ¦ ¦ SoftDeletingScope.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Attributes ¦ ¦ ¦ ¦ ¦ ObservedBy.php ¦ ¦ ¦ ¦ ¦ ScopedBy.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Casts ¦ ¦ ¦ ¦ ¦ ArrayObject.php ¦ ¦ ¦ ¦ ¦ AsArrayObject.php ¦ ¦ ¦ ¦ ¦ AsCollection.php ¦ ¦ ¦ ¦ ¦ AsEncryptedArrayObject.php ¦ ¦ ¦ ¦ ¦ AsEncryptedCollection.php ¦ ¦ ¦ ¦ ¦ AsEnumArrayObject.php ¦ ¦ ¦ ¦ ¦ AsEnumCollection.php ¦ ¦ ¦ ¦ ¦ AsStringable.php ¦ ¦ ¦ ¦ ¦ Attribute.php ¦ ¦ ¦ ¦ ¦ Json.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Concerns ¦ ¦ ¦ ¦ ¦ GuardsAttributes.php ¦ ¦ ¦ ¦ ¦ HasAttributes.php ¦ ¦ ¦ ¦ ¦ HasEvents.php ¦ ¦ ¦ ¦ ¦ HasGlobalScopes.php ¦ ¦ ¦ ¦ ¦ HasRelationships.php ¦ ¦ ¦ ¦ ¦ HasTimestamps.php ¦ ¦ ¦ ¦ ¦ HasUlids.php ¦ ¦ ¦ ¦ ¦ HasUniqueIds.php ¦ ¦ ¦ ¦ ¦ HasUuids.php ¦ ¦ ¦ ¦ ¦ HidesAttributes.php ¦ ¦ ¦ ¦ ¦ QueriesRelationships.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Factories ¦ ¦ ¦ ¦ ¦ BelongsToManyRelationship.php ¦ ¦ ¦ ¦ ¦ BelongsToRelationship.php ¦ ¦ ¦ ¦ ¦ CrossJoinSequence.php ¦ ¦ ¦ ¦ ¦ Factory.php ¦ ¦ ¦ ¦ ¦ HasFactory.php ¦ ¦ ¦ ¦ ¦ Relationship.php ¦ ¦ ¦ ¦ ¦ Sequence.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Relations ¦ ¦ ¦ ¦ ¦ BelongsTo.php ¦ ¦ ¦ ¦ ¦ BelongsToMany.php ¦ ¦ ¦ ¦ ¦ HasMany.php ¦ ¦ ¦ ¦ ¦ HasManyThrough.php ¦ ¦ ¦ ¦ ¦ HasOne.php ¦ ¦ ¦ ¦ ¦ HasOneOrMany.php ¦ ¦ ¦ ¦ ¦ HasOneThrough.php ¦ ¦ ¦ ¦ ¦ MorphMany.php ¦ ¦ ¦ ¦ ¦ MorphOne.php ¦ ¦ ¦ ¦ ¦ MorphOneOrMany.php ¦ ¦ ¦ ¦ ¦ MorphPivot.php ¦ ¦ ¦ ¦ ¦ MorphTo.php ¦ ¦ ¦ ¦ ¦ MorphToMany.php ¦ ¦ ¦ ¦ ¦ Pivot.php ¦ ¦ ¦ ¦ ¦ Relation.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Concerns ¦ ¦ ¦ ¦ AsPivot.php ¦ ¦ ¦ ¦ CanBeOneOfMany.php ¦ ¦ ¦ ¦ ComparesRelatedModels.php ¦ ¦ ¦ ¦ InteractsWithDictionary.php ¦ ¦ ¦ ¦ InteractsWithPivotTable.php ¦ ¦ ¦ ¦ SupportsDefaultModels.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Events ¦ ¦ ¦ ¦ ConnectionEstablished.php ¦ ¦ ¦ ¦ ConnectionEvent.php ¦ ¦ ¦ ¦ DatabaseBusy.php ¦ ¦ ¦ ¦ DatabaseRefreshed.php ¦ ¦ ¦ ¦ MigrationEnded.php ¦ ¦ ¦ ¦ MigrationEvent.php ¦ ¦ ¦ ¦ MigrationsEnded.php ¦ ¦ ¦ ¦ MigrationsEvent.php ¦ ¦ ¦ ¦ MigrationsStarted.php ¦ ¦ ¦ ¦ MigrationStarted.php ¦ ¦ ¦ ¦ ModelPruningFinished.php ¦ ¦ ¦ ¦ ModelPruningStarting.php ¦ ¦ ¦ ¦ ModelsPruned.php ¦ ¦ ¦ ¦ NoPendingMigrations.php ¦ ¦ ¦ ¦ QueryExecuted.php ¦ ¦ ¦ ¦ SchemaDumped.php ¦ ¦ ¦ ¦ SchemaLoaded.php ¦ ¦ ¦ ¦ StatementPrepared.php ¦ ¦ ¦ ¦ TransactionBeginning.php ¦ ¦ ¦ ¦ TransactionCommitted.php ¦ ¦ ¦ ¦ TransactionCommitting.php ¦ ¦ ¦ ¦ TransactionRolledBack.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Migrations ¦ ¦ ¦ ¦ ¦ DatabaseMigrationRepository.php ¦ ¦ ¦ ¦ ¦ Migration.php ¦ ¦ ¦ ¦ ¦ MigrationCreator.php ¦ ¦ ¦ ¦ ¦ MigrationRepositoryInterface.php ¦ ¦ ¦ ¦ ¦ Migrator.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---stubs ¦ ¦ ¦ ¦ migration.create.stub ¦ ¦ ¦ ¦ migration.stub ¦ ¦ ¦ ¦ migration.update.stub ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---PDO ¦ ¦ ¦ ¦ ¦ Connection.php ¦ ¦ ¦ ¦ ¦ MySqlDriver.php ¦ ¦ ¦ ¦ ¦ PostgresDriver.php ¦ ¦ ¦ ¦ ¦ SQLiteDriver.php ¦ ¦ ¦ ¦ ¦ SqlServerConnection.php ¦ ¦ ¦ ¦ ¦ SqlServerDriver.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Concerns ¦ ¦ ¦ ¦ ConnectsToDatabase.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Query ¦ ¦ ¦ ¦ ¦ Builder.php ¦ ¦ ¦ ¦ ¦ Expression.php ¦ ¦ ¦ ¦ ¦ IndexHint.php ¦ ¦ ¦ ¦ ¦ JoinClause.php ¦ ¦ ¦ ¦ ¦ JoinLateralClause.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Grammars ¦ ¦ ¦ ¦ ¦ Grammar.php ¦ ¦ ¦ ¦ ¦ MySqlGrammar.php ¦ ¦ ¦ ¦ ¦ PostgresGrammar.php ¦ ¦ ¦ ¦ ¦ SQLiteGrammar.php ¦ ¦ ¦ ¦ ¦ SqlServerGrammar.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Processors ¦ ¦ ¦ ¦ MySqlProcessor.php ¦ ¦ ¦ ¦ PostgresProcessor.php ¦ ¦ ¦ ¦ Processor.php ¦ ¦ ¦ ¦ SQLiteProcessor.php ¦ ¦ ¦ ¦ SqlServerProcessor.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Schema ¦ ¦ ¦ ¦ Blueprint.php ¦ ¦ ¦ ¦ Builder.php ¦ ¦ ¦ ¦ ColumnDefinition.php ¦ ¦ ¦ ¦ ForeignIdColumnDefinition.php ¦ ¦ ¦ ¦ ForeignKeyDefinition.php ¦ ¦ ¦ ¦ IndexDefinition.php ¦ ¦ ¦ ¦ MySqlBuilder.php ¦ ¦ ¦ ¦ MySqlSchemaState.php ¦ ¦ ¦ ¦ PostgresBuilder.php ¦ ¦ ¦ ¦ PostgresSchemaState.php ¦ ¦ ¦ ¦ SchemaState.php ¦ ¦ ¦ ¦ SQLiteBuilder.php ¦ ¦ ¦ ¦ SqliteSchemaState.php ¦ ¦ ¦ ¦ SqlServerBuilder.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Grammars ¦ ¦ ¦ ChangeColumn.php ¦ ¦ ¦ Grammar.php ¦ ¦ ¦ MySqlGrammar.php ¦ ¦ ¦ PostgresGrammar.php ¦ ¦ ¦ RenameColumn.php ¦ ¦ ¦ SQLiteGrammar.php ¦ ¦ ¦ SqlServerGrammar.php ¦ ¦ ¦ ¦ ¦ +---Encryption ¦ ¦ ¦ composer.json ¦ ¦ ¦ Encrypter.php ¦ ¦ ¦ EncryptionServiceProvider.php ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ MissingAppKeyException.php ¦ ¦ ¦ ¦ ¦ +---Events ¦ ¦ ¦ CallQueuedListener.php ¦ ¦ ¦ composer.json ¦ ¦ ¦ Dispatcher.php ¦ ¦ ¦ EventServiceProvider.php ¦ ¦ ¦ functions.php ¦ ¦ ¦ InvokeQueuedClosure.php ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ NullDispatcher.php ¦ ¦ ¦ QueuedClosure.php ¦ ¦ ¦ ¦ ¦ +---Filesystem ¦ ¦ ¦ AwsS3V3Adapter.php ¦ ¦ ¦ composer.json ¦ ¦ ¦ Filesystem.php ¦ ¦ ¦ FilesystemAdapter.php ¦ ¦ ¦ FilesystemManager.php ¦ ¦ ¦ FilesystemServiceProvider.php ¦ ¦ ¦ functions.php ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ LockableFile.php ¦ ¦ ¦ ¦ ¦ +---Foundation ¦ ¦ ¦ ¦ AliasLoader.php ¦ ¦ ¦ ¦ Application.php ¦ ¦ ¦ ¦ CacheBasedMaintenanceMode.php ¦ ¦ ¦ ¦ Cloud.php ¦ ¦ ¦ ¦ ComposerScripts.php ¦ ¦ ¦ ¦ EnvironmentDetector.php ¦ ¦ ¦ ¦ FileBasedMaintenanceMode.php ¦ ¦ ¦ ¦ helpers.php ¦ ¦ ¦ ¦ Inspiring.php ¦ ¦ ¦ ¦ MaintenanceModeManager.php ¦ ¦ ¦ ¦ Mix.php ¦ ¦ ¦ ¦ PackageManifest.php ¦ ¦ ¦ ¦ Precognition.php ¦ ¦ ¦ ¦ ProviderRepository.php ¦ ¦ ¦ ¦ Vite.php ¦ ¦ ¦ ¦ ViteManifestNotFoundException.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Auth ¦ ¦ ¦ ¦ ¦ EmailVerificationRequest.php ¦ ¦ ¦ ¦ ¦ User.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Access ¦ ¦ ¦ ¦ Authorizable.php ¦ ¦ ¦ ¦ AuthorizesRequests.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Bootstrap ¦ ¦ ¦ ¦ BootProviders.php ¦ ¦ ¦ ¦ HandleExceptions.php ¦ ¦ ¦ ¦ LoadConfiguration.php ¦ ¦ ¦ ¦ LoadEnvironmentVariables.php ¦ ¦ ¦ ¦ RegisterFacades.php ¦ ¦ ¦ ¦ RegisterProviders.php ¦ ¦ ¦ ¦ SetRequestForConsole.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Bus ¦ ¦ ¦ ¦ Dispatchable.php ¦ ¦ ¦ ¦ DispatchesJobs.php ¦ ¦ ¦ ¦ PendingChain.php ¦ ¦ ¦ ¦ PendingClosureDispatch.php ¦ ¦ ¦ ¦ PendingDispatch.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Concerns ¦ ¦ ¦ ¦ ResolvesDumpSource.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Console ¦ ¦ ¦ ¦ ¦ AboutCommand.php ¦ ¦ ¦ ¦ ¦ CastMakeCommand.php ¦ ¦ ¦ ¦ ¦ ChannelListCommand.php ¦ ¦ ¦ ¦ ¦ ChannelMakeCommand.php ¦ ¦ ¦ ¦ ¦ ClearCompiledCommand.php ¦ ¦ ¦ ¦ ¦ CliDumper.php ¦ ¦ ¦ ¦ ¦ ClosureCommand.php ¦ ¦ ¦ ¦ ¦ ComponentMakeCommand.php ¦ ¦ ¦ ¦ ¦ ConfigCacheCommand.php ¦ ¦ ¦ ¦ ¦ ConfigClearCommand.php ¦ ¦ ¦ ¦ ¦ ConfigShowCommand.php ¦ ¦ ¦ ¦ ¦ ConsoleMakeCommand.php ¦ ¦ ¦ ¦ ¦ DocsCommand.php ¦ ¦ ¦ ¦ ¦ DownCommand.php ¦ ¦ ¦ ¦ ¦ EnvironmentCommand.php ¦ ¦ ¦ ¦ ¦ EnvironmentDecryptCommand.php ¦ ¦ ¦ ¦ ¦ EnvironmentEncryptCommand.php ¦ ¦ ¦ ¦ ¦ EventCacheCommand.php ¦ ¦ ¦ ¦ ¦ EventClearCommand.php ¦ ¦ ¦ ¦ ¦ EventGenerateCommand.php ¦ ¦ ¦ ¦ ¦ EventListCommand.php ¦ ¦ ¦ ¦ ¦ EventMakeCommand.php ¦ ¦ ¦ ¦ ¦ ExceptionMakeCommand.php ¦ ¦ ¦ ¦ ¦ JobMakeCommand.php ¦ ¦ ¦ ¦ ¦ Kernel.php ¦ ¦ ¦ ¦ ¦ KeyGenerateCommand.php ¦ ¦ ¦ ¦ ¦ LangPublishCommand.php ¦ ¦ ¦ ¦ ¦ ListenerMakeCommand.php ¦ ¦ ¦ ¦ ¦ MailMakeCommand.php ¦ ¦ ¦ ¦ ¦ ModelMakeCommand.php ¦ ¦ ¦ ¦ ¦ NotificationMakeCommand.php ¦ ¦ ¦ ¦ ¦ ObserverMakeCommand.php ¦ ¦ ¦ ¦ ¦ OptimizeClearCommand.php ¦ ¦ ¦ ¦ ¦ OptimizeCommand.php ¦ ¦ ¦ ¦ ¦ PackageDiscoverCommand.php ¦ ¦ ¦ ¦ ¦ PolicyMakeCommand.php ¦ ¦ ¦ ¦ ¦ ProviderMakeCommand.php ¦ ¦ ¦ ¦ ¦ QueuedCommand.php ¦ ¦ ¦ ¦ ¦ RequestMakeCommand.php ¦ ¦ ¦ ¦ ¦ ResourceMakeCommand.php ¦ ¦ ¦ ¦ ¦ RouteCacheCommand.php ¦ ¦ ¦ ¦ ¦ RouteClearCommand.php ¦ ¦ ¦ ¦ ¦ RouteListCommand.php ¦ ¦ ¦ ¦ ¦ RuleMakeCommand.php ¦ ¦ ¦ ¦ ¦ ScopeMakeCommand.php ¦ ¦ ¦ ¦ ¦ ServeCommand.php ¦ ¦ ¦ ¦ ¦ StorageLinkCommand.php ¦ ¦ ¦ ¦ ¦ StorageUnlinkCommand.php ¦ ¦ ¦ ¦ ¦ StubPublishCommand.php ¦ ¦ ¦ ¦ ¦ TestMakeCommand.php ¦ ¦ ¦ ¦ ¦ UpCommand.php ¦ ¦ ¦ ¦ ¦ VendorPublishCommand.php ¦ ¦ ¦ ¦ ¦ ViewCacheCommand.php ¦ ¦ ¦ ¦ ¦ ViewClearCommand.php ¦ ¦ ¦ ¦ ¦ ViewMakeCommand.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---stubs ¦ ¦ ¦ ¦ cast.inbound.stub ¦ ¦ ¦ ¦ cast.stub ¦ ¦ ¦ ¦ channel.stub ¦ ¦ ¦ ¦ console.stub ¦ ¦ ¦ ¦ event.stub ¦ ¦ ¦ ¦ exception-render-report.stub ¦ ¦ ¦ ¦ exception-render.stub ¦ ¦ ¦ ¦ exception-report.stub ¦ ¦ ¦ ¦ exception.stub ¦ ¦ ¦ ¦ job.queued.stub ¦ ¦ ¦ ¦ job.stub ¦ ¦ ¦ ¦ listener-duck.stub ¦ ¦ ¦ ¦ listener-queued-duck.stub ¦ ¦ ¦ ¦ listener-queued.stub ¦ ¦ ¦ ¦ listener.stub ¦ ¦ ¦ ¦ mail.stub ¦ ¦ ¦ ¦ maintenance-mode.stub ¦ ¦ ¦ ¦ markdown-mail.stub ¦ ¦ ¦ ¦ markdown-notification.stub ¦ ¦ ¦ ¦ markdown.stub ¦ ¦ ¦ ¦ model.morph-pivot.stub ¦ ¦ ¦ ¦ model.pivot.stub ¦ ¦ ¦ ¦ model.stub ¦ ¦ ¦ ¦ notification.stub ¦ ¦ ¦ ¦ observer.plain.stub ¦ ¦ ¦ ¦ observer.stub ¦ ¦ ¦ ¦ pest.stub ¦ ¦ ¦ ¦ pest.unit.stub ¦ ¦ ¦ ¦ policy.plain.stub ¦ ¦ ¦ ¦ policy.stub ¦ ¦ ¦ ¦ provider.stub ¦ ¦ ¦ ¦ request.stub ¦ ¦ ¦ ¦ resource-collection.stub ¦ ¦ ¦ ¦ resource.stub ¦ ¦ ¦ ¦ routes.stub ¦ ¦ ¦ ¦ rule.implicit.stub ¦ ¦ ¦ ¦ rule.stub ¦ ¦ ¦ ¦ scope.stub ¦ ¦ ¦ ¦ test.stub ¦ ¦ ¦ ¦ test.unit.stub ¦ ¦ ¦ ¦ view-component.stub ¦ ¦ ¦ ¦ view.pest.stub ¦ ¦ ¦ ¦ view.stub ¦ ¦ ¦ ¦ view.test.stub ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Events ¦ ¦ ¦ ¦ DiscoverEvents.php ¦ ¦ ¦ ¦ Dispatchable.php ¦ ¦ ¦ ¦ LocaleUpdated.php ¦ ¦ ¦ ¦ MaintenanceModeDisabled.php ¦ ¦ ¦ ¦ MaintenanceModeEnabled.php ¦ ¦ ¦ ¦ PublishingStubs.php ¦ ¦ ¦ ¦ VendorTagPublished.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Exceptions ¦ ¦ ¦ ¦ ¦ Handler.php ¦ ¦ ¦ ¦ ¦ RegisterErrorViewPaths.php ¦ ¦ ¦ ¦ ¦ ReportableHandler.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---views ¦ ¦ ¦ ¦ ¦ 401.blade.php ¦ ¦ ¦ ¦ ¦ 402.blade.php ¦ ¦ ¦ ¦ ¦ 403.blade.php ¦ ¦ ¦ ¦ ¦ 404.blade.php ¦ ¦ ¦ ¦ ¦ 419.blade.php ¦ ¦ ¦ ¦ ¦ 429.blade.php ¦ ¦ ¦ ¦ ¦ 500.blade.php ¦ ¦ ¦ ¦ ¦ 503.blade.php ¦ ¦ ¦ ¦ ¦ layout.blade.php ¦ ¦ ¦ ¦ ¦ minimal.blade.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Whoops ¦ ¦ ¦ ¦ WhoopsExceptionRenderer.php ¦ ¦ ¦ ¦ WhoopsHandler.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Http ¦ ¦ ¦ ¦ ¦ FormRequest.php ¦ ¦ ¦ ¦ ¦ HtmlDumper.php ¦ ¦ ¦ ¦ ¦ Kernel.php ¦ ¦ ¦ ¦ ¦ MaintenanceModeBypassCookie.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Events ¦ ¦ ¦ ¦ ¦ RequestHandled.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Middleware ¦ ¦ ¦ ¦ CheckForMaintenanceMode.php ¦ ¦ ¦ ¦ ConvertEmptyStringsToNull.php ¦ ¦ ¦ ¦ HandlePrecognitiveRequests.php ¦ ¦ ¦ ¦ PreventRequestsDuringMaintenance.php ¦ ¦ ¦ ¦ TransformsRequest.php ¦ ¦ ¦ ¦ TrimStrings.php ¦ ¦ ¦ ¦ ValidatePostSize.php ¦ ¦ ¦ ¦ VerifyCsrfToken.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Providers ¦ ¦ ¦ ¦ ArtisanServiceProvider.php ¦ ¦ ¦ ¦ ComposerServiceProvider.php ¦ ¦ ¦ ¦ ConsoleSupportServiceProvider.php ¦ ¦ ¦ ¦ FormRequestServiceProvider.php ¦ ¦ ¦ ¦ FoundationServiceProvider.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---resources ¦ ¦ ¦ ¦ server.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Routing ¦ ¦ ¦ ¦ PrecognitionCallableDispatcher.php ¦ ¦ ¦ ¦ PrecognitionControllerDispatcher.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---stubs ¦ ¦ ¦ ¦ facade.stub ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Support ¦ ¦ ¦ ¦ +---Providers ¦ ¦ ¦ ¦ AuthServiceProvider.php ¦ ¦ ¦ ¦ EventServiceProvider.php ¦ ¦ ¦ ¦ RouteServiceProvider.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Testing ¦ ¦ ¦ ¦ ¦ DatabaseMigrations.php ¦ ¦ ¦ ¦ ¦ DatabaseTransactions.php ¦ ¦ ¦ ¦ ¦ DatabaseTransactionsManager.php ¦ ¦ ¦ ¦ ¦ DatabaseTruncation.php ¦ ¦ ¦ ¦ ¦ LazilyRefreshDatabase.php ¦ ¦ ¦ ¦ ¦ RefreshDatabase.php ¦ ¦ ¦ ¦ ¦ RefreshDatabaseState.php ¦ ¦ ¦ ¦ ¦ TestCase.php ¦ ¦ ¦ ¦ ¦ WithConsoleEvents.php ¦ ¦ ¦ ¦ ¦ WithFaker.php ¦ ¦ ¦ ¦ ¦ WithoutEvents.php ¦ ¦ ¦ ¦ ¦ WithoutMiddleware.php ¦ ¦ ¦ ¦ ¦ Wormhole.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Concerns ¦ ¦ ¦ ¦ ¦ InteractsWithAuthentication.php ¦ ¦ ¦ ¦ ¦ InteractsWithConsole.php ¦ ¦ ¦ ¦ ¦ InteractsWithContainer.php ¦ ¦ ¦ ¦ ¦ InteractsWithDatabase.php ¦ ¦ ¦ ¦ ¦ InteractsWithDeprecationHandling.php ¦ ¦ ¦ ¦ ¦ InteractsWithExceptionHandling.php ¦ ¦ ¦ ¦ ¦ InteractsWithRedis.php ¦ ¦ ¦ ¦ ¦ InteractsWithSession.php ¦ ¦ ¦ ¦ ¦ InteractsWithTestCaseLifecycle.php ¦ ¦ ¦ ¦ ¦ InteractsWithTime.php ¦ ¦ ¦ ¦ ¦ InteractsWithViews.php ¦ ¦ ¦ ¦ ¦ MakesHttpRequests.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Traits ¦ ¦ ¦ ¦ CanConfigureMigrationCommands.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Validation ¦ ¦ ¦ ValidatesRequests.php ¦ ¦ ¦ ¦ ¦ +---Hashing ¦ ¦ ¦ AbstractHasher.php ¦ ¦ ¦ Argon2IdHasher.php ¦ ¦ ¦ ArgonHasher.php ¦ ¦ ¦ BcryptHasher.php ¦ ¦ ¦ composer.json ¦ ¦ ¦ HashManager.php ¦ ¦ ¦ HashServiceProvider.php ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ ¦ ¦ +---Http ¦ ¦ ¦ ¦ composer.json ¦ ¦ ¦ ¦ File.php ¦ ¦ ¦ ¦ FileHelpers.php ¦ ¦ ¦ ¦ JsonResponse.php ¦ ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ ¦ RedirectResponse.php ¦ ¦ ¦ ¦ Request.php ¦ ¦ ¦ ¦ Response.php ¦ ¦ ¦ ¦ ResponseTrait.php ¦ ¦ ¦ ¦ UploadedFile.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Client ¦ ¦ ¦ ¦ ¦ ConnectionException.php ¦ ¦ ¦ ¦ ¦ Factory.php ¦ ¦ ¦ ¦ ¦ HttpClientException.php ¦ ¦ ¦ ¦ ¦ PendingRequest.php ¦ ¦ ¦ ¦ ¦ Pool.php ¦ ¦ ¦ ¦ ¦ Request.php ¦ ¦ ¦ ¦ ¦ RequestException.php ¦ ¦ ¦ ¦ ¦ Response.php ¦ ¦ ¦ ¦ ¦ ResponseSequence.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Concerns ¦ ¦ ¦ ¦ ¦ DeterminesStatusCode.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Events ¦ ¦ ¦ ¦ ConnectionFailed.php ¦ ¦ ¦ ¦ RequestSending.php ¦ ¦ ¦ ¦ ResponseReceived.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Concerns ¦ ¦ ¦ ¦ CanBePrecognitive.php ¦ ¦ ¦ ¦ InteractsWithContentTypes.php ¦ ¦ ¦ ¦ InteractsWithFlashData.php ¦ ¦ ¦ ¦ InteractsWithInput.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Exceptions ¦ ¦ ¦ ¦ HttpResponseException.php ¦ ¦ ¦ ¦ PostTooLargeException.php ¦ ¦ ¦ ¦ ThrottleRequestsException.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Middleware ¦ ¦ ¦ ¦ AddLinkHeadersForPreloadedAssets.php ¦ ¦ ¦ ¦ CheckResponseForModifications.php ¦ ¦ ¦ ¦ FrameGuard.php ¦ ¦ ¦ ¦ HandleCors.php ¦ ¦ ¦ ¦ SetCacheHeaders.php ¦ ¦ ¦ ¦ TrustHosts.php ¦ ¦ ¦ ¦ TrustProxies.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Resources ¦ ¦ ¦ ¦ ¦ CollectsResources.php ¦ ¦ ¦ ¦ ¦ ConditionallyLoadsAttributes.php ¦ ¦ ¦ ¦ ¦ DelegatesToResource.php ¦ ¦ ¦ ¦ ¦ MergeValue.php ¦ ¦ ¦ ¦ ¦ MissingValue.php ¦ ¦ ¦ ¦ ¦ PotentiallyMissing.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Json ¦ ¦ ¦ ¦ AnonymousResourceCollection.php ¦ ¦ ¦ ¦ JsonResource.php ¦ ¦ ¦ ¦ PaginatedResourceResponse.php ¦ ¦ ¦ ¦ ResourceCollection.php ¦ ¦ ¦ ¦ ResourceResponse.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Testing ¦ ¦ ¦ File.php ¦ ¦ ¦ FileFactory.php ¦ ¦ ¦ MimeType.php ¦ ¦ ¦ ¦ ¦ +---Log ¦ ¦ ¦ ¦ composer.json ¦ ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ ¦ Logger.php ¦ ¦ ¦ ¦ LogManager.php ¦ ¦ ¦ ¦ LogServiceProvider.php ¦ ¦ ¦ ¦ ParsesLogConfiguration.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Events ¦ ¦ ¦ MessageLogged.php ¦ ¦ ¦ ¦ ¦ +---Macroable ¦ ¦ ¦ ¦ composer.json ¦ ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Traits ¦ ¦ ¦ Macroable.php ¦ ¦ ¦ ¦ ¦ +---Mail ¦ ¦ ¦ ¦ Attachment.php ¦ ¦ ¦ ¦ composer.json ¦ ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ ¦ Mailable.php ¦ ¦ ¦ ¦ Mailer.php ¦ ¦ ¦ ¦ MailManager.php ¦ ¦ ¦ ¦ MailServiceProvider.php ¦ ¦ ¦ ¦ Markdown.php ¦ ¦ ¦ ¦ Message.php ¦ ¦ ¦ ¦ PendingMail.php ¦ ¦ ¦ ¦ SendQueuedMailable.php ¦ ¦ ¦ ¦ SentMessage.php ¦ ¦ ¦ ¦ TextMessage.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Events ¦ ¦ ¦ ¦ MessageSending.php ¦ ¦ ¦ ¦ MessageSent.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Mailables ¦ ¦ ¦ ¦ Address.php ¦ ¦ ¦ ¦ Attachment.php ¦ ¦ ¦ ¦ Content.php ¦ ¦ ¦ ¦ Envelope.php ¦ ¦ ¦ ¦ Headers.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---resources ¦ ¦ ¦ ¦ +---views ¦ ¦ ¦ ¦ +---html ¦ ¦ ¦ ¦ ¦ ¦ button.blade.php ¦ ¦ ¦ ¦ ¦ ¦ footer.blade.php ¦ ¦ ¦ ¦ ¦ ¦ header.blade.php ¦ ¦ ¦ ¦ ¦ ¦ layout.blade.php ¦ ¦ ¦ ¦ ¦ ¦ message.blade.php ¦ ¦ ¦ ¦ ¦ ¦ panel.blade.php ¦ ¦ ¦ ¦ ¦ ¦ subcopy.blade.php ¦ ¦ ¦ ¦ ¦ ¦ table.blade.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---themes ¦ ¦ ¦ ¦ ¦ default.css ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---text ¦ ¦ ¦ ¦ button.blade.php ¦ ¦ ¦ ¦ footer.blade.php ¦ ¦ ¦ ¦ header.blade.php ¦ ¦ ¦ ¦ layout.blade.php ¦ ¦ ¦ ¦ message.blade.php ¦ ¦ ¦ ¦ panel.blade.php ¦ ¦ ¦ ¦ subcopy.blade.php ¦ ¦ ¦ ¦ table.blade.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Transport ¦ ¦ ¦ ArrayTransport.php ¦ ¦ ¦ LogTransport.php ¦ ¦ ¦ SesTransport.php ¦ ¦ ¦ SesV2Transport.php ¦ ¦ ¦ ¦ ¦ +---Notifications ¦ ¦ ¦ ¦ Action.php ¦ ¦ ¦ ¦ AnonymousNotifiable.php ¦ ¦ ¦ ¦ ChannelManager.php ¦ ¦ ¦ ¦ composer.json ¦ ¦ ¦ ¦ DatabaseNotification.php ¦ ¦ ¦ ¦ DatabaseNotificationCollection.php ¦ ¦ ¦ ¦ HasDatabaseNotifications.php ¦ ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ ¦ Notifiable.php ¦ ¦ ¦ ¦ Notification.php ¦ ¦ ¦ ¦ NotificationSender.php ¦ ¦ ¦ ¦ NotificationServiceProvider.php ¦ ¦ ¦ ¦ RoutesNotifications.php ¦ ¦ ¦ ¦ SendQueuedNotifications.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Channels ¦ ¦ ¦ ¦ BroadcastChannel.php ¦ ¦ ¦ ¦ DatabaseChannel.php ¦ ¦ ¦ ¦ MailChannel.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Console ¦ ¦ ¦ ¦ ¦ NotificationTableCommand.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---stubs ¦ ¦ ¦ ¦ notifications.stub ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Events ¦ ¦ ¦ ¦ BroadcastNotificationCreated.php ¦ ¦ ¦ ¦ NotificationFailed.php ¦ ¦ ¦ ¦ NotificationSending.php ¦ ¦ ¦ ¦ NotificationSent.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Messages ¦ ¦ ¦ ¦ BroadcastMessage.php ¦ ¦ ¦ ¦ DatabaseMessage.php ¦ ¦ ¦ ¦ MailMessage.php ¦ ¦ ¦ ¦ SimpleMessage.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---resources ¦ ¦ ¦ +---views ¦ ¦ ¦ email.blade.php ¦ ¦ ¦ ¦ ¦ +---Pagination ¦ ¦ ¦ ¦ AbstractCursorPaginator.php ¦ ¦ ¦ ¦ AbstractPaginator.php ¦ ¦ ¦ ¦ composer.json ¦ ¦ ¦ ¦ Cursor.php ¦ ¦ ¦ ¦ CursorPaginator.php ¦ ¦ ¦ ¦ LengthAwarePaginator.php ¦ ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ ¦ PaginationServiceProvider.php ¦ ¦ ¦ ¦ PaginationState.php ¦ ¦ ¦ ¦ Paginator.php ¦ ¦ ¦ ¦ UrlWindow.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---resources ¦ ¦ ¦ +---views ¦ ¦ ¦ bootstrap-4.blade.php ¦ ¦ ¦ bootstrap-5.blade.php ¦ ¦ ¦ default.blade.php ¦ ¦ ¦ semantic-ui.blade.php ¦ ¦ ¦ simple-bootstrap-4.blade.php ¦ ¦ ¦ simple-bootstrap-5.blade.php ¦ ¦ ¦ simple-default.blade.php ¦ ¦ ¦ simple-tailwind.blade.php ¦ ¦ ¦ tailwind.blade.php ¦ ¦ ¦ ¦ ¦ +---Pipeline ¦ ¦ ¦ composer.json ¦ ¦ ¦ Hub.php ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ Pipeline.php ¦ ¦ ¦ PipelineServiceProvider.php ¦ ¦ ¦ ¦ ¦ +---Process ¦ ¦ ¦ ¦ composer.json ¦ ¦ ¦ ¦ Factory.php ¦ ¦ ¦ ¦ FakeInvokedProcess.php ¦ ¦ ¦ ¦ FakeProcessDescription.php ¦ ¦ ¦ ¦ FakeProcessResult.php ¦ ¦ ¦ ¦ FakeProcessSequence.php ¦ ¦ ¦ ¦ InvokedProcess.php ¦ ¦ ¦ ¦ InvokedProcessPool.php ¦ ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ ¦ PendingProcess.php ¦ ¦ ¦ ¦ Pipe.php ¦ ¦ ¦ ¦ Pool.php ¦ ¦ ¦ ¦ ProcessPoolResults.php ¦ ¦ ¦ ¦ ProcessResult.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Exceptions ¦ ¦ ¦ ProcessFailedException.php ¦ ¦ ¦ ProcessTimedOutException.php ¦ ¦ ¦ ¦ ¦ +---Queue ¦ ¦ ¦ ¦ BeanstalkdQueue.php ¦ ¦ ¦ ¦ CallQueuedClosure.php ¦ ¦ ¦ ¦ CallQueuedHandler.php ¦ ¦ ¦ ¦ composer.json ¦ ¦ ¦ ¦ DatabaseQueue.php ¦ ¦ ¦ ¦ InteractsWithQueue.php ¦ ¦ ¦ ¦ InvalidPayloadException.php ¦ ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ ¦ Listener.php ¦ ¦ ¦ ¦ ListenerOptions.php ¦ ¦ ¦ ¦ LuaScripts.php ¦ ¦ ¦ ¦ ManuallyFailedException.php ¦ ¦ ¦ ¦ MaxAttemptsExceededException.php ¦ ¦ ¦ ¦ NullQueue.php ¦ ¦ ¦ ¦ Queue.php ¦ ¦ ¦ ¦ QueueManager.php ¦ ¦ ¦ ¦ QueueServiceProvider.php ¦ ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ RedisQueue.php ¦ ¦ ¦ ¦ SerializesAndRestoresModelIdentifiers.php ¦ ¦ ¦ ¦ SerializesModels.php ¦ ¦ ¦ ¦ SqsQueue.php ¦ ¦ ¦ ¦ SyncQueue.php ¦ ¦ ¦ ¦ TimeoutExceededException.php ¦ ¦ ¦ ¦ Worker.php ¦ ¦ ¦ ¦ WorkerOptions.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Attributes ¦ ¦ ¦ ¦ WithoutRelations.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Capsule ¦ ¦ ¦ ¦ Manager.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Connectors ¦ ¦ ¦ ¦ BeanstalkdConnector.php ¦ ¦ ¦ ¦ ConnectorInterface.php ¦ ¦ ¦ ¦ DatabaseConnector.php ¦ ¦ ¦ ¦ NullConnector.php ¦ ¦ ¦ ¦ RedisConnector.php ¦ ¦ ¦ ¦ SqsConnector.php ¦ ¦ ¦ ¦ SyncConnector.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Console ¦ ¦ ¦ ¦ ¦ BatchesTableCommand.php ¦ ¦ ¦ ¦ ¦ ClearCommand.php ¦ ¦ ¦ ¦ ¦ FailedTableCommand.php ¦ ¦ ¦ ¦ ¦ FlushFailedCommand.php ¦ ¦ ¦ ¦ ¦ ForgetFailedCommand.php ¦ ¦ ¦ ¦ ¦ ListenCommand.php ¦ ¦ ¦ ¦ ¦ ListFailedCommand.php ¦ ¦ ¦ ¦ ¦ MonitorCommand.php ¦ ¦ ¦ ¦ ¦ PruneBatchesCommand.php ¦ ¦ ¦ ¦ ¦ PruneFailedJobsCommand.php ¦ ¦ ¦ ¦ ¦ RestartCommand.php ¦ ¦ ¦ ¦ ¦ RetryBatchCommand.php ¦ ¦ ¦ ¦ ¦ RetryCommand.php ¦ ¦ ¦ ¦ ¦ TableCommand.php ¦ ¦ ¦ ¦ ¦ WorkCommand.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---stubs ¦ ¦ ¦ ¦ batches.stub ¦ ¦ ¦ ¦ failed_jobs.stub ¦ ¦ ¦ ¦ jobs.stub ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Events ¦ ¦ ¦ ¦ JobExceptionOccurred.php ¦ ¦ ¦ ¦ JobFailed.php ¦ ¦ ¦ ¦ JobPopped.php ¦ ¦ ¦ ¦ JobPopping.php ¦ ¦ ¦ ¦ JobProcessed.php ¦ ¦ ¦ ¦ JobProcessing.php ¦ ¦ ¦ ¦ JobQueued.php ¦ ¦ ¦ ¦ JobQueueing.php ¦ ¦ ¦ ¦ JobReleasedAfterException.php ¦ ¦ ¦ ¦ JobRetryRequested.php ¦ ¦ ¦ ¦ JobTimedOut.php ¦ ¦ ¦ ¦ Looping.php ¦ ¦ ¦ ¦ QueueBusy.php ¦ ¦ ¦ ¦ WorkerStopping.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Failed ¦ ¦ ¦ ¦ CountableFailedJobProvider.php ¦ ¦ ¦ ¦ DatabaseFailedJobProvider.php ¦ ¦ ¦ ¦ DatabaseUuidFailedJobProvider.php ¦ ¦ ¦ ¦ DynamoDbFailedJobProvider.php ¦ ¦ ¦ ¦ FailedJobProviderInterface.php ¦ ¦ ¦ ¦ FileFailedJobProvider.php ¦ ¦ ¦ ¦ NullFailedJobProvider.php ¦ ¦ ¦ ¦ PrunableFailedJobProvider.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Jobs ¦ ¦ ¦ ¦ BeanstalkdJob.php ¦ ¦ ¦ ¦ DatabaseJob.php ¦ ¦ ¦ ¦ DatabaseJobRecord.php ¦ ¦ ¦ ¦ Job.php ¦ ¦ ¦ ¦ JobName.php ¦ ¦ ¦ ¦ RedisJob.php ¦ ¦ ¦ ¦ SqsJob.php ¦ ¦ ¦ ¦ SyncJob.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Middleware ¦ ¦ ¦ RateLimited.php ¦ ¦ ¦ RateLimitedWithRedis.php ¦ ¦ ¦ SkipIfBatchCancelled.php ¦ ¦ ¦ ThrottlesExceptions.php ¦ ¦ ¦ ThrottlesExceptionsWithRedis.php ¦ ¦ ¦ WithoutOverlapping.php ¦ ¦ ¦ ¦ ¦ +---Redis ¦ ¦ ¦ ¦ composer.json ¦ ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ ¦ RedisManager.php ¦ ¦ ¦ ¦ RedisServiceProvider.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Connections ¦ ¦ ¦ ¦ Connection.php ¦ ¦ ¦ ¦ PacksPhpRedisValues.php ¦ ¦ ¦ ¦ PhpRedisClusterConnection.php ¦ ¦ ¦ ¦ PhpRedisConnection.php ¦ ¦ ¦ ¦ PredisClusterConnection.php ¦ ¦ ¦ ¦ PredisConnection.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Connectors ¦ ¦ ¦ ¦ PhpRedisConnector.php ¦ ¦ ¦ ¦ PredisConnector.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Events ¦ ¦ ¦ ¦ CommandExecuted.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Limiters ¦ ¦ ¦ ConcurrencyLimiter.php ¦ ¦ ¦ ConcurrencyLimiterBuilder.php ¦ ¦ ¦ DurationLimiter.php ¦ ¦ ¦ DurationLimiterBuilder.php ¦ ¦ ¦ ¦ ¦ +---Routing ¦ ¦ ¦ ¦ AbstractRouteCollection.php ¦ ¦ ¦ ¦ CallableDispatcher.php ¦ ¦ ¦ ¦ CompiledRouteCollection.php ¦ ¦ ¦ ¦ composer.json ¦ ¦ ¦ ¦ Controller.php ¦ ¦ ¦ ¦ ControllerDispatcher.php ¦ ¦ ¦ ¦ ControllerMiddlewareOptions.php ¦ ¦ ¦ ¦ CreatesRegularExpressionRouteConstraints.php ¦ ¦ ¦ ¦ FiltersControllerMiddleware.php ¦ ¦ ¦ ¦ ImplicitRouteBinding.php ¦ ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ ¦ MiddlewareNameResolver.php ¦ ¦ ¦ ¦ PendingResourceRegistration.php ¦ ¦ ¦ ¦ PendingSingletonResourceRegistration.php ¦ ¦ ¦ ¦ Pipeline.php ¦ ¦ ¦ ¦ RedirectController.php ¦ ¦ ¦ ¦ Redirector.php ¦ ¦ ¦ ¦ ResolvesRouteDependencies.php ¦ ¦ ¦ ¦ ResourceRegistrar.php ¦ ¦ ¦ ¦ ResponseFactory.php ¦ ¦ ¦ ¦ Route.php ¦ ¦ ¦ ¦ RouteAction.php ¦ ¦ ¦ ¦ RouteBinding.php ¦ ¦ ¦ ¦ RouteCollection.php ¦ ¦ ¦ ¦ RouteCollectionInterface.php ¦ ¦ ¦ ¦ RouteDependencyResolverTrait.php ¦ ¦ ¦ ¦ RouteFileRegistrar.php ¦ ¦ ¦ ¦ RouteGroup.php ¦ ¦ ¦ ¦ RouteParameterBinder.php ¦ ¦ ¦ ¦ Router.php ¦ ¦ ¦ ¦ RouteRegistrar.php ¦ ¦ ¦ ¦ RouteSignatureParameters.php ¦ ¦ ¦ ¦ RouteUri.php ¦ ¦ ¦ ¦ RouteUrlGenerator.php ¦ ¦ ¦ ¦ RoutingServiceProvider.php ¦ ¦ ¦ ¦ SortedMiddleware.php ¦ ¦ ¦ ¦ UrlGenerator.php ¦ ¦ ¦ ¦ ViewController.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Console ¦ ¦ ¦ ¦ ¦ ControllerMakeCommand.php ¦ ¦ ¦ ¦ ¦ MiddlewareMakeCommand.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---stubs ¦ ¦ ¦ ¦ controller.api.stub ¦ ¦ ¦ ¦ controller.invokable.stub ¦ ¦ ¦ ¦ controller.model.api.stub ¦ ¦ ¦ ¦ controller.model.stub ¦ ¦ ¦ ¦ controller.nested.api.stub ¦ ¦ ¦ ¦ controller.nested.singleton.api.stub ¦ ¦ ¦ ¦ controller.nested.singleton.stub ¦ ¦ ¦ ¦ controller.nested.stub ¦ ¦ ¦ ¦ controller.plain.stub ¦ ¦ ¦ ¦ controller.singleton.api.stub ¦ ¦ ¦ ¦ controller.singleton.stub ¦ ¦ ¦ ¦ controller.stub ¦ ¦ ¦ ¦ middleware.stub ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Contracts ¦ ¦ ¦ ¦ CallableDispatcher.php ¦ ¦ ¦ ¦ ControllerDispatcher.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Controllers ¦ ¦ ¦ ¦ HasMiddleware.php ¦ ¦ ¦ ¦ Middleware.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Events ¦ ¦ ¦ ¦ PreparingResponse.php ¦ ¦ ¦ ¦ ResponsePrepared.php ¦ ¦ ¦ ¦ RouteMatched.php ¦ ¦ ¦ ¦ Routing.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Exceptions ¦ ¦ ¦ ¦ BackedEnumCaseNotFoundException.php ¦ ¦ ¦ ¦ InvalidSignatureException.php ¦ ¦ ¦ ¦ StreamedResponseException.php ¦ ¦ ¦ ¦ UrlGenerationException.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Matching ¦ ¦ ¦ ¦ HostValidator.php ¦ ¦ ¦ ¦ MethodValidator.php ¦ ¦ ¦ ¦ SchemeValidator.php ¦ ¦ ¦ ¦ UriValidator.php ¦ ¦ ¦ ¦ ValidatorInterface.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Middleware ¦ ¦ ¦ SubstituteBindings.php ¦ ¦ ¦ ThrottleRequests.php ¦ ¦ ¦ ThrottleRequestsWithRedis.php ¦ ¦ ¦ ValidateSignature.php ¦ ¦ ¦ ¦ ¦ +---Session ¦ ¦ ¦ ¦ ArraySessionHandler.php ¦ ¦ ¦ ¦ CacheBasedSessionHandler.php ¦ ¦ ¦ ¦ composer.json ¦ ¦ ¦ ¦ CookieSessionHandler.php ¦ ¦ ¦ ¦ DatabaseSessionHandler.php ¦ ¦ ¦ ¦ EncryptedStore.php ¦ ¦ ¦ ¦ ExistenceAwareInterface.php ¦ ¦ ¦ ¦ FileSessionHandler.php ¦ ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ ¦ NullSessionHandler.php ¦ ¦ ¦ ¦ SessionManager.php ¦ ¦ ¦ ¦ SessionServiceProvider.php ¦ ¦ ¦ ¦ Store.php ¦ ¦ ¦ ¦ SymfonySessionDecorator.php ¦ ¦ ¦ ¦ TokenMismatchException.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Console ¦ ¦ ¦ ¦ ¦ SessionTableCommand.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---stubs ¦ ¦ ¦ ¦ database.stub ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Middleware ¦ ¦ ¦ AuthenticateSession.php ¦ ¦ ¦ StartSession.php ¦ ¦ ¦ ¦ ¦ +---Support ¦ ¦ ¦ ¦ AggregateServiceProvider.php ¦ ¦ ¦ ¦ Benchmark.php ¦ ¦ ¦ ¦ Carbon.php ¦ ¦ ¦ ¦ composer.json ¦ ¦ ¦ ¦ Composer.php ¦ ¦ ¦ ¦ ConfigurationUrlParser.php ¦ ¦ ¦ ¦ DateFactory.php ¦ ¦ ¦ ¦ DefaultProviders.php ¦ ¦ ¦ ¦ Env.php ¦ ¦ ¦ ¦ Fluent.php ¦ ¦ ¦ ¦ helpers.php ¦ ¦ ¦ ¦ HigherOrderTapProxy.php ¦ ¦ ¦ ¦ HtmlString.php ¦ ¦ ¦ ¦ InteractsWithTime.php ¦ ¦ ¦ ¦ Js.php ¦ ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ ¦ Lottery.php ¦ ¦ ¦ ¦ Manager.php ¦ ¦ ¦ ¦ MessageBag.php ¦ ¦ ¦ ¦ MultipleInstanceManager.php ¦ ¦ ¦ ¦ NamespacedItemResolver.php ¦ ¦ ¦ ¦ Number.php ¦ ¦ ¦ ¦ Optional.php ¦ ¦ ¦ ¦ Pluralizer.php ¦ ¦ ¦ ¦ ProcessUtils.php ¦ ¦ ¦ ¦ Reflector.php ¦ ¦ ¦ ¦ ServiceProvider.php ¦ ¦ ¦ ¦ Sleep.php ¦ ¦ ¦ ¦ Str.php ¦ ¦ ¦ ¦ Stringable.php ¦ ¦ ¦ ¦ Timebox.php ¦ ¦ ¦ ¦ ValidatedInput.php ¦ ¦ ¦ ¦ ViewErrorBag.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Exceptions ¦ ¦ ¦ ¦ MathException.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Facades ¦ ¦ ¦ ¦ App.php ¦ ¦ ¦ ¦ Artisan.php ¦ ¦ ¦ ¦ Auth.php ¦ ¦ ¦ ¦ Blade.php ¦ ¦ ¦ ¦ Broadcast.php ¦ ¦ ¦ ¦ Bus.php ¦ ¦ ¦ ¦ Cache.php ¦ ¦ ¦ ¦ Config.php ¦ ¦ ¦ ¦ Cookie.php ¦ ¦ ¦ ¦ Crypt.php ¦ ¦ ¦ ¦ Date.php ¦ ¦ ¦ ¦ DB.php ¦ ¦ ¦ ¦ Event.php ¦ ¦ ¦ ¦ Facade.php ¦ ¦ ¦ ¦ File.php ¦ ¦ ¦ ¦ Gate.php ¦ ¦ ¦ ¦ Hash.php ¦ ¦ ¦ ¦ Http.php ¦ ¦ ¦ ¦ Lang.php ¦ ¦ ¦ ¦ Log.php ¦ ¦ ¦ ¦ Mail.php ¦ ¦ ¦ ¦ Notification.php ¦ ¦ ¦ ¦ ParallelTesting.php ¦ ¦ ¦ ¦ Password.php ¦ ¦ ¦ ¦ Pipeline.php ¦ ¦ ¦ ¦ Process.php ¦ ¦ ¦ ¦ Queue.php ¦ ¦ ¦ ¦ RateLimiter.php ¦ ¦ ¦ ¦ Redirect.php ¦ ¦ ¦ ¦ Redis.php ¦ ¦ ¦ ¦ Request.php ¦ ¦ ¦ ¦ Response.php ¦ ¦ ¦ ¦ Route.php ¦ ¦ ¦ ¦ Schema.php ¦ ¦ ¦ ¦ Session.php ¦ ¦ ¦ ¦ Storage.php ¦ ¦ ¦ ¦ URL.php ¦ ¦ ¦ ¦ Validator.php ¦ ¦ ¦ ¦ View.php ¦ ¦ ¦ ¦ Vite.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Testing ¦ ¦ ¦ ¦ +---Fakes ¦ ¦ ¦ ¦ BatchFake.php ¦ ¦ ¦ ¦ BatchRepositoryFake.php ¦ ¦ ¦ ¦ BusFake.php ¦ ¦ ¦ ¦ ChainedBatchTruthTest.php ¦ ¦ ¦ ¦ EventFake.php ¦ ¦ ¦ ¦ Fake.php ¦ ¦ ¦ ¦ MailFake.php ¦ ¦ ¦ ¦ NotificationFake.php ¦ ¦ ¦ ¦ PendingBatchFake.php ¦ ¦ ¦ ¦ PendingChainFake.php ¦ ¦ ¦ ¦ PendingMailFake.php ¦ ¦ ¦ ¦ QueueFake.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Traits ¦ ¦ ¦ CapsuleManagerTrait.php ¦ ¦ ¦ ForwardsCalls.php ¦ ¦ ¦ InteractsWithData.php ¦ ¦ ¦ Localizable.php ¦ ¦ ¦ ReflectsClosures.php ¦ ¦ ¦ Tappable.php ¦ ¦ ¦ ¦ ¦ +---Testing ¦ ¦ ¦ ¦ Assert.php ¦ ¦ ¦ ¦ AssertableJsonString.php ¦ ¦ ¦ ¦ composer.json ¦ ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ ¦ LoggedExceptionCollection.php ¦ ¦ ¦ ¦ ParallelConsoleOutput.php ¦ ¦ ¦ ¦ ParallelRunner.php ¦ ¦ ¦ ¦ ParallelTesting.php ¦ ¦ ¦ ¦ ParallelTestingServiceProvider.php ¦ ¦ ¦ ¦ PendingCommand.php ¦ ¦ ¦ ¦ TestComponent.php ¦ ¦ ¦ ¦ TestResponse.php ¦ ¦ ¦ ¦ TestView.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Concerns ¦ ¦ ¦ ¦ AssertsStatusCodes.php ¦ ¦ ¦ ¦ RunsInParallel.php ¦ ¦ ¦ ¦ TestDatabases.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Constraints ¦ ¦ ¦ ¦ ArraySubset.php ¦ ¦ ¦ ¦ CountInDatabase.php ¦ ¦ ¦ ¦ HasInDatabase.php ¦ ¦ ¦ ¦ NotSoftDeletedInDatabase.php ¦ ¦ ¦ ¦ SeeInOrder.php ¦ ¦ ¦ ¦ SoftDeletedInDatabase.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Exceptions ¦ ¦ ¦ ¦ InvalidArgumentException.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Fluent ¦ ¦ ¦ ¦ AssertableJson.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Concerns ¦ ¦ ¦ Debugging.php ¦ ¦ ¦ Has.php ¦ ¦ ¦ Interaction.php ¦ ¦ ¦ Matching.php ¦ ¦ ¦ ¦ ¦ +---Translation ¦ ¦ ¦ ¦ ArrayLoader.php ¦ ¦ ¦ ¦ composer.json ¦ ¦ ¦ ¦ CreatesPotentiallyTranslatedStrings.php ¦ ¦ ¦ ¦ FileLoader.php ¦ ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ ¦ MessageSelector.php ¦ ¦ ¦ ¦ PotentiallyTranslatedString.php ¦ ¦ ¦ ¦ TranslationServiceProvider.php ¦ ¦ ¦ ¦ Translator.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---lang ¦ ¦ ¦ +---en ¦ ¦ ¦ auth.php ¦ ¦ ¦ pagination.php ¦ ¦ ¦ passwords.php ¦ ¦ ¦ validation.php ¦ ¦ ¦ ¦ ¦ +---Validation ¦ ¦ ¦ ¦ ClosureValidationRule.php ¦ ¦ ¦ ¦ composer.json ¦ ¦ ¦ ¦ ConditionalRules.php ¦ ¦ ¦ ¦ DatabasePresenceVerifier.php ¦ ¦ ¦ ¦ DatabasePresenceVerifierInterface.php ¦ ¦ ¦ ¦ Factory.php ¦ ¦ ¦ ¦ InvokableValidationRule.php ¦ ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ ¦ NestedRules.php ¦ ¦ ¦ ¦ NotPwnedVerifier.php ¦ ¦ ¦ ¦ PresenceVerifierInterface.php ¦ ¦ ¦ ¦ Rule.php ¦ ¦ ¦ ¦ UnauthorizedException.php ¦ ¦ ¦ ¦ ValidatesWhenResolvedTrait.php ¦ ¦ ¦ ¦ ValidationData.php ¦ ¦ ¦ ¦ ValidationException.php ¦ ¦ ¦ ¦ ValidationRuleParser.php ¦ ¦ ¦ ¦ ValidationServiceProvider.php ¦ ¦ ¦ ¦ Validator.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Concerns ¦ ¦ ¦ ¦ FilterEmailValidation.php ¦ ¦ ¦ ¦ FormatsMessages.php ¦ ¦ ¦ ¦ ReplacesAttributes.php ¦ ¦ ¦ ¦ ValidatesAttributes.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Rules ¦ ¦ ¦ Can.php ¦ ¦ ¦ DatabaseRule.php ¦ ¦ ¦ Dimensions.php ¦ ¦ ¦ Enum.php ¦ ¦ ¦ ExcludeIf.php ¦ ¦ ¦ Exists.php ¦ ¦ ¦ File.php ¦ ¦ ¦ ImageFile.php ¦ ¦ ¦ In.php ¦ ¦ ¦ NotIn.php ¦ ¦ ¦ Password.php ¦ ¦ ¦ ProhibitedIf.php ¦ ¦ ¦ RequiredIf.php ¦ ¦ ¦ Unique.php ¦ ¦ ¦ ¦ ¦ +---View ¦ ¦ ¦ AnonymousComponent.php ¦ ¦ ¦ AppendableAttributeValue.php ¦ ¦ ¦ Component.php ¦ ¦ ¦ ComponentAttributeBag.php ¦ ¦ ¦ ComponentSlot.php ¦ ¦ ¦ composer.json ¦ ¦ ¦ DynamicComponent.php ¦ ¦ ¦ Factory.php ¦ ¦ ¦ FileViewFinder.php ¦ ¦ ¦ InvokableComponentVariable.php ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ View.php ¦ ¦ ¦ ViewException.php ¦ ¦ ¦ ViewFinderInterface.php ¦ ¦ ¦ ViewName.php ¦ ¦ ¦ ViewServiceProvider.php ¦ ¦ ¦ ¦ ¦ +---Compilers ¦ ¦ ¦ ¦ BladeCompiler.php ¦ ¦ ¦ ¦ Compiler.php ¦ ¦ ¦ ¦ CompilerInterface.php ¦ ¦ ¦ ¦ ComponentTagCompiler.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Concerns ¦ ¦ ¦ CompilesAuthorizations.php ¦ ¦ ¦ CompilesClasses.php ¦ ¦ ¦ CompilesComments.php ¦ ¦ ¦ CompilesComponents.php ¦ ¦ ¦ CompilesConditionals.php ¦ ¦ ¦ CompilesEchos.php ¦ ¦ ¦ CompilesErrors.php ¦ ¦ ¦ CompilesFragments.php ¦ ¦ ¦ CompilesHelpers.php ¦ ¦ ¦ CompilesIncludes.php ¦ ¦ ¦ CompilesInjections.php ¦ ¦ ¦ CompilesJs.php ¦ ¦ ¦ CompilesJson.php ¦ ¦ ¦ CompilesLayouts.php ¦ ¦ ¦ CompilesLoops.php ¦ ¦ ¦ CompilesRawPhp.php ¦ ¦ ¦ CompilesSessions.php ¦ ¦ ¦ CompilesStacks.php ¦ ¦ ¦ CompilesStyles.php ¦ ¦ ¦ CompilesTranslations.php ¦ ¦ ¦ CompilesUseStatements.php ¦ ¦ ¦ ¦ ¦ +---Concerns ¦ ¦ ¦ ManagesComponents.php ¦ ¦ ¦ ManagesEvents.php ¦ ¦ ¦ ManagesFragments.php ¦ ¦ ¦ ManagesLayouts.php ¦ ¦ ¦ ManagesLoops.php ¦ ¦ ¦ ManagesStacks.php ¦ ¦ ¦ ManagesTranslations.php ¦ ¦ ¦ ¦ ¦ +---Engines ¦ ¦ ¦ CompilerEngine.php ¦ ¦ ¦ Engine.php ¦ ¦ ¦ EngineResolver.php ¦ ¦ ¦ FileEngine.php ¦ ¦ ¦ PhpEngine.php ¦ ¦ ¦ ¦ ¦ +---Middleware ¦ ¦ ShareErrorsFromSession.php ¦ ¦ ¦ +---pint ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ ¦ ¦ +---builds ¦ ¦ pint ¦ ¦ ¦ +---prompts ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ phpunit.xml ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ ConfirmPrompt.php ¦ ¦ ¦ FormBuilder.php ¦ ¦ ¦ FormStep.php ¦ ¦ ¦ helpers.php ¦ ¦ ¦ Key.php ¦ ¦ ¦ MultiSearchPrompt.php ¦ ¦ ¦ MultiSelectPrompt.php ¦ ¦ ¦ Note.php ¦ ¦ ¦ PasswordPrompt.php ¦ ¦ ¦ PausePrompt.php ¦ ¦ ¦ Progress.php ¦ ¦ ¦ Prompt.php ¦ ¦ ¦ SearchPrompt.php ¦ ¦ ¦ SelectPrompt.php ¦ ¦ ¦ Spinner.php ¦ ¦ ¦ SuggestPrompt.php ¦ ¦ ¦ Table.php ¦ ¦ ¦ Terminal.php ¦ ¦ ¦ TextareaPrompt.php ¦ ¦ ¦ TextPrompt.php ¦ ¦ ¦ ¦ ¦ +---Concerns ¦ ¦ ¦ Colors.php ¦ ¦ ¦ Cursor.php ¦ ¦ ¦ Erase.php ¦ ¦ ¦ Events.php ¦ ¦ ¦ FakesInputOutput.php ¦ ¦ ¦ Fallback.php ¦ ¦ ¦ Interactivity.php ¦ ¦ ¦ Scrolling.php ¦ ¦ ¦ Termwind.php ¦ ¦ ¦ Themes.php ¦ ¦ ¦ Truncation.php ¦ ¦ ¦ TypedValue.php ¦ ¦ ¦ ¦ ¦ +---Exceptions ¦ ¦ ¦ FormRevertedException.php ¦ ¦ ¦ NonInteractiveValidationException.php ¦ ¦ ¦ ¦ ¦ +---Output ¦ ¦ ¦ BufferedConsoleOutput.php ¦ ¦ ¦ ConsoleOutput.php ¦ ¦ ¦ ¦ ¦ +---Themes ¦ ¦ +---Contracts ¦ ¦ ¦ Scrolling.php ¦ ¦ ¦ ¦ ¦ +---Default ¦ ¦ ¦ ConfirmPromptRenderer.php ¦ ¦ ¦ MultiSearchPromptRenderer.php ¦ ¦ ¦ MultiSelectPromptRenderer.php ¦ ¦ ¦ NoteRenderer.php ¦ ¦ ¦ PasswordPromptRenderer.php ¦ ¦ ¦ PausePromptRenderer.php ¦ ¦ ¦ ProgressRenderer.php ¦ ¦ ¦ Renderer.php ¦ ¦ ¦ SearchPromptRenderer.php ¦ ¦ ¦ SelectPromptRenderer.php ¦ ¦ ¦ SpinnerRenderer.php ¦ ¦ ¦ SuggestPromptRenderer.php ¦ ¦ ¦ TableRenderer.php ¦ ¦ ¦ TextareaPromptRenderer.php ¦ ¦ ¦ TextPromptRenderer.php ¦ ¦ ¦ ¦ ¦ +---Concerns ¦ ¦ DrawsBoxes.php ¦ ¦ DrawsScrollbars.php ¦ ¦ InteractsWithStrings.php ¦ ¦ ¦ +---sail ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---bin ¦ ¦ ¦ sail ¦ ¦ ¦ ¦ ¦ +---database ¦ ¦ ¦ +---mariadb ¦ ¦ ¦ ¦ create-testing-database.sh ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---mysql ¦ ¦ ¦ ¦ create-testing-database.sh ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---pgsql ¦ ¦ ¦ create-testing-database.sql ¦ ¦ ¦ ¦ ¦ +---runtimes ¦ ¦ ¦ +---8.0 ¦ ¦ ¦ ¦ Dockerfile ¦ ¦ ¦ ¦ php.ini ¦ ¦ ¦ ¦ start-container ¦ ¦ ¦ ¦ supervisord.conf ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---8.1 ¦ ¦ ¦ ¦ Dockerfile ¦ ¦ ¦ ¦ php.ini ¦ ¦ ¦ ¦ start-container ¦ ¦ ¦ ¦ supervisord.conf ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---8.2 ¦ ¦ ¦ ¦ Dockerfile ¦ ¦ ¦ ¦ php.ini ¦ ¦ ¦ ¦ start-container ¦ ¦ ¦ ¦ supervisord.conf ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---8.3 ¦ ¦ ¦ ¦ Dockerfile ¦ ¦ ¦ ¦ php.ini ¦ ¦ ¦ ¦ start-container ¦ ¦ ¦ ¦ supervisord.conf ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---8.4 ¦ ¦ ¦ Dockerfile ¦ ¦ ¦ php.ini ¦ ¦ ¦ start-container ¦ ¦ ¦ supervisord.conf ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ ¦ SailServiceProvider.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Console ¦ ¦ ¦ ¦ AddCommand.php ¦ ¦ ¦ ¦ InstallCommand.php ¦ ¦ ¦ ¦ PublishCommand.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Concerns ¦ ¦ ¦ InteractsWithDockerComposeServices.php ¦ ¦ ¦ ¦ ¦ +---stubs ¦ ¦ compose.stub ¦ ¦ devcontainer.stub ¦ ¦ mailpit.stub ¦ ¦ mariadb.stub ¦ ¦ meilisearch.stub ¦ ¦ memcached.stub ¦ ¦ minio.stub ¦ ¦ mongodb.stub ¦ ¦ mysql.stub ¦ ¦ pgsql.stub ¦ ¦ rabbitmq.stub ¦ ¦ redis.stub ¦ ¦ selenium.stub ¦ ¦ soketi.stub ¦ ¦ typesense.stub ¦ ¦ valkey.stub ¦ ¦ ¦ +---sanctum ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ README.md ¦ ¦ ¦ testbench.yaml ¦ ¦ ¦ UPGRADE.md ¦ ¦ ¦ ¦ ¦ +---config ¦ ¦ ¦ sanctum.php ¦ ¦ ¦ ¦ ¦ +---database ¦ ¦ ¦ +---migrations ¦ ¦ ¦ 2019_12_14_000001_create_personal_access_tokens_table.php ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ Guard.php ¦ ¦ ¦ HasApiTokens.php ¦ ¦ ¦ NewAccessToken.php ¦ ¦ ¦ PersonalAccessToken.php ¦ ¦ ¦ Sanctum.php ¦ ¦ ¦ SanctumServiceProvider.php ¦ ¦ ¦ TransientToken.php ¦ ¦ ¦ ¦ ¦ +---Console ¦ ¦ ¦ +---Commands ¦ ¦ ¦ PruneExpired.php ¦ ¦ ¦ ¦ ¦ +---Contracts ¦ ¦ ¦ HasAbilities.php ¦ ¦ ¦ HasApiTokens.php ¦ ¦ ¦ ¦ ¦ +---Events ¦ ¦ ¦ TokenAuthenticated.php ¦ ¦ ¦ ¦ ¦ +---Exceptions ¦ ¦ ¦ MissingAbilityException.php ¦ ¦ ¦ MissingScopeException.php ¦ ¦ ¦ ¦ ¦ +---Http ¦ ¦ +---Controllers ¦ ¦ ¦ CsrfCookieController.php ¦ ¦ ¦ ¦ ¦ +---Middleware ¦ ¦ AuthenticateSession.php ¦ ¦ CheckAbilities.php ¦ ¦ CheckForAnyAbility.php ¦ ¦ CheckForAnyScope.php ¦ ¦ CheckScopes.php ¦ ¦ EnsureFrontendRequestsAreStateful.php ¦ ¦ ¦ +---serializable-closure ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ SerializableClosure.php ¦ ¦ ¦ UnsignedSerializableClosure.php ¦ ¦ ¦ ¦ ¦ +---Contracts ¦ ¦ ¦ Serializable.php ¦ ¦ ¦ Signer.php ¦ ¦ ¦ ¦ ¦ +---Exceptions ¦ ¦ ¦ InvalidSignatureException.php ¦ ¦ ¦ MissingSecretKeyException.php ¦ ¦ ¦ PhpVersionNotSupportedException.php ¦ ¦ ¦ ¦ ¦ +---Serializers ¦ ¦ ¦ Native.php ¦ ¦ ¦ Signed.php ¦ ¦ ¦ ¦ ¦ +---Signers ¦ ¦ ¦ Hmac.php ¦ ¦ ¦ ¦ ¦ +---Support ¦ ¦ ClosureScope.php ¦ ¦ ClosureStream.php ¦ ¦ ReflectionClosure.php ¦ ¦ SelfReference.php ¦ ¦ ¦ +---tinker ¦ ¦ composer.json ¦ ¦ LICENSE.md ¦ ¦ README.md ¦ ¦ ¦ +---config ¦ ¦ tinker.php ¦ ¦ ¦ +---src ¦ ¦ ClassAliasAutoloader.php ¦ ¦ TinkerCaster.php ¦ ¦ TinkerServiceProvider.php ¦ ¦ ¦ +---Console ¦ TinkerCommand.php ¦ +---laravel-notification-channels ¦ +---webpush ¦ ¦ .editorconfig ¦ ¦ .styleci.yml ¦ ¦ CHANGELOG.md ¦ ¦ composer.json ¦ ¦ CONTRIBUTING.md ¦ ¦ LICENSE.md ¦ ¦ README.md ¦ ¦ ¦ +---.github ¦ ¦ +---workflows ¦ ¦ tests.yml ¦ ¦ ¦ +---config ¦ ¦ webpush.php ¦ ¦ ¦ +---migrations ¦ ¦ create_push_subscriptions_table.php.stub ¦ ¦ ¦ +---src ¦ ¦ HasPushSubscriptions.php ¦ ¦ PushSubscription.php ¦ ¦ ReportHandler.php ¦ ¦ ReportHandlerInterface.php ¦ ¦ VapidKeysGenerateCommand.php ¦ ¦ WebPushChannel.php ¦ ¦ WebPushMessage.php ¦ ¦ WebPushServiceProvider.php ¦ ¦ ¦ +---Events ¦ NotificationFailed.php ¦ NotificationSent.php ¦ +---league ¦ +---commonmark ¦ ¦ ¦ .phpstorm.meta.php ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ CommonMarkConverter.php ¦ ¦ ¦ ConverterInterface.php ¦ ¦ ¦ GithubFlavoredMarkdownConverter.php ¦ ¦ ¦ MarkdownConverter.php ¦ ¦ ¦ MarkdownConverterInterface.php ¦ ¦ ¦ ¦ ¦ +---Delimiter ¦ ¦ ¦ ¦ Bracket.php ¦ ¦ ¦ ¦ Delimiter.php ¦ ¦ ¦ ¦ DelimiterInterface.php ¦ ¦ ¦ ¦ DelimiterParser.php ¦ ¦ ¦ ¦ DelimiterStack.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Processor ¦ ¦ ¦ CacheableDelimiterProcessorInterface.php ¦ ¦ ¦ DelimiterProcessorCollection.php ¦ ¦ ¦ DelimiterProcessorCollectionInterface.php ¦ ¦ ¦ DelimiterProcessorInterface.php ¦ ¦ ¦ StaggeredDelimiterProcessor.php ¦ ¦ ¦ ¦ ¦ +---Environment ¦ ¦ ¦ Environment.php ¦ ¦ ¦ EnvironmentAwareInterface.php ¦ ¦ ¦ EnvironmentBuilderInterface.php ¦ ¦ ¦ EnvironmentInterface.php ¦ ¦ ¦ ¦ ¦ +---Event ¦ ¦ ¦ AbstractEvent.php ¦ ¦ ¦ DocumentParsedEvent.php ¦ ¦ ¦ DocumentPreParsedEvent.php ¦ ¦ ¦ DocumentPreRenderEvent.php ¦ ¦ ¦ DocumentRenderedEvent.php ¦ ¦ ¦ ListenerData.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ AlreadyInitializedException.php ¦ ¦ ¦ CommonMarkException.php ¦ ¦ ¦ InvalidArgumentException.php ¦ ¦ ¦ IOException.php ¦ ¦ ¦ LogicException.php ¦ ¦ ¦ MissingDependencyException.php ¦ ¦ ¦ UnexpectedEncodingException.php ¦ ¦ ¦ ¦ ¦ +---Extension ¦ ¦ ¦ ¦ ConfigurableExtensionInterface.php ¦ ¦ ¦ ¦ ExtensionInterface.php ¦ ¦ ¦ ¦ GithubFlavoredMarkdownExtension.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Attributes ¦ ¦ ¦ ¦ ¦ AttributesExtension.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Event ¦ ¦ ¦ ¦ ¦ AttributesListener.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Node ¦ ¦ ¦ ¦ ¦ Attributes.php ¦ ¦ ¦ ¦ ¦ AttributesInline.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Parser ¦ ¦ ¦ ¦ ¦ AttributesBlockContinueParser.php ¦ ¦ ¦ ¦ ¦ AttributesBlockStartParser.php ¦ ¦ ¦ ¦ ¦ AttributesInlineParser.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Util ¦ ¦ ¦ ¦ AttributesHelper.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Autolink ¦ ¦ ¦ ¦ AutolinkExtension.php ¦ ¦ ¦ ¦ EmailAutolinkParser.php ¦ ¦ ¦ ¦ UrlAutolinkParser.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---CommonMark ¦ ¦ ¦ ¦ ¦ CommonMarkCoreExtension.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Delimiter ¦ ¦ ¦ ¦ ¦ +---Processor ¦ ¦ ¦ ¦ ¦ EmphasisDelimiterProcessor.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Node ¦ ¦ ¦ ¦ ¦ +---Block ¦ ¦ ¦ ¦ ¦ ¦ BlockQuote.php ¦ ¦ ¦ ¦ ¦ ¦ FencedCode.php ¦ ¦ ¦ ¦ ¦ ¦ Heading.php ¦ ¦ ¦ ¦ ¦ ¦ HtmlBlock.php ¦ ¦ ¦ ¦ ¦ ¦ IndentedCode.php ¦ ¦ ¦ ¦ ¦ ¦ ListBlock.php ¦ ¦ ¦ ¦ ¦ ¦ ListData.php ¦ ¦ ¦ ¦ ¦ ¦ ListItem.php ¦ ¦ ¦ ¦ ¦ ¦ ThematicBreak.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Inline ¦ ¦ ¦ ¦ ¦ AbstractWebResource.php ¦ ¦ ¦ ¦ ¦ Code.php ¦ ¦ ¦ ¦ ¦ Emphasis.php ¦ ¦ ¦ ¦ ¦ HtmlInline.php ¦ ¦ ¦ ¦ ¦ Image.php ¦ ¦ ¦ ¦ ¦ Link.php ¦ ¦ ¦ ¦ ¦ Strong.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Parser ¦ ¦ ¦ ¦ ¦ +---Block ¦ ¦ ¦ ¦ ¦ ¦ BlockQuoteParser.php ¦ ¦ ¦ ¦ ¦ ¦ BlockQuoteStartParser.php ¦ ¦ ¦ ¦ ¦ ¦ FencedCodeParser.php ¦ ¦ ¦ ¦ ¦ ¦ FencedCodeStartParser.php ¦ ¦ ¦ ¦ ¦ ¦ HeadingParser.php ¦ ¦ ¦ ¦ ¦ ¦ HeadingStartParser.php ¦ ¦ ¦ ¦ ¦ ¦ HtmlBlockParser.php ¦ ¦ ¦ ¦ ¦ ¦ HtmlBlockStartParser.php ¦ ¦ ¦ ¦ ¦ ¦ IndentedCodeParser.php ¦ ¦ ¦ ¦ ¦ ¦ IndentedCodeStartParser.php ¦ ¦ ¦ ¦ ¦ ¦ ListBlockParser.php ¦ ¦ ¦ ¦ ¦ ¦ ListBlockStartParser.php ¦ ¦ ¦ ¦ ¦ ¦ ListItemParser.php ¦ ¦ ¦ ¦ ¦ ¦ ThematicBreakParser.php ¦ ¦ ¦ ¦ ¦ ¦ ThematicBreakStartParser.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Inline ¦ ¦ ¦ ¦ ¦ AutolinkParser.php ¦ ¦ ¦ ¦ ¦ BacktickParser.php ¦ ¦ ¦ ¦ ¦ BangParser.php ¦ ¦ ¦ ¦ ¦ CloseBracketParser.php ¦ ¦ ¦ ¦ ¦ EntityParser.php ¦ ¦ ¦ ¦ ¦ EscapableParser.php ¦ ¦ ¦ ¦ ¦ HtmlInlineParser.php ¦ ¦ ¦ ¦ ¦ OpenBracketParser.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Renderer ¦ ¦ ¦ ¦ +---Block ¦ ¦ ¦ ¦ ¦ BlockQuoteRenderer.php ¦ ¦ ¦ ¦ ¦ FencedCodeRenderer.php ¦ ¦ ¦ ¦ ¦ HeadingRenderer.php ¦ ¦ ¦ ¦ ¦ HtmlBlockRenderer.php ¦ ¦ ¦ ¦ ¦ IndentedCodeRenderer.php ¦ ¦ ¦ ¦ ¦ ListBlockRenderer.php ¦ ¦ ¦ ¦ ¦ ListItemRenderer.php ¦ ¦ ¦ ¦ ¦ ThematicBreakRenderer.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Inline ¦ ¦ ¦ ¦ CodeRenderer.php ¦ ¦ ¦ ¦ EmphasisRenderer.php ¦ ¦ ¦ ¦ HtmlInlineRenderer.php ¦ ¦ ¦ ¦ ImageRenderer.php ¦ ¦ ¦ ¦ LinkRenderer.php ¦ ¦ ¦ ¦ StrongRenderer.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---DefaultAttributes ¦ ¦ ¦ ¦ ApplyDefaultAttributesProcessor.php ¦ ¦ ¦ ¦ DefaultAttributesExtension.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---DescriptionList ¦ ¦ ¦ ¦ ¦ DescriptionListExtension.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Event ¦ ¦ ¦ ¦ ¦ ConsecutiveDescriptionListMerger.php ¦ ¦ ¦ ¦ ¦ LooseDescriptionHandler.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Node ¦ ¦ ¦ ¦ ¦ Description.php ¦ ¦ ¦ ¦ ¦ DescriptionList.php ¦ ¦ ¦ ¦ ¦ DescriptionTerm.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Parser ¦ ¦ ¦ ¦ ¦ DescriptionContinueParser.php ¦ ¦ ¦ ¦ ¦ DescriptionListContinueParser.php ¦ ¦ ¦ ¦ ¦ DescriptionStartParser.php ¦ ¦ ¦ ¦ ¦ DescriptionTermContinueParser.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Renderer ¦ ¦ ¦ ¦ DescriptionListRenderer.php ¦ ¦ ¦ ¦ DescriptionRenderer.php ¦ ¦ ¦ ¦ DescriptionTermRenderer.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---DisallowedRawHtml ¦ ¦ ¦ ¦ DisallowedRawHtmlExtension.php ¦ ¦ ¦ ¦ DisallowedRawHtmlRenderer.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Embed ¦ ¦ ¦ ¦ ¦ DomainFilteringAdapter.php ¦ ¦ ¦ ¦ ¦ Embed.php ¦ ¦ ¦ ¦ ¦ EmbedAdapterInterface.php ¦ ¦ ¦ ¦ ¦ EmbedExtension.php ¦ ¦ ¦ ¦ ¦ EmbedParser.php ¦ ¦ ¦ ¦ ¦ EmbedProcessor.php ¦ ¦ ¦ ¦ ¦ EmbedRenderer.php ¦ ¦ ¦ ¦ ¦ EmbedStartParser.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Bridge ¦ ¦ ¦ ¦ OscaroteroEmbedAdapter.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---ExternalLink ¦ ¦ ¦ ¦ ExternalLinkExtension.php ¦ ¦ ¦ ¦ ExternalLinkProcessor.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Footnote ¦ ¦ ¦ ¦ ¦ FootnoteExtension.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Event ¦ ¦ ¦ ¦ ¦ AnonymousFootnotesListener.php ¦ ¦ ¦ ¦ ¦ FixOrphanedFootnotesAndRefsListener.php ¦ ¦ ¦ ¦ ¦ GatherFootnotesListener.php ¦ ¦ ¦ ¦ ¦ NumberFootnotesListener.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Node ¦ ¦ ¦ ¦ ¦ Footnote.php ¦ ¦ ¦ ¦ ¦ FootnoteBackref.php ¦ ¦ ¦ ¦ ¦ FootnoteContainer.php ¦ ¦ ¦ ¦ ¦ FootnoteRef.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Parser ¦ ¦ ¦ ¦ ¦ AnonymousFootnoteRefParser.php ¦ ¦ ¦ ¦ ¦ FootnoteParser.php ¦ ¦ ¦ ¦ ¦ FootnoteRefParser.php ¦ ¦ ¦ ¦ ¦ FootnoteStartParser.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Renderer ¦ ¦ ¦ ¦ FootnoteBackrefRenderer.php ¦ ¦ ¦ ¦ FootnoteContainerRenderer.php ¦ ¦ ¦ ¦ FootnoteRefRenderer.php ¦ ¦ ¦ ¦ FootnoteRenderer.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---FrontMatter ¦ ¦ ¦ ¦ ¦ FrontMatterExtension.php ¦ ¦ ¦ ¦ ¦ FrontMatterParser.php ¦ ¦ ¦ ¦ ¦ FrontMatterParserInterface.php ¦ ¦ ¦ ¦ ¦ FrontMatterProviderInterface.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Data ¦ ¦ ¦ ¦ ¦ FrontMatterDataParserInterface.php ¦ ¦ ¦ ¦ ¦ LibYamlFrontMatterParser.php ¦ ¦ ¦ ¦ ¦ SymfonyYamlFrontMatterParser.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ ¦ ¦ InvalidFrontMatterException.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Input ¦ ¦ ¦ ¦ ¦ MarkdownInputWithFrontMatter.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Listener ¦ ¦ ¦ ¦ ¦ FrontMatterPostRenderListener.php ¦ ¦ ¦ ¦ ¦ FrontMatterPreParser.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Output ¦ ¦ ¦ ¦ RenderedContentWithFrontMatter.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---HeadingPermalink ¦ ¦ ¦ ¦ HeadingPermalink.php ¦ ¦ ¦ ¦ HeadingPermalinkExtension.php ¦ ¦ ¦ ¦ HeadingPermalinkProcessor.php ¦ ¦ ¦ ¦ HeadingPermalinkRenderer.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---InlinesOnly ¦ ¦ ¦ ¦ ChildRenderer.php ¦ ¦ ¦ ¦ InlinesOnlyExtension.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Mention ¦ ¦ ¦ ¦ ¦ Mention.php ¦ ¦ ¦ ¦ ¦ MentionExtension.php ¦ ¦ ¦ ¦ ¦ MentionParser.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Generator ¦ ¦ ¦ ¦ CallbackGenerator.php ¦ ¦ ¦ ¦ MentionGeneratorInterface.php ¦ ¦ ¦ ¦ StringTemplateLinkGenerator.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---SmartPunct ¦ ¦ ¦ ¦ DashParser.php ¦ ¦ ¦ ¦ EllipsesParser.php ¦ ¦ ¦ ¦ Quote.php ¦ ¦ ¦ ¦ QuoteParser.php ¦ ¦ ¦ ¦ QuoteProcessor.php ¦ ¦ ¦ ¦ ReplaceUnpairedQuotesListener.php ¦ ¦ ¦ ¦ SmartPunctExtension.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Strikethrough ¦ ¦ ¦ ¦ Strikethrough.php ¦ ¦ ¦ ¦ StrikethroughDelimiterProcessor.php ¦ ¦ ¦ ¦ StrikethroughExtension.php ¦ ¦ ¦ ¦ StrikethroughRenderer.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Table ¦ ¦ ¦ ¦ Table.php ¦ ¦ ¦ ¦ TableCell.php ¦ ¦ ¦ ¦ TableCellRenderer.php ¦ ¦ ¦ ¦ TableExtension.php ¦ ¦ ¦ ¦ TableParser.php ¦ ¦ ¦ ¦ TableRenderer.php ¦ ¦ ¦ ¦ TableRow.php ¦ ¦ ¦ ¦ TableRowRenderer.php ¦ ¦ ¦ ¦ TableSection.php ¦ ¦ ¦ ¦ TableSectionRenderer.php ¦ ¦ ¦ ¦ TableStartParser.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---TableOfContents ¦ ¦ ¦ ¦ ¦ TableOfContentsBuilder.php ¦ ¦ ¦ ¦ ¦ TableOfContentsExtension.php ¦ ¦ ¦ ¦ ¦ TableOfContentsGenerator.php ¦ ¦ ¦ ¦ ¦ TableOfContentsGeneratorInterface.php ¦ ¦ ¦ ¦ ¦ TableOfContentsPlaceholderParser.php ¦ ¦ ¦ ¦ ¦ TableOfContentsPlaceholderRenderer.php ¦ ¦ ¦ ¦ ¦ TableOfContentsRenderer.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Node ¦ ¦ ¦ ¦ ¦ TableOfContents.php ¦ ¦ ¦ ¦ ¦ TableOfContentsPlaceholder.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Normalizer ¦ ¦ ¦ ¦ AsIsNormalizerStrategy.php ¦ ¦ ¦ ¦ FlatNormalizerStrategy.php ¦ ¦ ¦ ¦ NormalizerStrategyInterface.php ¦ ¦ ¦ ¦ RelativeNormalizerStrategy.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---TaskList ¦ ¦ ¦ TaskListExtension.php ¦ ¦ ¦ TaskListItemMarker.php ¦ ¦ ¦ TaskListItemMarkerParser.php ¦ ¦ ¦ TaskListItemMarkerRenderer.php ¦ ¦ ¦ ¦ ¦ +---Input ¦ ¦ ¦ MarkdownInput.php ¦ ¦ ¦ MarkdownInputInterface.php ¦ ¦ ¦ ¦ ¦ +---Node ¦ ¦ ¦ ¦ Node.php ¦ ¦ ¦ ¦ NodeIterator.php ¦ ¦ ¦ ¦ NodeWalker.php ¦ ¦ ¦ ¦ NodeWalkerEvent.php ¦ ¦ ¦ ¦ Query.php ¦ ¦ ¦ ¦ RawMarkupContainerInterface.php ¦ ¦ ¦ ¦ StringContainerHelper.php ¦ ¦ ¦ ¦ StringContainerInterface.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Block ¦ ¦ ¦ ¦ AbstractBlock.php ¦ ¦ ¦ ¦ Document.php ¦ ¦ ¦ ¦ Paragraph.php ¦ ¦ ¦ ¦ TightBlockInterface.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Inline ¦ ¦ ¦ ¦ AbstractInline.php ¦ ¦ ¦ ¦ AbstractStringContainer.php ¦ ¦ ¦ ¦ AdjacentTextMerger.php ¦ ¦ ¦ ¦ DelimitedInterface.php ¦ ¦ ¦ ¦ Newline.php ¦ ¦ ¦ ¦ Text.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Query ¦ ¦ ¦ AndExpr.php ¦ ¦ ¦ ExpressionInterface.php ¦ ¦ ¦ OrExpr.php ¦ ¦ ¦ ¦ ¦ +---Normalizer ¦ ¦ ¦ SlugNormalizer.php ¦ ¦ ¦ TextNormalizer.php ¦ ¦ ¦ TextNormalizerInterface.php ¦ ¦ ¦ UniqueSlugNormalizer.php ¦ ¦ ¦ UniqueSlugNormalizerInterface.php ¦ ¦ ¦ ¦ ¦ +---Output ¦ ¦ ¦ RenderedContent.php ¦ ¦ ¦ RenderedContentInterface.php ¦ ¦ ¦ ¦ ¦ +---Parser ¦ ¦ ¦ ¦ Cursor.php ¦ ¦ ¦ ¦ CursorState.php ¦ ¦ ¦ ¦ InlineParserContext.php ¦ ¦ ¦ ¦ InlineParserEngine.php ¦ ¦ ¦ ¦ InlineParserEngineInterface.php ¦ ¦ ¦ ¦ MarkdownParser.php ¦ ¦ ¦ ¦ MarkdownParserInterface.php ¦ ¦ ¦ ¦ MarkdownParserState.php ¦ ¦ ¦ ¦ MarkdownParserStateInterface.php ¦ ¦ ¦ ¦ ParserLogicException.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Block ¦ ¦ ¦ ¦ AbstractBlockContinueParser.php ¦ ¦ ¦ ¦ BlockContinue.php ¦ ¦ ¦ ¦ BlockContinueParserInterface.php ¦ ¦ ¦ ¦ BlockContinueParserWithInlinesInterface.php ¦ ¦ ¦ ¦ BlockStart.php ¦ ¦ ¦ ¦ BlockStartParserInterface.php ¦ ¦ ¦ ¦ DocumentBlockParser.php ¦ ¦ ¦ ¦ ParagraphParser.php ¦ ¦ ¦ ¦ SkipLinesStartingWithLettersParser.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Inline ¦ ¦ ¦ InlineParserInterface.php ¦ ¦ ¦ InlineParserMatch.php ¦ ¦ ¦ NewlineParser.php ¦ ¦ ¦ ¦ ¦ +---Reference ¦ ¦ ¦ MemoryLimitedReferenceMap.php ¦ ¦ ¦ Reference.php ¦ ¦ ¦ ReferenceableInterface.php ¦ ¦ ¦ ReferenceInterface.php ¦ ¦ ¦ ReferenceMap.php ¦ ¦ ¦ ReferenceMapInterface.php ¦ ¦ ¦ ReferenceParser.php ¦ ¦ ¦ ¦ ¦ +---Renderer ¦ ¦ ¦ ¦ ChildNodeRendererInterface.php ¦ ¦ ¦ ¦ DocumentRendererInterface.php ¦ ¦ ¦ ¦ HtmlDecorator.php ¦ ¦ ¦ ¦ HtmlRenderer.php ¦ ¦ ¦ ¦ MarkdownRendererInterface.php ¦ ¦ ¦ ¦ NodeRendererInterface.php ¦ ¦ ¦ ¦ NoMatchingRendererException.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Block ¦ ¦ ¦ ¦ DocumentRenderer.php ¦ ¦ ¦ ¦ ParagraphRenderer.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Inline ¦ ¦ ¦ NewlineRenderer.php ¦ ¦ ¦ TextRenderer.php ¦ ¦ ¦ ¦ ¦ +---Util ¦ ¦ ¦ ArrayCollection.php ¦ ¦ ¦ Html5EntityDecoder.php ¦ ¦ ¦ HtmlElement.php ¦ ¦ ¦ HtmlFilter.php ¦ ¦ ¦ LinkParserHelper.php ¦ ¦ ¦ PrioritizedList.php ¦ ¦ ¦ RegexHelper.php ¦ ¦ ¦ SpecReader.php ¦ ¦ ¦ UrlEncoder.php ¦ ¦ ¦ Xml.php ¦ ¦ ¦ ¦ ¦ +---Xml ¦ ¦ FallbackNodeXmlRenderer.php ¦ ¦ MarkdownToXmlConverter.php ¦ ¦ XmlNodeRendererInterface.php ¦ ¦ XmlRenderer.php ¦ ¦ ¦ +---config ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ Configuration.php ¦ ¦ ¦ ConfigurationAwareInterface.php ¦ ¦ ¦ ConfigurationBuilderInterface.php ¦ ¦ ¦ ConfigurationInterface.php ¦ ¦ ¦ ConfigurationProviderInterface.php ¦ ¦ ¦ MutableConfigurationInterface.php ¦ ¦ ¦ ReadOnlyConfiguration.php ¦ ¦ ¦ SchemaBuilderInterface.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ConfigurationExceptionInterface.php ¦ ¦ InvalidConfigurationException.php ¦ ¦ UnknownOptionException.php ¦ ¦ ValidationException.php ¦ ¦ ¦ +---flysystem ¦ ¦ ¦ composer.json ¦ ¦ ¦ INFO.md ¦ ¦ ¦ LICENSE ¦ ¦ ¦ readme.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ CalculateChecksumFromStream.php ¦ ¦ ¦ ChecksumAlgoIsNotSupported.php ¦ ¦ ¦ ChecksumProvider.php ¦ ¦ ¦ Config.php ¦ ¦ ¦ CorruptedPathDetected.php ¦ ¦ ¦ DecoratedAdapter.php ¦ ¦ ¦ DirectoryAttributes.php ¦ ¦ ¦ DirectoryListing.php ¦ ¦ ¦ FileAttributes.php ¦ ¦ ¦ Filesystem.php ¦ ¦ ¦ FilesystemAdapter.php ¦ ¦ ¦ FilesystemException.php ¦ ¦ ¦ FilesystemOperationFailed.php ¦ ¦ ¦ FilesystemOperator.php ¦ ¦ ¦ FilesystemReader.php ¦ ¦ ¦ FilesystemWriter.php ¦ ¦ ¦ InvalidStreamProvided.php ¦ ¦ ¦ InvalidVisibilityProvided.php ¦ ¦ ¦ MountManager.php ¦ ¦ ¦ PathNormalizer.php ¦ ¦ ¦ PathPrefixer.php ¦ ¦ ¦ PathTraversalDetected.php ¦ ¦ ¦ PortableVisibilityGuard.php ¦ ¦ ¦ ProxyArrayAccessToProperties.php ¦ ¦ ¦ ResolveIdenticalPathConflict.php ¦ ¦ ¦ StorageAttributes.php ¦ ¦ ¦ SymbolicLinkEncountered.php ¦ ¦ ¦ UnableToCheckDirectoryExistence.php ¦ ¦ ¦ UnableToCheckExistence.php ¦ ¦ ¦ UnableToCheckFileExistence.php ¦ ¦ ¦ UnableToCopyFile.php ¦ ¦ ¦ UnableToCreateDirectory.php ¦ ¦ ¦ UnableToDeleteDirectory.php ¦ ¦ ¦ UnableToDeleteFile.php ¦ ¦ ¦ UnableToGeneratePublicUrl.php ¦ ¦ ¦ UnableToGenerateTemporaryUrl.php ¦ ¦ ¦ UnableToListContents.php ¦ ¦ ¦ UnableToMountFilesystem.php ¦ ¦ ¦ UnableToMoveFile.php ¦ ¦ ¦ UnableToProvideChecksum.php ¦ ¦ ¦ UnableToReadFile.php ¦ ¦ ¦ UnableToResolveFilesystemMount.php ¦ ¦ ¦ UnableToRetrieveMetadata.php ¦ ¦ ¦ UnableToSetVisibility.php ¦ ¦ ¦ UnableToWriteFile.php ¦ ¦ ¦ UnreadableFileEncountered.php ¦ ¦ ¦ Visibility.php ¦ ¦ ¦ WhitespacePathNormalizer.php ¦ ¦ ¦ ¦ ¦ +---UnixVisibility ¦ ¦ ¦ PortableVisibilityConverter.php ¦ ¦ ¦ VisibilityConverter.php ¦ ¦ ¦ ¦ ¦ +---UrlGeneration ¦ ¦ ChainedPublicUrlGenerator.php ¦ ¦ PrefixPublicUrlGenerator.php ¦ ¦ PublicUrlGenerator.php ¦ ¦ ShardedPrefixPublicUrlGenerator.php ¦ ¦ TemporaryUrlGenerator.php ¦ ¦ ¦ +---flysystem-local ¦ ¦ composer.json ¦ ¦ FallbackMimeTypeDetector.php ¦ ¦ LICENSE ¦ ¦ LocalFilesystemAdapter.php ¦ ¦ ¦ +---mime-type-detection ¦ ¦ CHANGELOG.md ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ ¦ +---src ¦ EmptyExtensionToMimeTypeMap.php ¦ ExtensionLookup.php ¦ ExtensionMimeTypeDetector.php ¦ ExtensionToMimeTypeMap.php ¦ FinfoMimeTypeDetector.php ¦ GeneratedExtensionToMimeTypeMap.php ¦ MimeTypeDetector.php ¦ OverridingExtensionToMimeTypeMap.php ¦ +---maatwebsite ¦ +---excel ¦ ¦ .styleci.yml ¦ ¦ CHANGELOG.md ¦ ¦ CODE_OF_CONDUCT.md ¦ ¦ composer.json ¦ ¦ CONTRIBUTING.md ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ SECURITY.md ¦ ¦ ¦ +---.phpunit.cache ¦ ¦ test-results ¦ ¦ ¦ +---config ¦ ¦ excel.php ¦ ¦ ¦ +---src ¦ ¦ Cell.php ¦ ¦ ChunkReader.php ¦ ¦ DefaultValueBinder.php ¦ ¦ DelegatedMacroable.php ¦ ¦ Excel.php ¦ ¦ ExcelServiceProvider.php ¦ ¦ Exporter.php ¦ ¦ HasEventBus.php ¦ ¦ HeadingRowImport.php ¦ ¦ Importer.php ¦ ¦ MappedReader.php ¦ ¦ QueuedWriter.php ¦ ¦ Reader.php ¦ ¦ RegistersCustomConcerns.php ¦ ¦ Row.php ¦ ¦ SettingsProvider.php ¦ ¦ Sheet.php ¦ ¦ Writer.php ¦ ¦ ¦ +---Cache ¦ ¦ BatchCache.php ¦ ¦ BatchCacheDeprecated.php ¦ ¦ CacheManager.php ¦ ¦ MemoryCache.php ¦ ¦ MemoryCacheDeprecated.php ¦ ¦ ¦ +---Concerns ¦ ¦ Exportable.php ¦ ¦ FromArray.php ¦ ¦ FromCollection.php ¦ ¦ FromGenerator.php ¦ ¦ FromIterator.php ¦ ¦ FromQuery.php ¦ ¦ FromView.php ¦ ¦ HasReferencesToOtherSheets.php ¦ ¦ Importable.php ¦ ¦ MapsCsvSettings.php ¦ ¦ OnEachRow.php ¦ ¦ PersistRelations.php ¦ ¦ RegistersEventListeners.php ¦ ¦ RemembersChunkOffset.php ¦ ¦ RemembersRowNumber.php ¦ ¦ ShouldAutoSize.php ¦ ¦ ShouldQueueWithoutChain.php ¦ ¦ SkipsEmptyRows.php ¦ ¦ SkipsErrors.php ¦ ¦ SkipsFailures.php ¦ ¦ SkipsOnError.php ¦ ¦ SkipsOnFailure.php ¦ ¦ SkipsUnknownSheets.php ¦ ¦ ToArray.php ¦ ¦ ToCollection.php ¦ ¦ ToModel.php ¦ ¦ WithBackgroundColor.php ¦ ¦ WithBatchInserts.php ¦ ¦ WithCalculatedFormulas.php ¦ ¦ WithCharts.php ¦ ¦ WithChunkReading.php ¦ ¦ WithColumnFormatting.php ¦ ¦ WithColumnLimit.php ¦ ¦ WithColumnWidths.php ¦ ¦ WithConditionalSheets.php ¦ ¦ WithCustomChunkSize.php ¦ ¦ WithCustomCsvSettings.php ¦ ¦ WithCustomQuerySize.php ¦ ¦ WithCustomStartCell.php ¦ ¦ WithCustomValueBinder.php ¦ ¦ WithDefaultStyles.php ¦ ¦ WithDrawings.php ¦ ¦ WithEvents.php ¦ ¦ WithFormatData.php ¦ ¦ WithGroupedHeadingRow.php ¦ ¦ WithHeadingRow.php ¦ ¦ WithHeadings.php ¦ ¦ WithLimit.php ¦ ¦ WithMappedCells.php ¦ ¦ WithMapping.php ¦ ¦ WithMultipleSheets.php ¦ ¦ WithPreCalculateFormulas.php ¦ ¦ WithProgressBar.php ¦ ¦ WithProperties.php ¦ ¦ WithReadFilter.php ¦ ¦ WithSkipDuplicates.php ¦ ¦ WithStartRow.php ¦ ¦ WithStrictNullComparison.php ¦ ¦ WithStyles.php ¦ ¦ WithTitle.php ¦ ¦ WithUpsertColumns.php ¦ ¦ WithUpserts.php ¦ ¦ WithValidation.php ¦ ¦ ¦ +---Console ¦ ¦ ¦ ExportMakeCommand.php ¦ ¦ ¦ ImportMakeCommand.php ¦ ¦ ¦ WithModelStub.php ¦ ¦ ¦ ¦ ¦ +---stubs ¦ ¦ export.model.stub ¦ ¦ export.plain.stub ¦ ¦ export.query-model.stub ¦ ¦ export.query.stub ¦ ¦ import.collection.stub ¦ ¦ import.model.stub ¦ ¦ ¦ +---Events ¦ ¦ AfterBatch.php ¦ ¦ AfterChunk.php ¦ ¦ AfterImport.php ¦ ¦ AfterSheet.php ¦ ¦ BeforeExport.php ¦ ¦ BeforeImport.php ¦ ¦ BeforeSheet.php ¦ ¦ BeforeWriting.php ¦ ¦ Event.php ¦ ¦ ImportFailed.php ¦ ¦ ¦ +---Exceptions ¦ ¦ ConcernConflictException.php ¦ ¦ LaravelExcelException.php ¦ ¦ NoFilenameGivenException.php ¦ ¦ NoFilePathGivenException.php ¦ ¦ NoSheetsFoundException.php ¦ ¦ NoTypeDetectedException.php ¦ ¦ RowSkippedException.php ¦ ¦ SheetNotFoundException.php ¦ ¦ UnreadableFileException.php ¦ ¦ ¦ +---Facades ¦ ¦ Excel.php ¦ ¦ ¦ +---Factories ¦ ¦ ReaderFactory.php ¦ ¦ WriterFactory.php ¦ ¦ ¦ +---Fakes ¦ ¦ ExcelFake.php ¦ ¦ fake_file ¦ ¦ ¦ +---Files ¦ ¦ Disk.php ¦ ¦ Filesystem.php ¦ ¦ LocalTemporaryFile.php ¦ ¦ RemoteTemporaryFile.php ¦ ¦ TemporaryFile.php ¦ ¦ TemporaryFileFactory.php ¦ ¦ ¦ +---Filters ¦ ¦ ChunkReadFilter.php ¦ ¦ LimitFilter.php ¦ ¦ ¦ +---Helpers ¦ ¦ ArrayHelper.php ¦ ¦ CellHelper.php ¦ ¦ FileTypeDetector.php ¦ ¦ ¦ +---Imports ¦ ¦ ¦ EndRowFinder.php ¦ ¦ ¦ HeadingRowExtractor.php ¦ ¦ ¦ HeadingRowFormatter.php ¦ ¦ ¦ ModelImporter.php ¦ ¦ ¦ ModelManager.php ¦ ¦ ¦ ¦ ¦ +---Persistence ¦ ¦ CascadePersistManager.php ¦ ¦ ¦ +---Jobs ¦ ¦ ¦ AfterImportJob.php ¦ ¦ ¦ AppendDataToSheet.php ¦ ¦ ¦ AppendPaginatedToSheet.php ¦ ¦ ¦ AppendQueryToSheet.php ¦ ¦ ¦ AppendViewToSheet.php ¦ ¦ ¦ CloseSheet.php ¦ ¦ ¦ ExtendedQueueable.php ¦ ¦ ¦ ProxyFailures.php ¦ ¦ ¦ QueueExport.php ¦ ¦ ¦ QueueImport.php ¦ ¦ ¦ ReadChunk.php ¦ ¦ ¦ StoreQueuedExport.php ¦ ¦ ¦ ¦ ¦ +---Middleware ¦ ¦ LocalizeJob.php ¦ ¦ ¦ +---Middleware ¦ ¦ CellMiddleware.php ¦ ¦ ConvertEmptyCellValuesToNull.php ¦ ¦ TrimCellValue.php ¦ ¦ ¦ +---Mixins ¦ ¦ DownloadCollectionMixin.php ¦ ¦ DownloadQueryMacro.php ¦ ¦ ImportAsMacro.php ¦ ¦ ImportMacro.php ¦ ¦ StoreCollectionMixin.php ¦ ¦ StoreQueryMacro.php ¦ ¦ ¦ +---Transactions ¦ ¦ DbTransactionHandler.php ¦ ¦ NullTransactionHandler.php ¦ ¦ TransactionHandler.php ¦ ¦ TransactionManager.php ¦ ¦ ¦ +---Validators ¦ Failure.php ¦ RowValidator.php ¦ ValidationException.php ¦ +---maennchen ¦ +---zipstream-php ¦ ¦ .editorconfig ¦ ¦ .gitattributes ¦ ¦ .gitignore ¦ ¦ .php-cs-fixer.dist.php ¦ ¦ .tool-versions ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ phpdoc.dist.xml ¦ ¦ phpunit.xml.dist ¦ ¦ psalm.xml ¦ ¦ README.md ¦ ¦ results.sarif ¦ ¦ ¦ +---.github ¦ ¦ ¦ CODE_OF_CONDUCT.md ¦ ¦ ¦ CONTRIBUTING.md ¦ ¦ ¦ dependabot.yml ¦ ¦ ¦ FUNDING.yml ¦ ¦ ¦ PULL_REQUEST_TEMPLATE.md ¦ ¦ ¦ scorecard.yml ¦ ¦ ¦ SECURITY.md ¦ ¦ ¦ ¦ ¦ +---ISSUE_TEMPLATE ¦ ¦ ¦ BUG.yml ¦ ¦ ¦ FEATURE.yml ¦ ¦ ¦ ¦ ¦ +---PULL_REQUEST_TEMPLATE ¦ ¦ ¦ FAILING_TEST.md ¦ ¦ ¦ FIX.md ¦ ¦ ¦ IMPROVEMENT.md ¦ ¦ ¦ NEW_FEATURE.md ¦ ¦ ¦ ¦ ¦ +---workflows ¦ ¦ branch_main.yml ¦ ¦ part_dependabot.yml ¦ ¦ part_docs.yml ¦ ¦ part_release.yml ¦ ¦ part_test.yml ¦ ¦ pr.yml ¦ ¦ scorecard.yml ¦ ¦ tag-beta.yml ¦ ¦ tag-stable.yml ¦ ¦ ¦ +---.phive ¦ ¦ phars.xml ¦ ¦ ¦ +---.phpdoc ¦ ¦ +---template ¦ ¦ base.html.twig ¦ ¦ ¦ +---guides ¦ ¦ ContentLength.rst ¦ ¦ FlySystem.rst ¦ ¦ index.rst ¦ ¦ Nginx.rst ¦ ¦ Options.rst ¦ ¦ PSR7Streams.rst ¦ ¦ StreamOutput.rst ¦ ¦ Symfony.rst ¦ ¦ Varnish.rst ¦ ¦ ¦ +---src ¦ ¦ ¦ CentralDirectoryFileHeader.php ¦ ¦ ¦ CompressionMethod.php ¦ ¦ ¦ DataDescriptor.php ¦ ¦ ¦ EndOfCentralDirectory.php ¦ ¦ ¦ Exception.php ¦ ¦ ¦ File.php ¦ ¦ ¦ GeneralPurposeBitFlag.php ¦ ¦ ¦ LocalFileHeader.php ¦ ¦ ¦ OperationMode.php ¦ ¦ ¦ PackField.php ¦ ¦ ¦ Time.php ¦ ¦ ¦ Version.php ¦ ¦ ¦ ZipStream.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ DosTimeOverflowException.php ¦ ¦ ¦ FileNotFoundException.php ¦ ¦ ¦ FileNotReadableException.php ¦ ¦ ¦ FileSizeIncorrectException.php ¦ ¦ ¦ OverflowException.php ¦ ¦ ¦ ResourceActionException.php ¦ ¦ ¦ SimulationFileUnknownException.php ¦ ¦ ¦ StreamNotReadableException.php ¦ ¦ ¦ StreamNotSeekableException.php ¦ ¦ ¦ ¦ ¦ +---Zip64 ¦ ¦ ¦ DataDescriptor.php ¦ ¦ ¦ EndOfCentralDirectory.php ¦ ¦ ¦ EndOfCentralDirectoryLocator.php ¦ ¦ ¦ ExtendedInformationExtraField.php ¦ ¦ ¦ ¦ ¦ +---Zs ¦ ¦ ExtendedInformationExtraField.php ¦ ¦ ¦ +---test ¦ ¦ Assertions.php ¦ ¦ bootstrap.php ¦ ¦ CentralDirectoryFileHeaderTest.php ¦ ¦ DataDescriptorTest.php ¦ ¦ EndlessCycleStream.php ¦ ¦ EndOfCentralDirectoryTest.php ¦ ¦ FaultInjectionResource.php ¦ ¦ LocalFileHeaderTest.php ¦ ¦ PackFieldTest.php ¦ ¦ ResourceStream.php ¦ ¦ Tempfile.php ¦ ¦ TimeTest.php ¦ ¦ Util.php ¦ ¦ ZipStreamTest.php ¦ ¦ ¦ +---Zip64 ¦ ¦ DataDescriptorTest.php ¦ ¦ EndOfCentralDirectoryLocatorTest.php ¦ ¦ EndOfCentralDirectoryTest.php ¦ ¦ ExtendedInformationExtraFieldTest.php ¦ ¦ ¦ +---Zs ¦ ExtendedInformationExtraFieldTest.php ¦ +---markbaker ¦ +---complex ¦ ¦ ¦ composer.json ¦ ¦ ¦ license.md ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---.github ¦ ¦ ¦ +---workflows ¦ ¦ ¦ main.yml ¦ ¦ ¦ ¦ ¦ +---classes ¦ ¦ ¦ +---src ¦ ¦ ¦ Complex.php ¦ ¦ ¦ Exception.php ¦ ¦ ¦ Functions.php ¦ ¦ ¦ Operations.php ¦ ¦ ¦ ¦ ¦ +---examples ¦ ¦ complexTest.php ¦ ¦ testFunctions.php ¦ ¦ testOperations.php ¦ ¦ ¦ +---matrix ¦ ¦ buildPhar.php ¦ ¦ composer.json ¦ ¦ infection.json.dist ¦ ¦ license.md ¦ ¦ phpstan.neon ¦ ¦ README.md ¦ ¦ ¦ +---.github ¦ ¦ +---workflows ¦ ¦ main.yaml ¦ ¦ ¦ +---classes ¦ ¦ +---src ¦ ¦ ¦ Builder.php ¦ ¦ ¦ Div0Exception.php ¦ ¦ ¦ Exception.php ¦ ¦ ¦ Functions.php ¦ ¦ ¦ Matrix.php ¦ ¦ ¦ Operations.php ¦ ¦ ¦ ¦ ¦ +---Decomposition ¦ ¦ ¦ Decomposition.php ¦ ¦ ¦ LU.php ¦ ¦ ¦ QR.php ¦ ¦ ¦ ¦ ¦ +---Operators ¦ ¦ Addition.php ¦ ¦ DirectSum.php ¦ ¦ Division.php ¦ ¦ Multiplication.php ¦ ¦ Operator.php ¦ ¦ Subtraction.php ¦ ¦ ¦ +---examples ¦ test.php ¦ +---masterminds ¦ +---html5 ¦ ¦ composer.json ¦ ¦ CREDITS ¦ ¦ LICENSE.txt ¦ ¦ README.md ¦ ¦ RELEASE.md ¦ ¦ UPGRADING.md ¦ ¦ ¦ +---bin ¦ ¦ entities.php ¦ ¦ ¦ +---src ¦ ¦ HTML5.php ¦ ¦ ¦ +---HTML5 ¦ ¦ Elements.php ¦ ¦ Entities.php ¦ ¦ Exception.php ¦ ¦ InstructionProcessor.php ¦ ¦ ¦ +---Parser ¦ ¦ CharacterReference.php ¦ ¦ DOMTreeBuilder.php ¦ ¦ EventHandler.php ¦ ¦ FileInputStream.php ¦ ¦ InputStream.php ¦ ¦ ParseError.php ¦ ¦ README.md ¦ ¦ Scanner.php ¦ ¦ StringInputStream.php ¦ ¦ Tokenizer.php ¦ ¦ TreeBuildingRules.php ¦ ¦ UTF8Utils.php ¦ ¦ ¦ +---Serializer ¦ HTML5Entities.php ¦ OutputRules.php ¦ README.md ¦ RulesInterface.php ¦ Traverser.php ¦ +---minishlink ¦ +---web-push ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ ¦ +---src ¦ Encryption.php ¦ MessageSentReport.php ¦ Notification.php ¦ Subscription.php ¦ SubscriptionInterface.php ¦ Utils.php ¦ VAPID.php ¦ WebPush.php ¦ +---mockery ¦ +---mockery ¦ ¦ .phpstorm.meta.php ¦ ¦ .readthedocs.yml ¦ ¦ CHANGELOG.md ¦ ¦ composer.json ¦ ¦ composer.lock ¦ ¦ CONTRIBUTING.md ¦ ¦ COPYRIGHT.md ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ SECURITY.md ¦ ¦ ¦ +---docs ¦ ¦ ¦ .gitignore ¦ ¦ ¦ conf.py ¦ ¦ ¦ index.rst ¦ ¦ ¦ Makefile ¦ ¦ ¦ README.md ¦ ¦ ¦ requirements.txt ¦ ¦ ¦ ¦ ¦ +---cookbook ¦ ¦ ¦ big_parent_class.rst ¦ ¦ ¦ class_constants.rst ¦ ¦ ¦ default_expectations.rst ¦ ¦ ¦ detecting_mock_objects.rst ¦ ¦ ¦ index.rst ¦ ¦ ¦ map.rst.inc ¦ ¦ ¦ mockery_on.rst ¦ ¦ ¦ mocking_class_within_class.rst ¦ ¦ ¦ mocking_hard_dependencies.rst ¦ ¦ ¦ not_calling_the_constructor.rst ¦ ¦ ¦ ¦ ¦ +---getting_started ¦ ¦ ¦ index.rst ¦ ¦ ¦ installation.rst ¦ ¦ ¦ map.rst.inc ¦ ¦ ¦ quick_reference.rst ¦ ¦ ¦ simple_example.rst ¦ ¦ ¦ upgrading.rst ¦ ¦ ¦ ¦ ¦ +---mockery ¦ ¦ ¦ configuration.rst ¦ ¦ ¦ exceptions.rst ¦ ¦ ¦ gotchas.rst ¦ ¦ ¦ index.rst ¦ ¦ ¦ map.rst.inc ¦ ¦ ¦ reserved_method_names.rst ¦ ¦ ¦ ¦ ¦ +---reference ¦ ¦ ¦ alternative_should_receive_syntax.rst ¦ ¦ ¦ argument_validation.rst ¦ ¦ ¦ creating_test_doubles.rst ¦ ¦ ¦ demeter_chains.rst ¦ ¦ ¦ expectations.rst ¦ ¦ ¦ final_methods_classes.rst ¦ ¦ ¦ index.rst ¦ ¦ ¦ instance_mocking.rst ¦ ¦ ¦ magic_methods.rst ¦ ¦ ¦ map.rst.inc ¦ ¦ ¦ partial_mocks.rst ¦ ¦ ¦ pass_by_reference_behaviours.rst ¦ ¦ ¦ phpunit_integration.rst ¦ ¦ ¦ protected_methods.rst ¦ ¦ ¦ public_properties.rst ¦ ¦ ¦ public_static_properties.rst ¦ ¦ ¦ spies.rst ¦ ¦ ¦ ¦ ¦ +---_static ¦ ¦ .gitkeep ¦ ¦ ¦ +---library ¦ ¦ helpers.php ¦ ¦ Mockery.php ¦ ¦ ¦ +---Mockery ¦ ¦ ClosureWrapper.php ¦ ¦ CompositeExpectation.php ¦ ¦ Configuration.php ¦ ¦ Container.php ¦ ¦ Exception.php ¦ ¦ Expectation.php ¦ ¦ ExpectationDirector.php ¦ ¦ ExpectationInterface.php ¦ ¦ ExpectsHigherOrderMessage.php ¦ ¦ HigherOrderMessage.php ¦ ¦ Instantiator.php ¦ ¦ LegacyMockInterface.php ¦ ¦ MethodCall.php ¦ ¦ Mock.php ¦ ¦ MockInterface.php ¦ ¦ QuickDefinitionsConfiguration.php ¦ ¦ ReceivedMethodCalls.php ¦ ¦ Reflector.php ¦ ¦ Undefined.php ¦ ¦ VerificationDirector.php ¦ ¦ VerificationExpectation.php ¦ ¦ ¦ +---Adapter ¦ ¦ +---Phpunit ¦ ¦ MockeryPHPUnitIntegration.php ¦ ¦ MockeryPHPUnitIntegrationAssertPostConditions.php ¦ ¦ MockeryTestCase.php ¦ ¦ MockeryTestCaseSetUp.php ¦ ¦ TestListener.php ¦ ¦ TestListenerTrait.php ¦ ¦ ¦ +---CountValidator ¦ ¦ AtLeast.php ¦ ¦ AtMost.php ¦ ¦ CountValidatorAbstract.php ¦ ¦ CountValidatorInterface.php ¦ ¦ Exact.php ¦ ¦ Exception.php ¦ ¦ ¦ +---Exception ¦ ¦ BadMethodCallException.php ¦ ¦ InvalidArgumentException.php ¦ ¦ InvalidCountException.php ¦ ¦ InvalidOrderException.php ¦ ¦ MockeryExceptionInterface.php ¦ ¦ NoMatchingExpectationException.php ¦ ¦ RuntimeException.php ¦ ¦ ¦ +---Generator ¦ ¦ ¦ CachingGenerator.php ¦ ¦ ¦ DefinedTargetClass.php ¦ ¦ ¦ Generator.php ¦ ¦ ¦ Method.php ¦ ¦ ¦ MockConfiguration.php ¦ ¦ ¦ MockConfigurationBuilder.php ¦ ¦ ¦ MockDefinition.php ¦ ¦ ¦ MockNameBuilder.php ¦ ¦ ¦ Parameter.php ¦ ¦ ¦ StringManipulationGenerator.php ¦ ¦ ¦ TargetClassInterface.php ¦ ¦ ¦ UndefinedTargetClass.php ¦ ¦ ¦ ¦ ¦ +---StringManipulation ¦ ¦ +---Pass ¦ ¦ AvoidMethodClashPass.php ¦ ¦ CallTypeHintPass.php ¦ ¦ ClassAttributesPass.php ¦ ¦ ClassNamePass.php ¦ ¦ ClassPass.php ¦ ¦ ConstantsPass.php ¦ ¦ InstanceMockPass.php ¦ ¦ InterfacePass.php ¦ ¦ MagicMethodTypeHintsPass.php ¦ ¦ MethodDefinitionPass.php ¦ ¦ Pass.php ¦ ¦ RemoveBuiltinMethodsThatAreFinalPass.php ¦ ¦ RemoveDestructorPass.php ¦ ¦ RemoveUnserializeForInternalSerializableClassesPass.php ¦ ¦ TraitPass.php ¦ ¦ ¦ +---Loader ¦ ¦ EvalLoader.php ¦ ¦ Loader.php ¦ ¦ RequireLoader.php ¦ ¦ ¦ +---Matcher ¦ AndAnyOtherArgs.php ¦ Any.php ¦ AnyArgs.php ¦ AnyOf.php ¦ ArgumentListMatcher.php ¦ Closure.php ¦ Contains.php ¦ Ducktype.php ¦ HasKey.php ¦ HasValue.php ¦ IsEqual.php ¦ IsSame.php ¦ MatcherAbstract.php ¦ MatcherInterface.php ¦ MultiArgumentClosure.php ¦ MustBe.php ¦ NoArgs.php ¦ Not.php ¦ NotAnyOf.php ¦ Pattern.php ¦ Subset.php ¦ Type.php ¦ +---monolog ¦ +---monolog ¦ ¦ CHANGELOG.md ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ ¦ +---src ¦ +---Monolog ¦ ¦ DateTimeImmutable.php ¦ ¦ ErrorHandler.php ¦ ¦ JsonSerializableDateTimeImmutable.php ¦ ¦ Level.php ¦ ¦ Logger.php ¦ ¦ LogRecord.php ¦ ¦ Registry.php ¦ ¦ ResettableInterface.php ¦ ¦ SignalHandler.php ¦ ¦ Utils.php ¦ ¦ ¦ +---Attribute ¦ ¦ AsMonologProcessor.php ¦ ¦ WithMonologChannel.php ¦ ¦ ¦ +---Formatter ¦ ¦ ChromePHPFormatter.php ¦ ¦ ElasticaFormatter.php ¦ ¦ ElasticsearchFormatter.php ¦ ¦ FlowdockFormatter.php ¦ ¦ FluentdFormatter.php ¦ ¦ FormatterInterface.php ¦ ¦ GelfMessageFormatter.php ¦ ¦ GoogleCloudLoggingFormatter.php ¦ ¦ HtmlFormatter.php ¦ ¦ JsonFormatter.php ¦ ¦ LineFormatter.php ¦ ¦ LogglyFormatter.php ¦ ¦ LogmaticFormatter.php ¦ ¦ LogstashFormatter.php ¦ ¦ MongoDBFormatter.php ¦ ¦ NormalizerFormatter.php ¦ ¦ ScalarFormatter.php ¦ ¦ SyslogFormatter.php ¦ ¦ WildfireFormatter.php ¦ ¦ ¦ +---Handler ¦ ¦ ¦ AbstractHandler.php ¦ ¦ ¦ AbstractProcessingHandler.php ¦ ¦ ¦ AbstractSyslogHandler.php ¦ ¦ ¦ AmqpHandler.php ¦ ¦ ¦ BrowserConsoleHandler.php ¦ ¦ ¦ BufferHandler.php ¦ ¦ ¦ ChromePHPHandler.php ¦ ¦ ¦ CouchDBHandler.php ¦ ¦ ¦ CubeHandler.php ¦ ¦ ¦ DeduplicationHandler.php ¦ ¦ ¦ DoctrineCouchDBHandler.php ¦ ¦ ¦ DynamoDbHandler.php ¦ ¦ ¦ ElasticaHandler.php ¦ ¦ ¦ ElasticsearchHandler.php ¦ ¦ ¦ ErrorLogHandler.php ¦ ¦ ¦ FallbackGroupHandler.php ¦ ¦ ¦ FilterHandler.php ¦ ¦ ¦ FingersCrossedHandler.php ¦ ¦ ¦ FirePHPHandler.php ¦ ¦ ¦ FleepHookHandler.php ¦ ¦ ¦ FlowdockHandler.php ¦ ¦ ¦ FormattableHandlerInterface.php ¦ ¦ ¦ FormattableHandlerTrait.php ¦ ¦ ¦ GelfHandler.php ¦ ¦ ¦ GroupHandler.php ¦ ¦ ¦ Handler.php ¦ ¦ ¦ HandlerInterface.php ¦ ¦ ¦ HandlerWrapper.php ¦ ¦ ¦ IFTTTHandler.php ¦ ¦ ¦ InsightOpsHandler.php ¦ ¦ ¦ LogEntriesHandler.php ¦ ¦ ¦ LogglyHandler.php ¦ ¦ ¦ LogmaticHandler.php ¦ ¦ ¦ MailHandler.php ¦ ¦ ¦ MandrillHandler.php ¦ ¦ ¦ MissingExtensionException.php ¦ ¦ ¦ MongoDBHandler.php ¦ ¦ ¦ NativeMailerHandler.php ¦ ¦ ¦ NewRelicHandler.php ¦ ¦ ¦ NoopHandler.php ¦ ¦ ¦ NullHandler.php ¦ ¦ ¦ OverflowHandler.php ¦ ¦ ¦ PHPConsoleHandler.php ¦ ¦ ¦ ProcessableHandlerInterface.php ¦ ¦ ¦ ProcessableHandlerTrait.php ¦ ¦ ¦ ProcessHandler.php ¦ ¦ ¦ PsrHandler.php ¦ ¦ ¦ PushoverHandler.php ¦ ¦ ¦ RedisHandler.php ¦ ¦ ¦ RedisPubSubHandler.php ¦ ¦ ¦ RollbarHandler.php ¦ ¦ ¦ RotatingFileHandler.php ¦ ¦ ¦ SamplingHandler.php ¦ ¦ ¦ SendGridHandler.php ¦ ¦ ¦ SlackHandler.php ¦ ¦ ¦ SlackWebhookHandler.php ¦ ¦ ¦ SocketHandler.php ¦ ¦ ¦ SqsHandler.php ¦ ¦ ¦ StreamHandler.php ¦ ¦ ¦ SymfonyMailerHandler.php ¦ ¦ ¦ SyslogHandler.php ¦ ¦ ¦ SyslogUdpHandler.php ¦ ¦ ¦ TelegramBotHandler.php ¦ ¦ ¦ TestHandler.php ¦ ¦ ¦ WebRequestRecognizerTrait.php ¦ ¦ ¦ WhatFailureGroupHandler.php ¦ ¦ ¦ ZendMonitorHandler.php ¦ ¦ ¦ ¦ ¦ +---Curl ¦ ¦ ¦ Util.php ¦ ¦ ¦ ¦ ¦ +---FingersCrossed ¦ ¦ ¦ ActivationStrategyInterface.php ¦ ¦ ¦ ChannelLevelActivationStrategy.php ¦ ¦ ¦ ErrorLevelActivationStrategy.php ¦ ¦ ¦ ¦ ¦ +---Slack ¦ ¦ ¦ SlackRecord.php ¦ ¦ ¦ ¦ ¦ +---SyslogUdp ¦ ¦ UdpSocket.php ¦ ¦ ¦ +---Processor ¦ ¦ ClosureContextProcessor.php ¦ ¦ GitProcessor.php ¦ ¦ HostnameProcessor.php ¦ ¦ IntrospectionProcessor.php ¦ ¦ LoadAverageProcessor.php ¦ ¦ MemoryPeakUsageProcessor.php ¦ ¦ MemoryProcessor.php ¦ ¦ MemoryUsageProcessor.php ¦ ¦ MercurialProcessor.php ¦ ¦ ProcessIdProcessor.php ¦ ¦ ProcessorInterface.php ¦ ¦ PsrLogMessageProcessor.php ¦ ¦ TagProcessor.php ¦ ¦ UidProcessor.php ¦ ¦ WebProcessor.php ¦ ¦ ¦ +---Test ¦ MonologTestCase.php ¦ TestCase.php ¦ +---myclabs ¦ +---deep-copy ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ ¦ +---src ¦ +---DeepCopy ¦ ¦ DeepCopy.php ¦ ¦ deep_copy.php ¦ ¦ ¦ +---Exception ¦ ¦ CloneException.php ¦ ¦ PropertyException.php ¦ ¦ ¦ +---Filter ¦ ¦ ¦ ChainableFilter.php ¦ ¦ ¦ Filter.php ¦ ¦ ¦ KeepFilter.php ¦ ¦ ¦ ReplaceFilter.php ¦ ¦ ¦ SetNullFilter.php ¦ ¦ ¦ ¦ ¦ +---Doctrine ¦ ¦ DoctrineCollectionFilter.php ¦ ¦ DoctrineEmptyCollectionFilter.php ¦ ¦ DoctrineProxyFilter.php ¦ ¦ ¦ +---Matcher ¦ ¦ ¦ Matcher.php ¦ ¦ ¦ PropertyMatcher.php ¦ ¦ ¦ PropertyNameMatcher.php ¦ ¦ ¦ PropertyTypeMatcher.php ¦ ¦ ¦ ¦ ¦ +---Doctrine ¦ ¦ DoctrineProxyMatcher.php ¦ ¦ ¦ +---Reflection ¦ ¦ ReflectionHelper.php ¦ ¦ ¦ +---TypeFilter ¦ ¦ ¦ ReplaceFilter.php ¦ ¦ ¦ ShallowCopyFilter.php ¦ ¦ ¦ TypeFilter.php ¦ ¦ ¦ ¦ ¦ +---Date ¦ ¦ ¦ DateIntervalFilter.php ¦ ¦ ¦ DatePeriodFilter.php ¦ ¦ ¦ ¦ ¦ +---Spl ¦ ¦ ArrayObjectFilter.php ¦ ¦ SplDoublyLinkedList.php ¦ ¦ SplDoublyLinkedListFilter.php ¦ ¦ ¦ +---TypeMatcher ¦ TypeMatcher.php ¦ +---nesbot ¦ +---carbon ¦ ¦ .phpstorm.meta.php ¦ ¦ composer.json ¦ ¦ extension.neon ¦ ¦ LICENSE ¦ ¦ readme.md ¦ ¦ sponsors.php ¦ ¦ ¦ +---bin ¦ ¦ carbon ¦ ¦ carbon.bat ¦ ¦ ¦ +---lazy ¦ ¦ +---Carbon ¦ ¦ ¦ TranslatorStrongType.php ¦ ¦ ¦ TranslatorWeakType.php ¦ ¦ ¦ ¦ ¦ +---MessageFormatter ¦ ¦ ¦ MessageFormatterMapperStrongType.php ¦ ¦ ¦ MessageFormatterMapperWeakType.php ¦ ¦ ¦ ¦ ¦ +---PHPStan ¦ ¦ AbstractMacroBuiltin.php ¦ ¦ AbstractMacroStatic.php ¦ ¦ MacroStrongType.php ¦ ¦ MacroWeakType.php ¦ ¦ ¦ +---src ¦ +---Carbon ¦ ¦ AbstractTranslator.php ¦ ¦ Carbon.php ¦ ¦ CarbonConverterInterface.php ¦ ¦ CarbonImmutable.php ¦ ¦ CarbonInterface.php ¦ ¦ CarbonInterval.php ¦ ¦ CarbonPeriod.php ¦ ¦ CarbonPeriodImmutable.php ¦ ¦ CarbonTimeZone.php ¦ ¦ Factory.php ¦ ¦ FactoryImmutable.php ¦ ¦ Language.php ¦ ¦ Translator.php ¦ ¦ TranslatorImmutable.php ¦ ¦ TranslatorStrongTypeInterface.php ¦ ¦ ¦ +---Cli ¦ ¦ Invoker.php ¦ ¦ ¦ +---Exceptions ¦ ¦ BadComparisonUnitException.php ¦ ¦ BadFluentConstructorException.php ¦ ¦ BadFluentSetterException.php ¦ ¦ BadMethodCallException.php ¦ ¦ EndLessPeriodException.php ¦ ¦ Exception.php ¦ ¦ ImmutableException.php ¦ ¦ InvalidArgumentException.php ¦ ¦ InvalidCastException.php ¦ ¦ InvalidDateException.php ¦ ¦ InvalidFormatException.php ¦ ¦ InvalidIntervalException.php ¦ ¦ InvalidPeriodDateException.php ¦ ¦ InvalidPeriodParameterException.php ¦ ¦ InvalidTimeZoneException.php ¦ ¦ InvalidTypeException.php ¦ ¦ NotACarbonClassException.php ¦ ¦ NotAPeriodException.php ¦ ¦ NotLocaleAwareException.php ¦ ¦ OutOfRangeException.php ¦ ¦ ParseErrorException.php ¦ ¦ RuntimeException.php ¦ ¦ UnitException.php ¦ ¦ UnitNotConfiguredException.php ¦ ¦ UnknownGetterException.php ¦ ¦ UnknownMethodException.php ¦ ¦ UnknownSetterException.php ¦ ¦ UnknownUnitException.php ¦ ¦ UnreachableException.php ¦ ¦ ¦ +---Lang ¦ ¦ aa.php ¦ ¦ aa_DJ.php ¦ ¦ aa_ER.php ¦ ¦ aa_ER@saaho.php ¦ ¦ aa_ET.php ¦ ¦ af.php ¦ ¦ af_NA.php ¦ ¦ af_ZA.php ¦ ¦ agq.php ¦ ¦ agr.php ¦ ¦ agr_PE.php ¦ ¦ ak.php ¦ ¦ ak_GH.php ¦ ¦ am.php ¦ ¦ am_ET.php ¦ ¦ an.php ¦ ¦ anp.php ¦ ¦ anp_IN.php ¦ ¦ an_ES.php ¦ ¦ ar.php ¦ ¦ ar_AE.php ¦ ¦ ar_BH.php ¦ ¦ ar_DJ.php ¦ ¦ ar_DZ.php ¦ ¦ ar_EG.php ¦ ¦ ar_EH.php ¦ ¦ ar_ER.php ¦ ¦ ar_IL.php ¦ ¦ ar_IN.php ¦ ¦ ar_IQ.php ¦ ¦ ar_JO.php ¦ ¦ ar_KM.php ¦ ¦ ar_KW.php ¦ ¦ ar_LB.php ¦ ¦ ar_LY.php ¦ ¦ ar_MA.php ¦ ¦ ar_MR.php ¦ ¦ ar_OM.php ¦ ¦ ar_PS.php ¦ ¦ ar_QA.php ¦ ¦ ar_SA.php ¦ ¦ ar_SD.php ¦ ¦ ar_Shakl.php ¦ ¦ ar_SO.php ¦ ¦ ar_SS.php ¦ ¦ ar_SY.php ¦ ¦ ar_TD.php ¦ ¦ ar_TN.php ¦ ¦ ar_YE.php ¦ ¦ as.php ¦ ¦ asa.php ¦ ¦ ast.php ¦ ¦ ast_ES.php ¦ ¦ as_IN.php ¦ ¦ ayc.php ¦ ¦ ayc_PE.php ¦ ¦ az.php ¦ ¦ az_AZ.php ¦ ¦ az_Cyrl.php ¦ ¦ az_IR.php ¦ ¦ az_Latn.php ¦ ¦ bas.php ¦ ¦ be.php ¦ ¦ bem.php ¦ ¦ bem_ZM.php ¦ ¦ ber.php ¦ ¦ ber_DZ.php ¦ ¦ ber_MA.php ¦ ¦ bez.php ¦ ¦ be_BY.php ¦ ¦ be_BY@latin.php ¦ ¦ bg.php ¦ ¦ bg_BG.php ¦ ¦ bhb.php ¦ ¦ bhb_IN.php ¦ ¦ bho.php ¦ ¦ bho_IN.php ¦ ¦ bi.php ¦ ¦ bi_VU.php ¦ ¦ bm.php ¦ ¦ bn.php ¦ ¦ bn_BD.php ¦ ¦ bn_IN.php ¦ ¦ bo.php ¦ ¦ bo_CN.php ¦ ¦ bo_IN.php ¦ ¦ br.php ¦ ¦ brx.php ¦ ¦ brx_IN.php ¦ ¦ br_FR.php ¦ ¦ bs.php ¦ ¦ bs_BA.php ¦ ¦ bs_Cyrl.php ¦ ¦ bs_Latn.php ¦ ¦ byn.php ¦ ¦ byn_ER.php ¦ ¦ ca.php ¦ ¦ ca_AD.php ¦ ¦ ca_ES.php ¦ ¦ ca_ES_Valencia.php ¦ ¦ ca_FR.php ¦ ¦ ca_IT.php ¦ ¦ ccp.php ¦ ¦ ccp_IN.php ¦ ¦ ce.php ¦ ¦ ce_RU.php ¦ ¦ cgg.php ¦ ¦ chr.php ¦ ¦ chr_US.php ¦ ¦ ckb.php ¦ ¦ cmn.php ¦ ¦ cmn_TW.php ¦ ¦ crh.php ¦ ¦ crh_UA.php ¦ ¦ cs.php ¦ ¦ csb.php ¦ ¦ csb_PL.php ¦ ¦ cs_CZ.php ¦ ¦ cu.php ¦ ¦ cv.php ¦ ¦ cv_RU.php ¦ ¦ cy.php ¦ ¦ cy_GB.php ¦ ¦ da.php ¦ ¦ dav.php ¦ ¦ da_DK.php ¦ ¦ da_GL.php ¦ ¦ de.php ¦ ¦ de_AT.php ¦ ¦ de_BE.php ¦ ¦ de_CH.php ¦ ¦ de_DE.php ¦ ¦ de_IT.php ¦ ¦ de_LI.php ¦ ¦ de_LU.php ¦ ¦ dje.php ¦ ¦ doi.php ¦ ¦ doi_IN.php ¦ ¦ dsb.php ¦ ¦ dsb_DE.php ¦ ¦ dua.php ¦ ¦ dv.php ¦ ¦ dv_MV.php ¦ ¦ dyo.php ¦ ¦ dz.php ¦ ¦ dz_BT.php ¦ ¦ ebu.php ¦ ¦ ee.php ¦ ¦ ee_TG.php ¦ ¦ el.php ¦ ¦ el_CY.php ¦ ¦ el_GR.php ¦ ¦ en.php ¦ ¦ en_001.php ¦ ¦ en_150.php ¦ ¦ en_AG.php ¦ ¦ en_AI.php ¦ ¦ en_AS.php ¦ ¦ en_AT.php ¦ ¦ en_AU.php ¦ ¦ en_BB.php ¦ ¦ en_BE.php ¦ ¦ en_BI.php ¦ ¦ en_BM.php ¦ ¦ en_BS.php ¦ ¦ en_BW.php ¦ ¦ en_BZ.php ¦ ¦ en_CA.php ¦ ¦ en_CC.php ¦ ¦ en_CH.php ¦ ¦ en_CK.php ¦ ¦ en_CM.php ¦ ¦ en_CX.php ¦ ¦ en_CY.php ¦ ¦ en_DE.php ¦ ¦ en_DG.php ¦ ¦ en_DK.php ¦ ¦ en_DM.php ¦ ¦ en_ER.php ¦ ¦ en_FI.php ¦ ¦ en_FJ.php ¦ ¦ en_FK.php ¦ ¦ en_FM.php ¦ ¦ en_GB.php ¦ ¦ en_GD.php ¦ ¦ en_GG.php ¦ ¦ en_GH.php ¦ ¦ en_GI.php ¦ ¦ en_GM.php ¦ ¦ en_GU.php ¦ ¦ en_GY.php ¦ ¦ en_HK.php ¦ ¦ en_IE.php ¦ ¦ en_IL.php ¦ ¦ en_IM.php ¦ ¦ en_IN.php ¦ ¦ en_IO.php ¦ ¦ en_ISO.php ¦ ¦ en_JE.php ¦ ¦ en_JM.php ¦ ¦ en_KE.php ¦ ¦ en_KI.php ¦ ¦ en_KN.php ¦ ¦ en_KY.php ¦ ¦ en_LC.php ¦ ¦ en_LR.php ¦ ¦ en_LS.php ¦ ¦ en_MG.php ¦ ¦ en_MH.php ¦ ¦ en_MO.php ¦ ¦ en_MP.php ¦ ¦ en_MS.php ¦ ¦ en_MT.php ¦ ¦ en_MU.php ¦ ¦ en_MW.php ¦ ¦ en_MY.php ¦ ¦ en_NA.php ¦ ¦ en_NF.php ¦ ¦ en_NG.php ¦ ¦ en_NL.php ¦ ¦ en_NR.php ¦ ¦ en_NU.php ¦ ¦ en_NZ.php ¦ ¦ en_PG.php ¦ ¦ en_PH.php ¦ ¦ en_PK.php ¦ ¦ en_PN.php ¦ ¦ en_PR.php ¦ ¦ en_PW.php ¦ ¦ en_RW.php ¦ ¦ en_SB.php ¦ ¦ en_SC.php ¦ ¦ en_SD.php ¦ ¦ en_SE.php ¦ ¦ en_SG.php ¦ ¦ en_SH.php ¦ ¦ en_SI.php ¦ ¦ en_SL.php ¦ ¦ en_SS.php ¦ ¦ en_SX.php ¦ ¦ en_SZ.php ¦ ¦ en_TC.php ¦ ¦ en_TK.php ¦ ¦ en_TO.php ¦ ¦ en_TT.php ¦ ¦ en_TV.php ¦ ¦ en_TZ.php ¦ ¦ en_UG.php ¦ ¦ en_UM.php ¦ ¦ en_US.php ¦ ¦ en_US_Posix.php ¦ ¦ en_VC.php ¦ ¦ en_VG.php ¦ ¦ en_VI.php ¦ ¦ en_VU.php ¦ ¦ en_WS.php ¦ ¦ en_ZA.php ¦ ¦ en_ZM.php ¦ ¦ en_ZW.php ¦ ¦ eo.php ¦ ¦ es.php ¦ ¦ es_419.php ¦ ¦ es_AR.php ¦ ¦ es_BO.php ¦ ¦ es_BR.php ¦ ¦ es_BZ.php ¦ ¦ es_CL.php ¦ ¦ es_CO.php ¦ ¦ es_CR.php ¦ ¦ es_CU.php ¦ ¦ es_DO.php ¦ ¦ es_EA.php ¦ ¦ es_EC.php ¦ ¦ es_ES.php ¦ ¦ es_GQ.php ¦ ¦ es_GT.php ¦ ¦ es_HN.php ¦ ¦ es_IC.php ¦ ¦ es_MX.php ¦ ¦ es_NI.php ¦ ¦ es_PA.php ¦ ¦ es_PE.php ¦ ¦ es_PH.php ¦ ¦ es_PR.php ¦ ¦ es_PY.php ¦ ¦ es_SV.php ¦ ¦ es_US.php ¦ ¦ es_UY.php ¦ ¦ es_VE.php ¦ ¦ et.php ¦ ¦ et_EE.php ¦ ¦ eu.php ¦ ¦ eu_ES.php ¦ ¦ ewo.php ¦ ¦ fa.php ¦ ¦ fa_AF.php ¦ ¦ fa_IR.php ¦ ¦ ff.php ¦ ¦ ff_CM.php ¦ ¦ ff_GN.php ¦ ¦ ff_MR.php ¦ ¦ ff_SN.php ¦ ¦ fi.php ¦ ¦ fil.php ¦ ¦ fil_PH.php ¦ ¦ fi_FI.php ¦ ¦ fo.php ¦ ¦ fo_DK.php ¦ ¦ fo_FO.php ¦ ¦ fr.php ¦ ¦ fr_BE.php ¦ ¦ fr_BF.php ¦ ¦ fr_BI.php ¦ ¦ fr_BJ.php ¦ ¦ fr_BL.php ¦ ¦ fr_CA.php ¦ ¦ fr_CD.php ¦ ¦ fr_CF.php ¦ ¦ fr_CG.php ¦ ¦ fr_CH.php ¦ ¦ fr_CI.php ¦ ¦ fr_CM.php ¦ ¦ fr_DJ.php ¦ ¦ fr_DZ.php ¦ ¦ fr_FR.php ¦ ¦ fr_GA.php ¦ ¦ fr_GF.php ¦ ¦ fr_GN.php ¦ ¦ fr_GP.php ¦ ¦ fr_GQ.php ¦ ¦ fr_HT.php ¦ ¦ fr_KM.php ¦ ¦ fr_LU.php ¦ ¦ fr_MA.php ¦ ¦ fr_MC.php ¦ ¦ fr_MF.php ¦ ¦ fr_MG.php ¦ ¦ fr_ML.php ¦ ¦ fr_MQ.php ¦ ¦ fr_MR.php ¦ ¦ fr_MU.php ¦ ¦ fr_NC.php ¦ ¦ fr_NE.php ¦ ¦ fr_PF.php ¦ ¦ fr_PM.php ¦ ¦ fr_RE.php ¦ ¦ fr_RW.php ¦ ¦ fr_SC.php ¦ ¦ fr_SN.php ¦ ¦ fr_SY.php ¦ ¦ fr_TD.php ¦ ¦ fr_TG.php ¦ ¦ fr_TN.php ¦ ¦ fr_VU.php ¦ ¦ fr_WF.php ¦ ¦ fr_YT.php ¦ ¦ fur.php ¦ ¦ fur_IT.php ¦ ¦ fy.php ¦ ¦ fy_DE.php ¦ ¦ fy_NL.php ¦ ¦ ga.php ¦ ¦ ga_IE.php ¦ ¦ gd.php ¦ ¦ gd_GB.php ¦ ¦ gez.php ¦ ¦ gez_ER.php ¦ ¦ gez_ET.php ¦ ¦ gl.php ¦ ¦ gl_ES.php ¦ ¦ gom.php ¦ ¦ gom_Latn.php ¦ ¦ gsw.php ¦ ¦ gsw_CH.php ¦ ¦ gsw_FR.php ¦ ¦ gsw_LI.php ¦ ¦ gu.php ¦ ¦ guz.php ¦ ¦ gu_IN.php ¦ ¦ gv.php ¦ ¦ gv_GB.php ¦ ¦ ha.php ¦ ¦ hak.php ¦ ¦ hak_TW.php ¦ ¦ haw.php ¦ ¦ ha_GH.php ¦ ¦ ha_NE.php ¦ ¦ ha_NG.php ¦ ¦ he.php ¦ ¦ he_IL.php ¦ ¦ hi.php ¦ ¦ hif.php ¦ ¦ hif_FJ.php ¦ ¦ hi_IN.php ¦ ¦ hne.php ¦ ¦ hne_IN.php ¦ ¦ hr.php ¦ ¦ hr_BA.php ¦ ¦ hr_HR.php ¦ ¦ hsb.php ¦ ¦ hsb_DE.php ¦ ¦ ht.php ¦ ¦ ht_HT.php ¦ ¦ hu.php ¦ ¦ hu_HU.php ¦ ¦ hy.php ¦ ¦ hy_AM.php ¦ ¦ i18n.php ¦ ¦ ia.php ¦ ¦ ia_FR.php ¦ ¦ id.php ¦ ¦ id_ID.php ¦ ¦ ig.php ¦ ¦ ig_NG.php ¦ ¦ ii.php ¦ ¦ ik.php ¦ ¦ ik_CA.php ¦ ¦ in.php ¦ ¦ is.php ¦ ¦ is_IS.php ¦ ¦ it.php ¦ ¦ it_CH.php ¦ ¦ it_IT.php ¦ ¦ it_SM.php ¦ ¦ it_VA.php ¦ ¦ iu.php ¦ ¦ iu_CA.php ¦ ¦ iw.php ¦ ¦ ja.php ¦ ¦ ja_JP.php ¦ ¦ jgo.php ¦ ¦ jmc.php ¦ ¦ jv.php ¦ ¦ ka.php ¦ ¦ kab.php ¦ ¦ kab_DZ.php ¦ ¦ kam.php ¦ ¦ ka_GE.php ¦ ¦ kde.php ¦ ¦ kea.php ¦ ¦ khq.php ¦ ¦ ki.php ¦ ¦ kk.php ¦ ¦ kkj.php ¦ ¦ kk_KZ.php ¦ ¦ kl.php ¦ ¦ kln.php ¦ ¦ kl_GL.php ¦ ¦ km.php ¦ ¦ km_KH.php ¦ ¦ kn.php ¦ ¦ kn_IN.php ¦ ¦ ko.php ¦ ¦ kok.php ¦ ¦ kok_IN.php ¦ ¦ ko_KP.php ¦ ¦ ko_KR.php ¦ ¦ ks.php ¦ ¦ ksb.php ¦ ¦ ksf.php ¦ ¦ ksh.php ¦ ¦ ks_IN.php ¦ ¦ ks_IN@devanagari.php ¦ ¦ ku.php ¦ ¦ ku_TR.php ¦ ¦ kw.php ¦ ¦ kw_GB.php ¦ ¦ ky.php ¦ ¦ ky_KG.php ¦ ¦ lag.php ¦ ¦ lb.php ¦ ¦ lb_LU.php ¦ ¦ lg.php ¦ ¦ lg_UG.php ¦ ¦ li.php ¦ ¦ lij.php ¦ ¦ lij_IT.php ¦ ¦ li_NL.php ¦ ¦ lkt.php ¦ ¦ ln.php ¦ ¦ ln_AO.php ¦ ¦ ln_CD.php ¦ ¦ ln_CF.php ¦ ¦ ln_CG.php ¦ ¦ lo.php ¦ ¦ lo_LA.php ¦ ¦ lrc.php ¦ ¦ lrc_IQ.php ¦ ¦ lt.php ¦ ¦ lt_LT.php ¦ ¦ lu.php ¦ ¦ luo.php ¦ ¦ luy.php ¦ ¦ lv.php ¦ ¦ lv_LV.php ¦ ¦ lzh.php ¦ ¦ lzh_TW.php ¦ ¦ mag.php ¦ ¦ mag_IN.php ¦ ¦ mai.php ¦ ¦ mai_IN.php ¦ ¦ mas.php ¦ ¦ mas_TZ.php ¦ ¦ mer.php ¦ ¦ mfe.php ¦ ¦ mfe_MU.php ¦ ¦ mg.php ¦ ¦ mgh.php ¦ ¦ mgo.php ¦ ¦ mg_MG.php ¦ ¦ mhr.php ¦ ¦ mhr_RU.php ¦ ¦ mi.php ¦ ¦ miq.php ¦ ¦ miq_NI.php ¦ ¦ mi_NZ.php ¦ ¦ mjw.php ¦ ¦ mjw_IN.php ¦ ¦ mk.php ¦ ¦ mk_MK.php ¦ ¦ ml.php ¦ ¦ ml_IN.php ¦ ¦ mn.php ¦ ¦ mni.php ¦ ¦ mni_IN.php ¦ ¦ mn_MN.php ¦ ¦ mo.php ¦ ¦ mr.php ¦ ¦ mr_IN.php ¦ ¦ ms.php ¦ ¦ ms_BN.php ¦ ¦ ms_MY.php ¦ ¦ ms_SG.php ¦ ¦ mt.php ¦ ¦ mt_MT.php ¦ ¦ mua.php ¦ ¦ my.php ¦ ¦ my_MM.php ¦ ¦ mzn.php ¦ ¦ nan.php ¦ ¦ nan_TW.php ¦ ¦ nan_TW@latin.php ¦ ¦ naq.php ¦ ¦ nb.php ¦ ¦ nb_NO.php ¦ ¦ nb_SJ.php ¦ ¦ nd.php ¦ ¦ nds.php ¦ ¦ nds_DE.php ¦ ¦ nds_NL.php ¦ ¦ ne.php ¦ ¦ ne_IN.php ¦ ¦ ne_NP.php ¦ ¦ nhn.php ¦ ¦ nhn_MX.php ¦ ¦ niu.php ¦ ¦ niu_NU.php ¦ ¦ nl.php ¦ ¦ nl_AW.php ¦ ¦ nl_BE.php ¦ ¦ nl_BQ.php ¦ ¦ nl_CW.php ¦ ¦ nl_NL.php ¦ ¦ nl_SR.php ¦ ¦ nl_SX.php ¦ ¦ nmg.php ¦ ¦ nn.php ¦ ¦ nnh.php ¦ ¦ nn_NO.php ¦ ¦ no.php ¦ ¦ nr.php ¦ ¦ nr_ZA.php ¦ ¦ nso.php ¦ ¦ nso_ZA.php ¦ ¦ nus.php ¦ ¦ nyn.php ¦ ¦ oc.php ¦ ¦ oc_FR.php ¦ ¦ om.php ¦ ¦ om_ET.php ¦ ¦ om_KE.php ¦ ¦ or.php ¦ ¦ or_IN.php ¦ ¦ os.php ¦ ¦ os_RU.php ¦ ¦ pa.php ¦ ¦ pap.php ¦ ¦ pap_AW.php ¦ ¦ pap_CW.php ¦ ¦ pa_Arab.php ¦ ¦ pa_Guru.php ¦ ¦ pa_IN.php ¦ ¦ pa_PK.php ¦ ¦ pl.php ¦ ¦ pl_PL.php ¦ ¦ prg.php ¦ ¦ ps.php ¦ ¦ ps_AF.php ¦ ¦ pt.php ¦ ¦ pt_AO.php ¦ ¦ pt_BR.php ¦ ¦ pt_CH.php ¦ ¦ pt_CV.php ¦ ¦ pt_GQ.php ¦ ¦ pt_GW.php ¦ ¦ pt_LU.php ¦ ¦ pt_MO.php ¦ ¦ pt_MZ.php ¦ ¦ pt_PT.php ¦ ¦ pt_ST.php ¦ ¦ pt_TL.php ¦ ¦ qu.php ¦ ¦ quz.php ¦ ¦ quz_PE.php ¦ ¦ qu_BO.php ¦ ¦ qu_EC.php ¦ ¦ raj.php ¦ ¦ raj_IN.php ¦ ¦ rm.php ¦ ¦ rn.php ¦ ¦ ro.php ¦ ¦ rof.php ¦ ¦ ro_MD.php ¦ ¦ ro_RO.php ¦ ¦ ru.php ¦ ¦ ru_BY.php ¦ ¦ ru_KG.php ¦ ¦ ru_KZ.php ¦ ¦ ru_MD.php ¦ ¦ ru_RU.php ¦ ¦ ru_UA.php ¦ ¦ rw.php ¦ ¦ rwk.php ¦ ¦ rw_RW.php ¦ ¦ sa.php ¦ ¦ sah.php ¦ ¦ sah_RU.php ¦ ¦ saq.php ¦ ¦ sat.php ¦ ¦ sat_IN.php ¦ ¦ sa_IN.php ¦ ¦ sbp.php ¦ ¦ sc.php ¦ ¦ sc_IT.php ¦ ¦ sd.php ¦ ¦ sd_IN.php ¦ ¦ sd_IN@devanagari.php ¦ ¦ se.php ¦ ¦ seh.php ¦ ¦ ses.php ¦ ¦ se_FI.php ¦ ¦ se_NO.php ¦ ¦ se_SE.php ¦ ¦ sg.php ¦ ¦ sgs.php ¦ ¦ sgs_LT.php ¦ ¦ sh.php ¦ ¦ shi.php ¦ ¦ shi_Latn.php ¦ ¦ shi_Tfng.php ¦ ¦ shn.php ¦ ¦ shn_MM.php ¦ ¦ shs.php ¦ ¦ shs_CA.php ¦ ¦ si.php ¦ ¦ sid.php ¦ ¦ sid_ET.php ¦ ¦ si_LK.php ¦ ¦ sk.php ¦ ¦ sk_SK.php ¦ ¦ sl.php ¦ ¦ sl_SI.php ¦ ¦ sm.php ¦ ¦ smn.php ¦ ¦ sm_WS.php ¦ ¦ sn.php ¦ ¦ so.php ¦ ¦ so_DJ.php ¦ ¦ so_ET.php ¦ ¦ so_KE.php ¦ ¦ so_SO.php ¦ ¦ sq.php ¦ ¦ sq_AL.php ¦ ¦ sq_MK.php ¦ ¦ sq_XK.php ¦ ¦ sr.php ¦ ¦ sr_Cyrl.php ¦ ¦ sr_Cyrl_BA.php ¦ ¦ sr_Cyrl_ME.php ¦ ¦ sr_Cyrl_XK.php ¦ ¦ sr_Latn.php ¦ ¦ sr_Latn_BA.php ¦ ¦ sr_Latn_ME.php ¦ ¦ sr_Latn_XK.php ¦ ¦ sr_ME.php ¦ ¦ sr_RS.php ¦ ¦ sr_RS@latin.php ¦ ¦ ss.php ¦ ¦ ss_ZA.php ¦ ¦ st.php ¦ ¦ st_ZA.php ¦ ¦ sv.php ¦ ¦ sv_AX.php ¦ ¦ sv_FI.php ¦ ¦ sv_SE.php ¦ ¦ sw.php ¦ ¦ sw_CD.php ¦ ¦ sw_KE.php ¦ ¦ sw_TZ.php ¦ ¦ sw_UG.php ¦ ¦ szl.php ¦ ¦ szl_PL.php ¦ ¦ ta.php ¦ ¦ ta_IN.php ¦ ¦ ta_LK.php ¦ ¦ ta_MY.php ¦ ¦ ta_SG.php ¦ ¦ tcy.php ¦ ¦ tcy_IN.php ¦ ¦ te.php ¦ ¦ teo.php ¦ ¦ teo_KE.php ¦ ¦ tet.php ¦ ¦ te_IN.php ¦ ¦ tg.php ¦ ¦ tg_TJ.php ¦ ¦ th.php ¦ ¦ the.php ¦ ¦ the_NP.php ¦ ¦ th_TH.php ¦ ¦ ti.php ¦ ¦ tig.php ¦ ¦ tig_ER.php ¦ ¦ ti_ER.php ¦ ¦ ti_ET.php ¦ ¦ tk.php ¦ ¦ tk_TM.php ¦ ¦ tl.php ¦ ¦ tlh.php ¦ ¦ tl_PH.php ¦ ¦ tn.php ¦ ¦ tn_ZA.php ¦ ¦ to.php ¦ ¦ to_TO.php ¦ ¦ tpi.php ¦ ¦ tpi_PG.php ¦ ¦ tr.php ¦ ¦ tr_CY.php ¦ ¦ tr_TR.php ¦ ¦ ts.php ¦ ¦ ts_ZA.php ¦ ¦ tt.php ¦ ¦ tt_RU.php ¦ ¦ tt_RU@iqtelif.php ¦ ¦ twq.php ¦ ¦ tzl.php ¦ ¦ tzm.php ¦ ¦ tzm_Latn.php ¦ ¦ ug.php ¦ ¦ ug_CN.php ¦ ¦ uk.php ¦ ¦ uk_UA.php ¦ ¦ unm.php ¦ ¦ unm_US.php ¦ ¦ ur.php ¦ ¦ ur_IN.php ¦ ¦ ur_PK.php ¦ ¦ uz.php ¦ ¦ uz_Arab.php ¦ ¦ uz_Cyrl.php ¦ ¦ uz_Latn.php ¦ ¦ uz_UZ.php ¦ ¦ uz_UZ@cyrillic.php ¦ ¦ vai.php ¦ ¦ vai_Latn.php ¦ ¦ vai_Vaii.php ¦ ¦ ve.php ¦ ¦ ve_ZA.php ¦ ¦ vi.php ¦ ¦ vi_VN.php ¦ ¦ vo.php ¦ ¦ vun.php ¦ ¦ wa.php ¦ ¦ wae.php ¦ ¦ wae_CH.php ¦ ¦ wal.php ¦ ¦ wal_ET.php ¦ ¦ wa_BE.php ¦ ¦ wo.php ¦ ¦ wo_SN.php ¦ ¦ xh.php ¦ ¦ xh_ZA.php ¦ ¦ xog.php ¦ ¦ yav.php ¦ ¦ yi.php ¦ ¦ yi_US.php ¦ ¦ yo.php ¦ ¦ yo_BJ.php ¦ ¦ yo_NG.php ¦ ¦ yue.php ¦ ¦ yue_Hans.php ¦ ¦ yue_Hant.php ¦ ¦ yue_HK.php ¦ ¦ yuw.php ¦ ¦ yuw_PG.php ¦ ¦ zgh.php ¦ ¦ zh.php ¦ ¦ zh_CN.php ¦ ¦ zh_Hans.php ¦ ¦ zh_Hans_HK.php ¦ ¦ zh_Hans_MO.php ¦ ¦ zh_Hans_SG.php ¦ ¦ zh_Hant.php ¦ ¦ zh_Hant_HK.php ¦ ¦ zh_Hant_MO.php ¦ ¦ zh_Hant_TW.php ¦ ¦ zh_HK.php ¦ ¦ zh_MO.php ¦ ¦ zh_SG.php ¦ ¦ zh_TW.php ¦ ¦ zh_YUE.php ¦ ¦ zu.php ¦ ¦ zu_ZA.php ¦ ¦ ¦ +---Laravel ¦ ¦ ServiceProvider.php ¦ ¦ ¦ +---List ¦ ¦ languages.php ¦ ¦ regions.php ¦ ¦ ¦ +---MessageFormatter ¦ ¦ MessageFormatterMapper.php ¦ ¦ ¦ +---PHPStan ¦ ¦ AbstractMacro.php ¦ ¦ Macro.php ¦ ¦ MacroExtension.php ¦ ¦ MacroScanner.php ¦ ¦ ¦ +---Traits ¦ Boundaries.php ¦ Cast.php ¦ Comparison.php ¦ Converter.php ¦ Creator.php ¦ Date.php ¦ DeprecatedProperties.php ¦ Difference.php ¦ IntervalRounding.php ¦ IntervalStep.php ¦ Localization.php ¦ Macro.php ¦ MagicParameter.php ¦ Mixin.php ¦ Modifiers.php ¦ Mutability.php ¦ ObjectInitialisation.php ¦ Options.php ¦ Rounding.php ¦ Serialization.php ¦ Test.php ¦ Timestamp.php ¦ ToStringFormat.php ¦ Units.php ¦ Week.php ¦ +---nette ¦ +---schema ¦ ¦ ¦ composer.json ¦ ¦ ¦ license.md ¦ ¦ ¦ readme.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ +---Schema ¦ ¦ ¦ Context.php ¦ ¦ ¦ DynamicParameter.php ¦ ¦ ¦ Expect.php ¦ ¦ ¦ Helpers.php ¦ ¦ ¦ Message.php ¦ ¦ ¦ Processor.php ¦ ¦ ¦ Schema.php ¦ ¦ ¦ ValidationException.php ¦ ¦ ¦ ¦ ¦ +---Elements ¦ ¦ AnyOf.php ¦ ¦ Base.php ¦ ¦ Structure.php ¦ ¦ Type.php ¦ ¦ ¦ +---utils ¦ ¦ .phpstorm.meta.php ¦ ¦ composer.json ¦ ¦ license.md ¦ ¦ readme.md ¦ ¦ ¦ +---src ¦ ¦ compatibility.php ¦ ¦ exceptions.php ¦ ¦ HtmlStringable.php ¦ ¦ SmartObject.php ¦ ¦ StaticClass.php ¦ ¦ Translator.php ¦ ¦ ¦ +---Iterators ¦ ¦ CachingIterator.php ¦ ¦ Mapper.php ¦ ¦ ¦ +---Utils ¦ ArrayHash.php ¦ ArrayList.php ¦ Arrays.php ¦ Callback.php ¦ DateTime.php ¦ exceptions.php ¦ FileInfo.php ¦ FileSystem.php ¦ Finder.php ¦ Floats.php ¦ Helpers.php ¦ Html.php ¦ Image.php ¦ ImageColor.php ¦ ImageType.php ¦ Iterables.php ¦ Json.php ¦ ObjectHelpers.php ¦ Paginator.php ¦ Random.php ¦ Reflection.php ¦ ReflectionMethod.php ¦ Strings.php ¦ Type.php ¦ Validators.php ¦ +---nikic ¦ +---php-parser ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ ¦ +---bin ¦ ¦ php-parse ¦ ¦ ¦ +---lib ¦ +---PhpParser ¦ ¦ Builder.php ¦ ¦ BuilderFactory.php ¦ ¦ BuilderHelpers.php ¦ ¦ Comment.php ¦ ¦ compatibility_tokens.php ¦ ¦ ConstExprEvaluationException.php ¦ ¦ ConstExprEvaluator.php ¦ ¦ Error.php ¦ ¦ ErrorHandler.php ¦ ¦ JsonDecoder.php ¦ ¦ Lexer.php ¦ ¦ Modifiers.php ¦ ¦ NameContext.php ¦ ¦ Node.php ¦ ¦ NodeAbstract.php ¦ ¦ NodeDumper.php ¦ ¦ NodeFinder.php ¦ ¦ NodeTraverser.php ¦ ¦ NodeTraverserInterface.php ¦ ¦ NodeVisitor.php ¦ ¦ NodeVisitorAbstract.php ¦ ¦ Parser.php ¦ ¦ ParserAbstract.php ¦ ¦ ParserFactory.php ¦ ¦ PhpVersion.php ¦ ¦ PrettyPrinter.php ¦ ¦ PrettyPrinterAbstract.php ¦ ¦ Token.php ¦ ¦ ¦ +---Builder ¦ ¦ ClassConst.php ¦ ¦ Class_.php ¦ ¦ Declaration.php ¦ ¦ EnumCase.php ¦ ¦ Enum_.php ¦ ¦ FunctionLike.php ¦ ¦ Function_.php ¦ ¦ Interface_.php ¦ ¦ Method.php ¦ ¦ Namespace_.php ¦ ¦ Param.php ¦ ¦ Property.php ¦ ¦ TraitUse.php ¦ ¦ TraitUseAdaptation.php ¦ ¦ Trait_.php ¦ ¦ Use_.php ¦ ¦ ¦ +---Comment ¦ ¦ Doc.php ¦ ¦ ¦ +---ErrorHandler ¦ ¦ Collecting.php ¦ ¦ Throwing.php ¦ ¦ ¦ +---Internal ¦ ¦ DiffElem.php ¦ ¦ Differ.php ¦ ¦ PrintableNewAnonClassNode.php ¦ ¦ TokenPolyfill.php ¦ ¦ TokenStream.php ¦ ¦ ¦ +---Lexer ¦ ¦ ¦ Emulative.php ¦ ¦ ¦ ¦ ¦ +---TokenEmulator ¦ ¦ AsymmetricVisibilityTokenEmulator.php ¦ ¦ AttributeEmulator.php ¦ ¦ EnumTokenEmulator.php ¦ ¦ ExplicitOctalEmulator.php ¦ ¦ KeywordEmulator.php ¦ ¦ MatchTokenEmulator.php ¦ ¦ NullsafeTokenEmulator.php ¦ ¦ PipeOperatorEmulator.php ¦ ¦ PropertyTokenEmulator.php ¦ ¦ ReadonlyFunctionTokenEmulator.php ¦ ¦ ReadonlyTokenEmulator.php ¦ ¦ ReverseEmulator.php ¦ ¦ TokenEmulator.php ¦ ¦ VoidCastEmulator.php ¦ ¦ ¦ +---Node ¦ ¦ ¦ Arg.php ¦ ¦ ¦ ArrayItem.php ¦ ¦ ¦ Attribute.php ¦ ¦ ¦ AttributeGroup.php ¦ ¦ ¦ ClosureUse.php ¦ ¦ ¦ ComplexType.php ¦ ¦ ¦ Const_.php ¦ ¦ ¦ DeclareItem.php ¦ ¦ ¦ Expr.php ¦ ¦ ¦ FunctionLike.php ¦ ¦ ¦ Identifier.php ¦ ¦ ¦ InterpolatedStringPart.php ¦ ¦ ¦ IntersectionType.php ¦ ¦ ¦ MatchArm.php ¦ ¦ ¦ Name.php ¦ ¦ ¦ NullableType.php ¦ ¦ ¦ Param.php ¦ ¦ ¦ PropertyHook.php ¦ ¦ ¦ PropertyItem.php ¦ ¦ ¦ Scalar.php ¦ ¦ ¦ StaticVar.php ¦ ¦ ¦ Stmt.php ¦ ¦ ¦ UnionType.php ¦ ¦ ¦ UseItem.php ¦ ¦ ¦ VariadicPlaceholder.php ¦ ¦ ¦ VarLikeIdentifier.php ¦ ¦ ¦ ¦ ¦ +---Expr ¦ ¦ ¦ ¦ ArrayDimFetch.php ¦ ¦ ¦ ¦ ArrayItem.php ¦ ¦ ¦ ¦ Array_.php ¦ ¦ ¦ ¦ ArrowFunction.php ¦ ¦ ¦ ¦ Assign.php ¦ ¦ ¦ ¦ AssignOp.php ¦ ¦ ¦ ¦ AssignRef.php ¦ ¦ ¦ ¦ BinaryOp.php ¦ ¦ ¦ ¦ BitwiseNot.php ¦ ¦ ¦ ¦ BooleanNot.php ¦ ¦ ¦ ¦ CallLike.php ¦ ¦ ¦ ¦ Cast.php ¦ ¦ ¦ ¦ ClassConstFetch.php ¦ ¦ ¦ ¦ Clone_.php ¦ ¦ ¦ ¦ Closure.php ¦ ¦ ¦ ¦ ClosureUse.php ¦ ¦ ¦ ¦ ConstFetch.php ¦ ¦ ¦ ¦ Empty_.php ¦ ¦ ¦ ¦ Error.php ¦ ¦ ¦ ¦ ErrorSuppress.php ¦ ¦ ¦ ¦ Eval_.php ¦ ¦ ¦ ¦ Exit_.php ¦ ¦ ¦ ¦ FuncCall.php ¦ ¦ ¦ ¦ Include_.php ¦ ¦ ¦ ¦ Instanceof_.php ¦ ¦ ¦ ¦ Isset_.php ¦ ¦ ¦ ¦ List_.php ¦ ¦ ¦ ¦ Match_.php ¦ ¦ ¦ ¦ MethodCall.php ¦ ¦ ¦ ¦ New_.php ¦ ¦ ¦ ¦ NullsafeMethodCall.php ¦ ¦ ¦ ¦ NullsafePropertyFetch.php ¦ ¦ ¦ ¦ PostDec.php ¦ ¦ ¦ ¦ PostInc.php ¦ ¦ ¦ ¦ PreDec.php ¦ ¦ ¦ ¦ PreInc.php ¦ ¦ ¦ ¦ Print_.php ¦ ¦ ¦ ¦ PropertyFetch.php ¦ ¦ ¦ ¦ ShellExec.php ¦ ¦ ¦ ¦ StaticCall.php ¦ ¦ ¦ ¦ StaticPropertyFetch.php ¦ ¦ ¦ ¦ Ternary.php ¦ ¦ ¦ ¦ Throw_.php ¦ ¦ ¦ ¦ UnaryMinus.php ¦ ¦ ¦ ¦ UnaryPlus.php ¦ ¦ ¦ ¦ Variable.php ¦ ¦ ¦ ¦ YieldFrom.php ¦ ¦ ¦ ¦ Yield_.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---AssignOp ¦ ¦ ¦ ¦ BitwiseAnd.php ¦ ¦ ¦ ¦ BitwiseOr.php ¦ ¦ ¦ ¦ BitwiseXor.php ¦ ¦ ¦ ¦ Coalesce.php ¦ ¦ ¦ ¦ Concat.php ¦ ¦ ¦ ¦ Div.php ¦ ¦ ¦ ¦ Minus.php ¦ ¦ ¦ ¦ Mod.php ¦ ¦ ¦ ¦ Mul.php ¦ ¦ ¦ ¦ Plus.php ¦ ¦ ¦ ¦ Pow.php ¦ ¦ ¦ ¦ ShiftLeft.php ¦ ¦ ¦ ¦ ShiftRight.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---BinaryOp ¦ ¦ ¦ ¦ BitwiseAnd.php ¦ ¦ ¦ ¦ BitwiseOr.php ¦ ¦ ¦ ¦ BitwiseXor.php ¦ ¦ ¦ ¦ BooleanAnd.php ¦ ¦ ¦ ¦ BooleanOr.php ¦ ¦ ¦ ¦ Coalesce.php ¦ ¦ ¦ ¦ Concat.php ¦ ¦ ¦ ¦ Div.php ¦ ¦ ¦ ¦ Equal.php ¦ ¦ ¦ ¦ Greater.php ¦ ¦ ¦ ¦ GreaterOrEqual.php ¦ ¦ ¦ ¦ Identical.php ¦ ¦ ¦ ¦ LogicalAnd.php ¦ ¦ ¦ ¦ LogicalOr.php ¦ ¦ ¦ ¦ LogicalXor.php ¦ ¦ ¦ ¦ Minus.php ¦ ¦ ¦ ¦ Mod.php ¦ ¦ ¦ ¦ Mul.php ¦ ¦ ¦ ¦ NotEqual.php ¦ ¦ ¦ ¦ NotIdentical.php ¦ ¦ ¦ ¦ Pipe.php ¦ ¦ ¦ ¦ Plus.php ¦ ¦ ¦ ¦ Pow.php ¦ ¦ ¦ ¦ ShiftLeft.php ¦ ¦ ¦ ¦ ShiftRight.php ¦ ¦ ¦ ¦ Smaller.php ¦ ¦ ¦ ¦ SmallerOrEqual.php ¦ ¦ ¦ ¦ Spaceship.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Cast ¦ ¦ ¦ Array_.php ¦ ¦ ¦ Bool_.php ¦ ¦ ¦ Double.php ¦ ¦ ¦ Int_.php ¦ ¦ ¦ Object_.php ¦ ¦ ¦ String_.php ¦ ¦ ¦ Unset_.php ¦ ¦ ¦ Void_.php ¦ ¦ ¦ ¦ ¦ +---Name ¦ ¦ ¦ FullyQualified.php ¦ ¦ ¦ Relative.php ¦ ¦ ¦ ¦ ¦ +---Scalar ¦ ¦ ¦ ¦ DNumber.php ¦ ¦ ¦ ¦ Encapsed.php ¦ ¦ ¦ ¦ EncapsedStringPart.php ¦ ¦ ¦ ¦ Float_.php ¦ ¦ ¦ ¦ InterpolatedString.php ¦ ¦ ¦ ¦ Int_.php ¦ ¦ ¦ ¦ LNumber.php ¦ ¦ ¦ ¦ MagicConst.php ¦ ¦ ¦ ¦ String_.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---MagicConst ¦ ¦ ¦ Class_.php ¦ ¦ ¦ Dir.php ¦ ¦ ¦ File.php ¦ ¦ ¦ Function_.php ¦ ¦ ¦ Line.php ¦ ¦ ¦ Method.php ¦ ¦ ¦ Namespace_.php ¦ ¦ ¦ Property.php ¦ ¦ ¦ Trait_.php ¦ ¦ ¦ ¦ ¦ +---Stmt ¦ ¦ ¦ Block.php ¦ ¦ ¦ Break_.php ¦ ¦ ¦ Case_.php ¦ ¦ ¦ Catch_.php ¦ ¦ ¦ ClassConst.php ¦ ¦ ¦ ClassLike.php ¦ ¦ ¦ ClassMethod.php ¦ ¦ ¦ Class_.php ¦ ¦ ¦ Const_.php ¦ ¦ ¦ Continue_.php ¦ ¦ ¦ DeclareDeclare.php ¦ ¦ ¦ Declare_.php ¦ ¦ ¦ Do_.php ¦ ¦ ¦ Echo_.php ¦ ¦ ¦ ElseIf_.php ¦ ¦ ¦ Else_.php ¦ ¦ ¦ EnumCase.php ¦ ¦ ¦ Enum_.php ¦ ¦ ¦ Expression.php ¦ ¦ ¦ Finally_.php ¦ ¦ ¦ Foreach_.php ¦ ¦ ¦ For_.php ¦ ¦ ¦ Function_.php ¦ ¦ ¦ Global_.php ¦ ¦ ¦ Goto_.php ¦ ¦ ¦ GroupUse.php ¦ ¦ ¦ HaltCompiler.php ¦ ¦ ¦ If_.php ¦ ¦ ¦ InlineHTML.php ¦ ¦ ¦ Interface_.php ¦ ¦ ¦ Label.php ¦ ¦ ¦ Namespace_.php ¦ ¦ ¦ Nop.php ¦ ¦ ¦ Property.php ¦ ¦ ¦ PropertyProperty.php ¦ ¦ ¦ Return_.php ¦ ¦ ¦ StaticVar.php ¦ ¦ ¦ Static_.php ¦ ¦ ¦ Switch_.php ¦ ¦ ¦ TraitUse.php ¦ ¦ ¦ TraitUseAdaptation.php ¦ ¦ ¦ Trait_.php ¦ ¦ ¦ TryCatch.php ¦ ¦ ¦ Unset_.php ¦ ¦ ¦ UseUse.php ¦ ¦ ¦ Use_.php ¦ ¦ ¦ While_.php ¦ ¦ ¦ ¦ ¦ +---TraitUseAdaptation ¦ ¦ Alias.php ¦ ¦ Precedence.php ¦ ¦ ¦ +---NodeVisitor ¦ ¦ CloningVisitor.php ¦ ¦ CommentAnnotatingVisitor.php ¦ ¦ FindingVisitor.php ¦ ¦ FirstFindingVisitor.php ¦ ¦ NameResolver.php ¦ ¦ NodeConnectingVisitor.php ¦ ¦ ParentConnectingVisitor.php ¦ ¦ ¦ +---Parser ¦ ¦ Php7.php ¦ ¦ Php8.php ¦ ¦ ¦ +---PrettyPrinter ¦ Standard.php ¦ +---nunomaduro ¦ +---collision ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---.temp ¦ ¦ ¦ .gitkeep ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ ArgumentFormatter.php ¦ ¦ ¦ ConsoleColor.php ¦ ¦ ¦ Coverage.php ¦ ¦ ¦ Handler.php ¦ ¦ ¦ Highlighter.php ¦ ¦ ¦ Provider.php ¦ ¦ ¦ Writer.php ¦ ¦ ¦ ¦ ¦ +---Adapters ¦ ¦ ¦ +---Laravel ¦ ¦ ¦ ¦ ¦ CollisionServiceProvider.php ¦ ¦ ¦ ¦ ¦ ExceptionHandler.php ¦ ¦ ¦ ¦ ¦ IgnitionSolutionsRepository.php ¦ ¦ ¦ ¦ ¦ Inspector.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Commands ¦ ¦ ¦ ¦ ¦ TestCommand.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Exceptions ¦ ¦ ¦ ¦ NotSupportedYetException.php ¦ ¦ ¦ ¦ RequirementsException.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Phpunit ¦ ¦ ¦ ¦ Autoload.php ¦ ¦ ¦ ¦ ConfigureIO.php ¦ ¦ ¦ ¦ State.php ¦ ¦ ¦ ¦ Style.php ¦ ¦ ¦ ¦ TestResult.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Printers ¦ ¦ ¦ ¦ DefaultPrinter.php ¦ ¦ ¦ ¦ ReportablePrinter.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Subscribers ¦ ¦ ¦ ¦ EnsurePrinterIsRegisteredSubscriber.php ¦ ¦ ¦ ¦ Subscriber.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Support ¦ ¦ ¦ ResultReflection.php ¦ ¦ ¦ ¦ ¦ +---Contracts ¦ ¦ ¦ ¦ RenderableOnCollisionEditor.php ¦ ¦ ¦ ¦ RenderlessEditor.php ¦ ¦ ¦ ¦ RenderlessTrace.php ¦ ¦ ¦ ¦ SolutionsRepository.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Adapters ¦ ¦ ¦ +---Phpunit ¦ ¦ ¦ HasPrintableTestCaseName.php ¦ ¦ ¦ ¦ ¦ +---Exceptions ¦ ¦ ¦ InvalidStyleException.php ¦ ¦ ¦ ShouldNotHappen.php ¦ ¦ ¦ TestException.php ¦ ¦ ¦ TestOutcome.php ¦ ¦ ¦ ¦ ¦ +---SolutionsRepositories ¦ ¦ NullSolutionsRepository.php ¦ ¦ ¦ +---termwind ¦ ¦ composer.json ¦ ¦ LICENSE.md ¦ ¦ pint.json ¦ ¦ playground.php ¦ ¦ ¦ +---src ¦ ¦ Functions.php ¦ ¦ HtmlRenderer.php ¦ ¦ Question.php ¦ ¦ Terminal.php ¦ ¦ Termwind.php ¦ ¦ ¦ +---Actions ¦ ¦ StyleToMethod.php ¦ ¦ ¦ +---Components ¦ ¦ Anchor.php ¦ ¦ BreakLine.php ¦ ¦ Dd.php ¦ ¦ Div.php ¦ ¦ Dl.php ¦ ¦ Dt.php ¦ ¦ Element.php ¦ ¦ Hr.php ¦ ¦ Li.php ¦ ¦ Ol.php ¦ ¦ Paragraph.php ¦ ¦ Raw.php ¦ ¦ Span.php ¦ ¦ Ul.php ¦ ¦ ¦ +---Enums ¦ ¦ Color.php ¦ ¦ ¦ +---Exceptions ¦ ¦ ColorNotFound.php ¦ ¦ InvalidChild.php ¦ ¦ InvalidColor.php ¦ ¦ InvalidStyle.php ¦ ¦ StyleNotFound.php ¦ ¦ ¦ +---Helpers ¦ ¦ QuestionHelper.php ¦ ¦ ¦ +---Html ¦ ¦ CodeRenderer.php ¦ ¦ InheritStyles.php ¦ ¦ PreRenderer.php ¦ ¦ TableRenderer.php ¦ ¦ ¦ +---Laravel ¦ ¦ TermwindServiceProvider.php ¦ ¦ ¦ +---Repositories ¦ ¦ Styles.php ¦ ¦ ¦ +---ValueObjects ¦ Node.php ¦ Style.php ¦ Styles.php ¦ +---paragonie ¦ +---constant_time_encoding ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE.txt ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ Base32.php ¦ ¦ Base32Hex.php ¦ ¦ Base64.php ¦ ¦ Base64DotSlash.php ¦ ¦ Base64DotSlashOrdered.php ¦ ¦ Base64UrlSafe.php ¦ ¦ Binary.php ¦ ¦ EncoderInterface.php ¦ ¦ Encoding.php ¦ ¦ Hex.php ¦ ¦ RFC4648.php ¦ ¦ ¦ +---sodium_compat ¦ ¦ autoload.php ¦ ¦ composer.json ¦ ¦ CONTRIBUTING.md ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ ¦ +---lib ¦ ¦ php72compat.php ¦ ¦ php72compat_const.php ¦ ¦ php84compat.php ¦ ¦ php84compat_const.php ¦ ¦ ristretto255.php ¦ ¦ stream-xchacha20.php ¦ ¦ ¦ +---namespaced ¦ ¦ ¦ Compat.php ¦ ¦ ¦ Crypto.php ¦ ¦ ¦ File.php ¦ ¦ ¦ ¦ ¦ +---Core ¦ ¦ ¦ BLAKE2b.php ¦ ¦ ¦ ChaCha20.php ¦ ¦ ¦ Curve25519.php ¦ ¦ ¦ Ed25519.php ¦ ¦ ¦ HChaCha20.php ¦ ¦ ¦ HSalsa20.php ¦ ¦ ¦ Poly1305.php ¦ ¦ ¦ Salsa20.php ¦ ¦ ¦ SipHash.php ¦ ¦ ¦ Util.php ¦ ¦ ¦ X25519.php ¦ ¦ ¦ XChaCha20.php ¦ ¦ ¦ Xsalsa20.php ¦ ¦ ¦ ¦ ¦ +---ChaCha20 ¦ ¦ ¦ Ctx.php ¦ ¦ ¦ IetfCtx.php ¦ ¦ ¦ ¦ ¦ +---Curve25519 ¦ ¦ ¦ ¦ Fe.php ¦ ¦ ¦ ¦ H.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Ge ¦ ¦ ¦ Cached.php ¦ ¦ ¦ P1p1.php ¦ ¦ ¦ P2.php ¦ ¦ ¦ P3.php ¦ ¦ ¦ Precomp.php ¦ ¦ ¦ ¦ ¦ +---Poly1305 ¦ ¦ State.php ¦ ¦ ¦ +---src ¦ ¦ Compat.php ¦ ¦ Crypto.php ¦ ¦ File.php ¦ ¦ SodiumException.php ¦ ¦ ¦ +---Core ¦ ¦ AEGIS128L.php ¦ ¦ AEGIS256.php ¦ ¦ AES.php ¦ ¦ BLAKE2b.php ¦ ¦ ChaCha20.php ¦ ¦ Curve25519.php ¦ ¦ Ed25519.php ¦ ¦ HChaCha20.php ¦ ¦ HSalsa20.php ¦ ¦ Poly1305.php ¦ ¦ Ristretto255.php ¦ ¦ Salsa20.php ¦ ¦ SipHash.php ¦ ¦ Util.php ¦ ¦ X25519.php ¦ ¦ XChaCha20.php ¦ ¦ XSalsa20.php ¦ ¦ ¦ +---AEGIS ¦ ¦ State128L.php ¦ ¦ State256.php ¦ ¦ ¦ +---AES ¦ ¦ Block.php ¦ ¦ Expanded.php ¦ ¦ KeySchedule.php ¦ ¦ ¦ +---Base64 ¦ ¦ Common.php ¦ ¦ Original.php ¦ ¦ UrlSafe.php ¦ ¦ ¦ +---ChaCha20 ¦ ¦ Ctx.php ¦ ¦ IetfCtx.php ¦ ¦ ¦ +---Curve25519 ¦ ¦ ¦ Fe.php ¦ ¦ ¦ H.php ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---Ge ¦ ¦ Cached.php ¦ ¦ P1p1.php ¦ ¦ P2.php ¦ ¦ P3.php ¦ ¦ Precomp.php ¦ ¦ ¦ +---Poly1305 ¦ ¦ State.php ¦ ¦ ¦ +---SecretStream ¦ State.php ¦ +---phar-io ¦ +---manifest ¦ ¦ ¦ .php-cs-fixer.dist.php ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ composer.lock ¦ ¦ ¦ LICENSE ¦ ¦ ¦ manifest.xsd ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---.github ¦ ¦ ¦ ¦ FUNDING.yml ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---workflows ¦ ¦ ¦ ci.yml ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ ¦ ManifestDocumentMapper.php ¦ ¦ ¦ ¦ ManifestLoader.php ¦ ¦ ¦ ¦ ManifestSerializer.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---exceptions ¦ ¦ ¦ ¦ ElementCollectionException.php ¦ ¦ ¦ ¦ Exception.php ¦ ¦ ¦ ¦ InvalidApplicationNameException.php ¦ ¦ ¦ ¦ InvalidEmailException.php ¦ ¦ ¦ ¦ InvalidUrlException.php ¦ ¦ ¦ ¦ ManifestDocumentException.php ¦ ¦ ¦ ¦ ManifestDocumentLoadingException.php ¦ ¦ ¦ ¦ ManifestDocumentMapperException.php ¦ ¦ ¦ ¦ ManifestElementException.php ¦ ¦ ¦ ¦ ManifestLoaderException.php ¦ ¦ ¦ ¦ NoEmailAddressException.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---values ¦ ¦ ¦ ¦ Application.php ¦ ¦ ¦ ¦ ApplicationName.php ¦ ¦ ¦ ¦ Author.php ¦ ¦ ¦ ¦ AuthorCollection.php ¦ ¦ ¦ ¦ AuthorCollectionIterator.php ¦ ¦ ¦ ¦ BundledComponent.php ¦ ¦ ¦ ¦ BundledComponentCollection.php ¦ ¦ ¦ ¦ BundledComponentCollectionIterator.php ¦ ¦ ¦ ¦ CopyrightInformation.php ¦ ¦ ¦ ¦ Email.php ¦ ¦ ¦ ¦ Extension.php ¦ ¦ ¦ ¦ Library.php ¦ ¦ ¦ ¦ License.php ¦ ¦ ¦ ¦ Manifest.php ¦ ¦ ¦ ¦ PhpExtensionRequirement.php ¦ ¦ ¦ ¦ PhpVersionRequirement.php ¦ ¦ ¦ ¦ Requirement.php ¦ ¦ ¦ ¦ RequirementCollection.php ¦ ¦ ¦ ¦ RequirementCollectionIterator.php ¦ ¦ ¦ ¦ Type.php ¦ ¦ ¦ ¦ Url.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---xml ¦ ¦ ¦ AuthorElement.php ¦ ¦ ¦ AuthorElementCollection.php ¦ ¦ ¦ BundlesElement.php ¦ ¦ ¦ ComponentElement.php ¦ ¦ ¦ ComponentElementCollection.php ¦ ¦ ¦ ContainsElement.php ¦ ¦ ¦ CopyrightElement.php ¦ ¦ ¦ ElementCollection.php ¦ ¦ ¦ ExtElement.php ¦ ¦ ¦ ExtElementCollection.php ¦ ¦ ¦ ExtensionElement.php ¦ ¦ ¦ LicenseElement.php ¦ ¦ ¦ ManifestDocument.php ¦ ¦ ¦ ManifestElement.php ¦ ¦ ¦ PhpElement.php ¦ ¦ ¦ RequiresElement.php ¦ ¦ ¦ ¦ ¦ +---tools ¦ ¦ +---php-cs-fixer.d ¦ ¦ header.txt ¦ ¦ PhpdocSingleLineVarFixer.php ¦ ¦ ¦ +---version ¦ ¦ CHANGELOG.md ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ ¦ +---src ¦ ¦ BuildMetaData.php ¦ ¦ PreReleaseSuffix.php ¦ ¦ Version.php ¦ ¦ VersionConstraintParser.php ¦ ¦ VersionConstraintValue.php ¦ ¦ VersionNumber.php ¦ ¦ ¦ +---constraints ¦ ¦ AbstractVersionConstraint.php ¦ ¦ AndVersionConstraintGroup.php ¦ ¦ AnyVersionConstraint.php ¦ ¦ ExactVersionConstraint.php ¦ ¦ GreaterThanOrEqualToVersionConstraint.php ¦ ¦ OrVersionConstraintGroup.php ¦ ¦ SpecificMajorAndMinorVersionConstraint.php ¦ ¦ SpecificMajorVersionConstraint.php ¦ ¦ VersionConstraint.php ¦ ¦ ¦ +---exceptions ¦ Exception.php ¦ InvalidPreReleaseSuffixException.php ¦ InvalidVersionException.php ¦ NoBuildMetaDataException.php ¦ NoPreReleaseSuffixException.php ¦ UnsupportedVersionConstraintException.php ¦ +---phpoffice ¦ +---phpspreadsheet ¦ ¦ .readthedocs.yaml ¦ ¦ CHANGELOG.md ¦ ¦ composer.json ¦ ¦ CONTRIBUTING.md ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ ¦ +---src ¦ +---PhpSpreadsheet ¦ ¦ CellReferenceHelper.php ¦ ¦ Comment.php ¦ ¦ DefinedName.php ¦ ¦ Exception.php ¦ ¦ HashTable.php ¦ ¦ IComparable.php ¦ ¦ IOFactory.php ¦ ¦ NamedFormula.php ¦ ¦ NamedRange.php ¦ ¦ ReferenceHelper.php ¦ ¦ Settings.php ¦ ¦ Spreadsheet.php ¦ ¦ Theme.php ¦ ¦ ¦ +---Calculation ¦ ¦ ¦ ArrayEnabled.php ¦ ¦ ¦ BinaryComparison.php ¦ ¦ ¦ Calculation.php ¦ ¦ ¦ Category.php ¦ ¦ ¦ Database.php ¦ ¦ ¦ DateTime.php ¦ ¦ ¦ Engineering.php ¦ ¦ ¦ Exception.php ¦ ¦ ¦ ExceptionHandler.php ¦ ¦ ¦ Financial.php ¦ ¦ ¦ FormulaParser.php ¦ ¦ ¦ FormulaToken.php ¦ ¦ ¦ Functions.php ¦ ¦ ¦ Logical.php ¦ ¦ ¦ LookupRef.php ¦ ¦ ¦ MathTrig.php ¦ ¦ ¦ Statistical.php ¦ ¦ ¦ TextData.php ¦ ¦ ¦ Web.php ¦ ¦ ¦ ¦ ¦ +---Database ¦ ¦ ¦ DatabaseAbstract.php ¦ ¦ ¦ DAverage.php ¦ ¦ ¦ DCount.php ¦ ¦ ¦ DCountA.php ¦ ¦ ¦ DGet.php ¦ ¦ ¦ DMax.php ¦ ¦ ¦ DMin.php ¦ ¦ ¦ DProduct.php ¦ ¦ ¦ DStDev.php ¦ ¦ ¦ DStDevP.php ¦ ¦ ¦ DSum.php ¦ ¦ ¦ DVar.php ¦ ¦ ¦ DVarP.php ¦ ¦ ¦ ¦ ¦ +---DateTimeExcel ¦ ¦ ¦ Constants.php ¦ ¦ ¦ Current.php ¦ ¦ ¦ Date.php ¦ ¦ ¦ DateParts.php ¦ ¦ ¦ DateValue.php ¦ ¦ ¦ Days.php ¦ ¦ ¦ Days360.php ¦ ¦ ¦ Difference.php ¦ ¦ ¦ Helpers.php ¦ ¦ ¦ Month.php ¦ ¦ ¦ NetworkDays.php ¦ ¦ ¦ Time.php ¦ ¦ ¦ TimeParts.php ¦ ¦ ¦ TimeValue.php ¦ ¦ ¦ Week.php ¦ ¦ ¦ WorkDay.php ¦ ¦ ¦ YearFrac.php ¦ ¦ ¦ ¦ ¦ +---Engine ¦ ¦ ¦ ¦ ArrayArgumentHelper.php ¦ ¦ ¦ ¦ ArrayArgumentProcessor.php ¦ ¦ ¦ ¦ BranchPruner.php ¦ ¦ ¦ ¦ CyclicReferenceStack.php ¦ ¦ ¦ ¦ FormattedNumber.php ¦ ¦ ¦ ¦ Logger.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Operands ¦ ¦ ¦ Operand.php ¦ ¦ ¦ StructuredReference.php ¦ ¦ ¦ ¦ ¦ +---Engineering ¦ ¦ ¦ BesselI.php ¦ ¦ ¦ BesselJ.php ¦ ¦ ¦ BesselK.php ¦ ¦ ¦ BesselY.php ¦ ¦ ¦ BitWise.php ¦ ¦ ¦ Compare.php ¦ ¦ ¦ Complex.php ¦ ¦ ¦ ComplexFunctions.php ¦ ¦ ¦ ComplexOperations.php ¦ ¦ ¦ Constants.php ¦ ¦ ¦ ConvertBase.php ¦ ¦ ¦ ConvertBinary.php ¦ ¦ ¦ ConvertDecimal.php ¦ ¦ ¦ ConvertHex.php ¦ ¦ ¦ ConvertOctal.php ¦ ¦ ¦ ConvertUOM.php ¦ ¦ ¦ EngineeringValidations.php ¦ ¦ ¦ Erf.php ¦ ¦ ¦ ErfC.php ¦ ¦ ¦ ¦ ¦ +---Financial ¦ ¦ ¦ ¦ Amortization.php ¦ ¦ ¦ ¦ Constants.php ¦ ¦ ¦ ¦ Coupons.php ¦ ¦ ¦ ¦ Depreciation.php ¦ ¦ ¦ ¦ Dollar.php ¦ ¦ ¦ ¦ FinancialValidations.php ¦ ¦ ¦ ¦ Helpers.php ¦ ¦ ¦ ¦ InterestRate.php ¦ ¦ ¦ ¦ TreasuryBill.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---CashFlow ¦ ¦ ¦ ¦ ¦ CashFlowValidations.php ¦ ¦ ¦ ¦ ¦ Single.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Constant ¦ ¦ ¦ ¦ ¦ ¦ Periodic.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Periodic ¦ ¦ ¦ ¦ ¦ Cumulative.php ¦ ¦ ¦ ¦ ¦ Interest.php ¦ ¦ ¦ ¦ ¦ InterestAndPrincipal.php ¦ ¦ ¦ ¦ ¦ Payments.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Variable ¦ ¦ ¦ ¦ NonPeriodic.php ¦ ¦ ¦ ¦ Periodic.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Securities ¦ ¦ ¦ AccruedInterest.php ¦ ¦ ¦ Price.php ¦ ¦ ¦ Rates.php ¦ ¦ ¦ SecurityValidations.php ¦ ¦ ¦ Yields.php ¦ ¦ ¦ ¦ ¦ +---Information ¦ ¦ ¦ ErrorValue.php ¦ ¦ ¦ ExcelError.php ¦ ¦ ¦ Value.php ¦ ¦ ¦ ¦ ¦ +---Internal ¦ ¦ ¦ MakeMatrix.php ¦ ¦ ¦ WildcardMatch.php ¦ ¦ ¦ ¦ ¦ +---locale ¦ ¦ ¦ ¦ Translations.xlsx ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---bg ¦ ¦ ¦ ¦ config ¦ ¦ ¦ ¦ functions ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---cs ¦ ¦ ¦ ¦ config ¦ ¦ ¦ ¦ functions ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---da ¦ ¦ ¦ ¦ config ¦ ¦ ¦ ¦ functions ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---de ¦ ¦ ¦ ¦ config ¦ ¦ ¦ ¦ functions ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---en ¦ ¦ ¦ ¦ +---uk ¦ ¦ ¦ ¦ config ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---es ¦ ¦ ¦ ¦ config ¦ ¦ ¦ ¦ functions ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---fi ¦ ¦ ¦ ¦ config ¦ ¦ ¦ ¦ functions ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---fr ¦ ¦ ¦ ¦ config ¦ ¦ ¦ ¦ functions ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---hu ¦ ¦ ¦ ¦ config ¦ ¦ ¦ ¦ functions ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---it ¦ ¦ ¦ ¦ config ¦ ¦ ¦ ¦ functions ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---nb ¦ ¦ ¦ ¦ config ¦ ¦ ¦ ¦ functions ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---nl ¦ ¦ ¦ ¦ config ¦ ¦ ¦ ¦ functions ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---pl ¦ ¦ ¦ ¦ config ¦ ¦ ¦ ¦ functions ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---pt ¦ ¦ ¦ ¦ ¦ config ¦ ¦ ¦ ¦ ¦ functions ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---br ¦ ¦ ¦ ¦ config ¦ ¦ ¦ ¦ functions ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---ru ¦ ¦ ¦ ¦ config ¦ ¦ ¦ ¦ functions ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---sv ¦ ¦ ¦ ¦ config ¦ ¦ ¦ ¦ functions ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---tr ¦ ¦ ¦ config ¦ ¦ ¦ functions ¦ ¦ ¦ ¦ ¦ +---Logical ¦ ¦ ¦ Boolean.php ¦ ¦ ¦ Conditional.php ¦ ¦ ¦ Operations.php ¦ ¦ ¦ ¦ ¦ +---LookupRef ¦ ¦ ¦ Address.php ¦ ¦ ¦ ExcelMatch.php ¦ ¦ ¦ Filter.php ¦ ¦ ¦ Formula.php ¦ ¦ ¦ Helpers.php ¦ ¦ ¦ HLookup.php ¦ ¦ ¦ Hyperlink.php ¦ ¦ ¦ Indirect.php ¦ ¦ ¦ Lookup.php ¦ ¦ ¦ LookupBase.php ¦ ¦ ¦ LookupRefValidations.php ¦ ¦ ¦ Matrix.php ¦ ¦ ¦ Offset.php ¦ ¦ ¦ RowColumnInformation.php ¦ ¦ ¦ Selection.php ¦ ¦ ¦ Sort.php ¦ ¦ ¦ Unique.php ¦ ¦ ¦ VLookup.php ¦ ¦ ¦ ¦ ¦ +---MathTrig ¦ ¦ ¦ ¦ Absolute.php ¦ ¦ ¦ ¦ Angle.php ¦ ¦ ¦ ¦ Arabic.php ¦ ¦ ¦ ¦ Base.php ¦ ¦ ¦ ¦ Ceiling.php ¦ ¦ ¦ ¦ Combinations.php ¦ ¦ ¦ ¦ Exp.php ¦ ¦ ¦ ¦ Factorial.php ¦ ¦ ¦ ¦ Floor.php ¦ ¦ ¦ ¦ Gcd.php ¦ ¦ ¦ ¦ Helpers.php ¦ ¦ ¦ ¦ IntClass.php ¦ ¦ ¦ ¦ Lcm.php ¦ ¦ ¦ ¦ Logarithms.php ¦ ¦ ¦ ¦ MatrixFunctions.php ¦ ¦ ¦ ¦ Operations.php ¦ ¦ ¦ ¦ Random.php ¦ ¦ ¦ ¦ Roman.php ¦ ¦ ¦ ¦ Round.php ¦ ¦ ¦ ¦ SeriesSum.php ¦ ¦ ¦ ¦ Sign.php ¦ ¦ ¦ ¦ Sqrt.php ¦ ¦ ¦ ¦ Subtotal.php ¦ ¦ ¦ ¦ Sum.php ¦ ¦ ¦ ¦ SumSquares.php ¦ ¦ ¦ ¦ Trunc.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Trig ¦ ¦ ¦ Cosecant.php ¦ ¦ ¦ Cosine.php ¦ ¦ ¦ Cotangent.php ¦ ¦ ¦ Secant.php ¦ ¦ ¦ Sine.php ¦ ¦ ¦ Tangent.php ¦ ¦ ¦ ¦ ¦ +---Statistical ¦ ¦ ¦ ¦ AggregateBase.php ¦ ¦ ¦ ¦ Averages.php ¦ ¦ ¦ ¦ Conditional.php ¦ ¦ ¦ ¦ Confidence.php ¦ ¦ ¦ ¦ Counts.php ¦ ¦ ¦ ¦ Deviations.php ¦ ¦ ¦ ¦ Maximum.php ¦ ¦ ¦ ¦ MaxMinBase.php ¦ ¦ ¦ ¦ Minimum.php ¦ ¦ ¦ ¦ Percentiles.php ¦ ¦ ¦ ¦ Permutations.php ¦ ¦ ¦ ¦ Size.php ¦ ¦ ¦ ¦ StandardDeviations.php ¦ ¦ ¦ ¦ Standardize.php ¦ ¦ ¦ ¦ StatisticalValidations.php ¦ ¦ ¦ ¦ Trends.php ¦ ¦ ¦ ¦ VarianceBase.php ¦ ¦ ¦ ¦ Variances.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Averages ¦ ¦ ¦ ¦ Mean.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Distributions ¦ ¦ ¦ Beta.php ¦ ¦ ¦ Binomial.php ¦ ¦ ¦ ChiSquared.php ¦ ¦ ¦ DistributionValidations.php ¦ ¦ ¦ Exponential.php ¦ ¦ ¦ F.php ¦ ¦ ¦ Fisher.php ¦ ¦ ¦ Gamma.php ¦ ¦ ¦ GammaBase.php ¦ ¦ ¦ HyperGeometric.php ¦ ¦ ¦ LogNormal.php ¦ ¦ ¦ NewtonRaphson.php ¦ ¦ ¦ Normal.php ¦ ¦ ¦ Poisson.php ¦ ¦ ¦ StandardNormal.php ¦ ¦ ¦ StudentT.php ¦ ¦ ¦ Weibull.php ¦ ¦ ¦ ¦ ¦ +---TextData ¦ ¦ ¦ CaseConvert.php ¦ ¦ ¦ CharacterConvert.php ¦ ¦ ¦ Concatenate.php ¦ ¦ ¦ Extract.php ¦ ¦ ¦ Format.php ¦ ¦ ¦ Helpers.php ¦ ¦ ¦ Replace.php ¦ ¦ ¦ Search.php ¦ ¦ ¦ Text.php ¦ ¦ ¦ Trim.php ¦ ¦ ¦ ¦ ¦ +---Token ¦ ¦ ¦ Stack.php ¦ ¦ ¦ ¦ ¦ +---Web ¦ ¦ Service.php ¦ ¦ ¦ +---Cell ¦ ¦ AddressHelper.php ¦ ¦ AddressRange.php ¦ ¦ AdvancedValueBinder.php ¦ ¦ Cell.php ¦ ¦ CellAddress.php ¦ ¦ CellRange.php ¦ ¦ ColumnRange.php ¦ ¦ Coordinate.php ¦ ¦ DataType.php ¦ ¦ DataValidation.php ¦ ¦ DataValidator.php ¦ ¦ DefaultValueBinder.php ¦ ¦ Hyperlink.php ¦ ¦ IgnoredErrors.php ¦ ¦ IValueBinder.php ¦ ¦ RowRange.php ¦ ¦ StringValueBinder.php ¦ ¦ ¦ +---Chart ¦ ¦ ¦ Axis.php ¦ ¦ ¦ AxisText.php ¦ ¦ ¦ Chart.php ¦ ¦ ¦ ChartColor.php ¦ ¦ ¦ DataSeries.php ¦ ¦ ¦ DataSeriesValues.php ¦ ¦ ¦ Exception.php ¦ ¦ ¦ GridLines.php ¦ ¦ ¦ Layout.php ¦ ¦ ¦ Legend.php ¦ ¦ ¦ PlotArea.php ¦ ¦ ¦ Properties.php ¦ ¦ ¦ Title.php ¦ ¦ ¦ TrendLine.php ¦ ¦ ¦ ¦ ¦ +---Renderer ¦ ¦ IRenderer.php ¦ ¦ JpGraph.php ¦ ¦ JpGraphRendererBase.php ¦ ¦ MtJpGraphRenderer.php ¦ ¦ PHP Charting Libraries.txt ¦ ¦ ¦ +---Collection ¦ ¦ ¦ Cells.php ¦ ¦ ¦ CellsFactory.php ¦ ¦ ¦ ¦ ¦ +---Memory ¦ ¦ SimpleCache1.php ¦ ¦ SimpleCache3.php ¦ ¦ ¦ +---Document ¦ ¦ Properties.php ¦ ¦ Security.php ¦ ¦ ¦ +---Helper ¦ ¦ Dimension.php ¦ ¦ Downloader.php ¦ ¦ Handler.php ¦ ¦ Html.php ¦ ¦ Sample.php ¦ ¦ Size.php ¦ ¦ TextGrid.php ¦ ¦ ¦ +---Reader ¦ ¦ ¦ BaseReader.php ¦ ¦ ¦ Csv.php ¦ ¦ ¦ DefaultReadFilter.php ¦ ¦ ¦ Exception.php ¦ ¦ ¦ Gnumeric.php ¦ ¦ ¦ Html.php ¦ ¦ ¦ IReader.php ¦ ¦ ¦ IReadFilter.php ¦ ¦ ¦ Ods.php ¦ ¦ ¦ Slk.php ¦ ¦ ¦ Xls.php ¦ ¦ ¦ Xlsx.php ¦ ¦ ¦ Xml.php ¦ ¦ ¦ ¦ ¦ +---Csv ¦ ¦ ¦ Delimiter.php ¦ ¦ ¦ ¦ ¦ +---Gnumeric ¦ ¦ ¦ PageSetup.php ¦ ¦ ¦ Properties.php ¦ ¦ ¦ Styles.php ¦ ¦ ¦ ¦ ¦ +---Ods ¦ ¦ ¦ AutoFilter.php ¦ ¦ ¦ BaseLoader.php ¦ ¦ ¦ DefinedNames.php ¦ ¦ ¦ FormulaTranslator.php ¦ ¦ ¦ PageSettings.php ¦ ¦ ¦ Properties.php ¦ ¦ ¦ ¦ ¦ +---Security ¦ ¦ ¦ XmlScanner.php ¦ ¦ ¦ ¦ ¦ +---Xls ¦ ¦ ¦ ¦ Color.php ¦ ¦ ¦ ¦ ConditionalFormatting.php ¦ ¦ ¦ ¦ DataValidationHelper.php ¦ ¦ ¦ ¦ ErrorCode.php ¦ ¦ ¦ ¦ Escher.php ¦ ¦ ¦ ¦ MD5.php ¦ ¦ ¦ ¦ RC4.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Color ¦ ¦ ¦ ¦ BIFF5.php ¦ ¦ ¦ ¦ BIFF8.php ¦ ¦ ¦ ¦ BuiltIn.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Style ¦ ¦ ¦ Border.php ¦ ¦ ¦ CellAlignment.php ¦ ¦ ¦ CellFont.php ¦ ¦ ¦ FillPattern.php ¦ ¦ ¦ ¦ ¦ +---Xlsx ¦ ¦ ¦ AutoFilter.php ¦ ¦ ¦ BaseParserClass.php ¦ ¦ ¦ Chart.php ¦ ¦ ¦ ColumnAndRowAttributes.php ¦ ¦ ¦ ConditionalStyles.php ¦ ¦ ¦ DataValidations.php ¦ ¦ ¦ Hyperlinks.php ¦ ¦ ¦ Namespaces.php ¦ ¦ ¦ PageSetup.php ¦ ¦ ¦ Properties.php ¦ ¦ ¦ SharedFormula.php ¦ ¦ ¦ SheetViewOptions.php ¦ ¦ ¦ SheetViews.php ¦ ¦ ¦ Styles.php ¦ ¦ ¦ TableReader.php ¦ ¦ ¦ Theme.php ¦ ¦ ¦ WorkbookView.php ¦ ¦ ¦ ¦ ¦ +---Xml ¦ ¦ ¦ DataValidations.php ¦ ¦ ¦ PageSettings.php ¦ ¦ ¦ Properties.php ¦ ¦ ¦ Style.php ¦ ¦ ¦ ¦ ¦ +---Style ¦ ¦ Alignment.php ¦ ¦ Border.php ¦ ¦ Fill.php ¦ ¦ Font.php ¦ ¦ NumberFormat.php ¦ ¦ StyleBase.php ¦ ¦ ¦ +---RichText ¦ ¦ ITextElement.php ¦ ¦ RichText.php ¦ ¦ Run.php ¦ ¦ TextElement.php ¦ ¦ ¦ +---Shared ¦ ¦ ¦ CodePage.php ¦ ¦ ¦ Date.php ¦ ¦ ¦ Drawing.php ¦ ¦ ¦ Escher.php ¦ ¦ ¦ File.php ¦ ¦ ¦ Font.php ¦ ¦ ¦ IntOrFloat.php ¦ ¦ ¦ OLE.php ¦ ¦ ¦ OLERead.php ¦ ¦ ¦ PasswordHasher.php ¦ ¦ ¦ StringHelper.php ¦ ¦ ¦ TimeZone.php ¦ ¦ ¦ Xls.php ¦ ¦ ¦ XMLWriter.php ¦ ¦ ¦ ¦ ¦ +---Escher ¦ ¦ ¦ ¦ DgContainer.php ¦ ¦ ¦ ¦ DggContainer.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---DgContainer ¦ ¦ ¦ ¦ ¦ SpgrContainer.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---SpgrContainer ¦ ¦ ¦ ¦ SpContainer.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---DggContainer ¦ ¦ ¦ ¦ BstoreContainer.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---BstoreContainer ¦ ¦ ¦ ¦ BSE.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---BSE ¦ ¦ ¦ Blip.php ¦ ¦ ¦ ¦ ¦ +---OLE ¦ ¦ ¦ ¦ ChainedBlockStream.php ¦ ¦ ¦ ¦ PPS.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---PPS ¦ ¦ ¦ File.php ¦ ¦ ¦ Root.php ¦ ¦ ¦ ¦ ¦ +---Trend ¦ ¦ BestFit.php ¦ ¦ ExponentialBestFit.php ¦ ¦ LinearBestFit.php ¦ ¦ LogarithmicBestFit.php ¦ ¦ PolynomialBestFit.php ¦ ¦ PowerBestFit.php ¦ ¦ Trend.php ¦ ¦ ¦ +---Style ¦ ¦ ¦ Alignment.php ¦ ¦ ¦ Border.php ¦ ¦ ¦ Borders.php ¦ ¦ ¦ Color.php ¦ ¦ ¦ Conditional.php ¦ ¦ ¦ Fill.php ¦ ¦ ¦ Font.php ¦ ¦ ¦ NumberFormat.php ¦ ¦ ¦ Protection.php ¦ ¦ ¦ RgbTint.php ¦ ¦ ¦ Style.php ¦ ¦ ¦ Supervisor.php ¦ ¦ ¦ ¦ ¦ +---ConditionalFormatting ¦ ¦ ¦ ¦ CellMatcher.php ¦ ¦ ¦ ¦ CellStyleAssessor.php ¦ ¦ ¦ ¦ ConditionalDataBar.php ¦ ¦ ¦ ¦ ConditionalDataBarExtension.php ¦ ¦ ¦ ¦ ConditionalFormattingRuleExtension.php ¦ ¦ ¦ ¦ ConditionalFormatValueObject.php ¦ ¦ ¦ ¦ StyleMerger.php ¦ ¦ ¦ ¦ Wizard.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Wizard ¦ ¦ ¦ Blanks.php ¦ ¦ ¦ CellValue.php ¦ ¦ ¦ DateValue.php ¦ ¦ ¦ Duplicates.php ¦ ¦ ¦ Errors.php ¦ ¦ ¦ Expression.php ¦ ¦ ¦ TextValue.php ¦ ¦ ¦ WizardAbstract.php ¦ ¦ ¦ WizardInterface.php ¦ ¦ ¦ ¦ ¦ +---NumberFormat ¦ ¦ ¦ BaseFormatter.php ¦ ¦ ¦ DateFormatter.php ¦ ¦ ¦ Formatter.php ¦ ¦ ¦ FractionFormatter.php ¦ ¦ ¦ NumberFormatter.php ¦ ¦ ¦ PercentageFormatter.php ¦ ¦ ¦ ¦ ¦ +---Wizard ¦ ¦ Accounting.php ¦ ¦ Currency.php ¦ ¦ Date.php ¦ ¦ DateTime.php ¦ ¦ DateTimeWizard.php ¦ ¦ Duration.php ¦ ¦ Locale.php ¦ ¦ Number.php ¦ ¦ NumberBase.php ¦ ¦ Percentage.php ¦ ¦ Scientific.php ¦ ¦ Time.php ¦ ¦ Wizard.php ¦ ¦ ¦ +---Worksheet ¦ ¦ ¦ AutoFilter.php ¦ ¦ ¦ AutoFit.php ¦ ¦ ¦ BaseDrawing.php ¦ ¦ ¦ CellIterator.php ¦ ¦ ¦ Column.php ¦ ¦ ¦ ColumnCellIterator.php ¦ ¦ ¦ ColumnDimension.php ¦ ¦ ¦ ColumnIterator.php ¦ ¦ ¦ Dimension.php ¦ ¦ ¦ Drawing.php ¦ ¦ ¦ HeaderFooter.php ¦ ¦ ¦ HeaderFooterDrawing.php ¦ ¦ ¦ Iterator.php ¦ ¦ ¦ MemoryDrawing.php ¦ ¦ ¦ PageBreak.php ¦ ¦ ¦ PageMargins.php ¦ ¦ ¦ PageSetup.php ¦ ¦ ¦ Protection.php ¦ ¦ ¦ Row.php ¦ ¦ ¦ RowCellIterator.php ¦ ¦ ¦ RowDimension.php ¦ ¦ ¦ RowIterator.php ¦ ¦ ¦ SheetView.php ¦ ¦ ¦ Table.php ¦ ¦ ¦ Validations.php ¦ ¦ ¦ Worksheet.php ¦ ¦ ¦ ¦ ¦ +---AutoFilter ¦ ¦ ¦ ¦ Column.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Column ¦ ¦ ¦ Rule.php ¦ ¦ ¦ ¦ ¦ +---Drawing ¦ ¦ ¦ Shadow.php ¦ ¦ ¦ ¦ ¦ +---Table ¦ ¦ Column.php ¦ ¦ TableStyle.php ¦ ¦ ¦ +---Writer ¦ ¦ BaseWriter.php ¦ ¦ Csv.php ¦ ¦ Exception.php ¦ ¦ Html.php ¦ ¦ IWriter.php ¦ ¦ Ods.php ¦ ¦ Pdf.php ¦ ¦ Xls.php ¦ ¦ Xlsx.php ¦ ¦ ZipStream0.php ¦ ¦ ZipStream2.php ¦ ¦ ZipStream3.php ¦ ¦ ¦ +---Ods ¦ ¦ ¦ AutoFilters.php ¦ ¦ ¦ Content.php ¦ ¦ ¦ Formula.php ¦ ¦ ¦ Meta.php ¦ ¦ ¦ MetaInf.php ¦ ¦ ¦ Mimetype.php ¦ ¦ ¦ NamedExpressions.php ¦ ¦ ¦ Settings.php ¦ ¦ ¦ Styles.php ¦ ¦ ¦ Thumbnails.php ¦ ¦ ¦ WriterPart.php ¦ ¦ ¦ ¦ ¦ +---Cell ¦ ¦ Comment.php ¦ ¦ Style.php ¦ ¦ ¦ +---Pdf ¦ ¦ Dompdf.php ¦ ¦ Mpdf.php ¦ ¦ Tcpdf.php ¦ ¦ ¦ +---Xls ¦ ¦ ¦ BIFFwriter.php ¦ ¦ ¦ CellDataValidation.php ¦ ¦ ¦ ConditionalHelper.php ¦ ¦ ¦ ErrorCode.php ¦ ¦ ¦ Escher.php ¦ ¦ ¦ Font.php ¦ ¦ ¦ Parser.php ¦ ¦ ¦ Workbook.php ¦ ¦ ¦ Worksheet.php ¦ ¦ ¦ Xf.php ¦ ¦ ¦ ¦ ¦ +---Style ¦ ¦ CellAlignment.php ¦ ¦ CellBorder.php ¦ ¦ CellFill.php ¦ ¦ ColorMap.php ¦ ¦ ¦ +---Xlsx ¦ AutoFilter.php ¦ Chart.php ¦ Comments.php ¦ ContentTypes.php ¦ DefinedNames.php ¦ DocProps.php ¦ Drawing.php ¦ FunctionPrefix.php ¦ Rels.php ¦ RelsRibbon.php ¦ RelsVBA.php ¦ StringTable.php ¦ Style.php ¦ Table.php ¦ Theme.php ¦ Workbook.php ¦ Worksheet.php ¦ WriterPart.php ¦ +---phpoption ¦ +---phpoption ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ ¦ +---src ¦ +---PhpOption ¦ LazyOption.php ¦ None.php ¦ Option.php ¦ Some.php ¦ +---phpunit ¦ +---php-code-coverage ¦ ¦ ¦ ChangeLog-10.1.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ SECURITY.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ CodeCoverage.php ¦ ¦ ¦ Filter.php ¦ ¦ ¦ Version.php ¦ ¦ ¦ ¦ ¦ +---Data ¦ ¦ ¦ ProcessedCodeCoverageData.php ¦ ¦ ¦ RawCodeCoverageData.php ¦ ¦ ¦ ¦ ¦ +---Driver ¦ ¦ ¦ Driver.php ¦ ¦ ¦ PcovDriver.php ¦ ¦ ¦ Selector.php ¦ ¦ ¦ XdebugDriver.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ BranchAndPathCoverageNotSupportedException.php ¦ ¦ ¦ DeadCodeDetectionNotSupportedException.php ¦ ¦ ¦ DirectoryCouldNotBeCreatedException.php ¦ ¦ ¦ Exception.php ¦ ¦ ¦ FileCouldNotBeWrittenException.php ¦ ¦ ¦ InvalidArgumentException.php ¦ ¦ ¦ NoCodeCoverageDriverAvailableException.php ¦ ¦ ¦ NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php ¦ ¦ ¦ ParserException.php ¦ ¦ ¦ PathExistsButIsNotDirectoryException.php ¦ ¦ ¦ PcovNotAvailableException.php ¦ ¦ ¦ ReflectionException.php ¦ ¦ ¦ ReportAlreadyFinalizedException.php ¦ ¦ ¦ StaticAnalysisCacheNotConfiguredException.php ¦ ¦ ¦ TestIdMissingException.php ¦ ¦ ¦ UnintentionallyCoveredCodeException.php ¦ ¦ ¦ WriteOperationFailedException.php ¦ ¦ ¦ XdebugNotAvailableException.php ¦ ¦ ¦ XdebugNotEnabledException.php ¦ ¦ ¦ XmlException.php ¦ ¦ ¦ ¦ ¦ +---Node ¦ ¦ ¦ AbstractNode.php ¦ ¦ ¦ Builder.php ¦ ¦ ¦ CrapIndex.php ¦ ¦ ¦ Directory.php ¦ ¦ ¦ File.php ¦ ¦ ¦ Iterator.php ¦ ¦ ¦ ¦ ¦ +---Report ¦ ¦ ¦ ¦ Clover.php ¦ ¦ ¦ ¦ Cobertura.php ¦ ¦ ¦ ¦ Crap4j.php ¦ ¦ ¦ ¦ PHP.php ¦ ¦ ¦ ¦ Text.php ¦ ¦ ¦ ¦ Thresholds.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Html ¦ ¦ ¦ ¦ ¦ Colors.php ¦ ¦ ¦ ¦ ¦ CustomCssFile.php ¦ ¦ ¦ ¦ ¦ Facade.php ¦ ¦ ¦ ¦ ¦ Renderer.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Renderer ¦ ¦ ¦ ¦ ¦ Dashboard.php ¦ ¦ ¦ ¦ ¦ Directory.php ¦ ¦ ¦ ¦ ¦ File.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Template ¦ ¦ ¦ ¦ ¦ branches.html.dist ¦ ¦ ¦ ¦ ¦ coverage_bar.html.dist ¦ ¦ ¦ ¦ ¦ coverage_bar_branch.html.dist ¦ ¦ ¦ ¦ ¦ dashboard.html.dist ¦ ¦ ¦ ¦ ¦ dashboard_branch.html.dist ¦ ¦ ¦ ¦ ¦ directory.html.dist ¦ ¦ ¦ ¦ ¦ directory_branch.html.dist ¦ ¦ ¦ ¦ ¦ directory_item.html.dist ¦ ¦ ¦ ¦ ¦ directory_item_branch.html.dist ¦ ¦ ¦ ¦ ¦ file.html.dist ¦ ¦ ¦ ¦ ¦ file_branch.html.dist ¦ ¦ ¦ ¦ ¦ file_item.html.dist ¦ ¦ ¦ ¦ ¦ file_item_branch.html.dist ¦ ¦ ¦ ¦ ¦ line.html.dist ¦ ¦ ¦ ¦ ¦ lines.html.dist ¦ ¦ ¦ ¦ ¦ method_item.html.dist ¦ ¦ ¦ ¦ ¦ method_item_branch.html.dist ¦ ¦ ¦ ¦ ¦ paths.html.dist ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---css ¦ ¦ ¦ ¦ ¦ bootstrap.min.css ¦ ¦ ¦ ¦ ¦ custom.css ¦ ¦ ¦ ¦ ¦ nv.d3.min.css ¦ ¦ ¦ ¦ ¦ octicons.css ¦ ¦ ¦ ¦ ¦ style.css ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---icons ¦ ¦ ¦ ¦ ¦ file-code.svg ¦ ¦ ¦ ¦ ¦ file-directory.svg ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---js ¦ ¦ ¦ ¦ bootstrap.min.js ¦ ¦ ¦ ¦ d3.min.js ¦ ¦ ¦ ¦ file.js ¦ ¦ ¦ ¦ jquery.min.js ¦ ¦ ¦ ¦ nv.d3.min.js ¦ ¦ ¦ ¦ popper.min.js ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Xml ¦ ¦ ¦ BuildInformation.php ¦ ¦ ¦ Coverage.php ¦ ¦ ¦ Directory.php ¦ ¦ ¦ Facade.php ¦ ¦ ¦ File.php ¦ ¦ ¦ Method.php ¦ ¦ ¦ Node.php ¦ ¦ ¦ Project.php ¦ ¦ ¦ Report.php ¦ ¦ ¦ Source.php ¦ ¦ ¦ Tests.php ¦ ¦ ¦ Totals.php ¦ ¦ ¦ Unit.php ¦ ¦ ¦ ¦ ¦ +---StaticAnalysis ¦ ¦ ¦ CacheWarmer.php ¦ ¦ ¦ CachingFileAnalyser.php ¦ ¦ ¦ CodeUnitFindingVisitor.php ¦ ¦ ¦ ExecutableLinesFindingVisitor.php ¦ ¦ ¦ FileAnalyser.php ¦ ¦ ¦ IgnoredLinesFindingVisitor.php ¦ ¦ ¦ ParsingFileAnalyser.php ¦ ¦ ¦ ¦ ¦ +---TestSize ¦ ¦ ¦ Known.php ¦ ¦ ¦ Large.php ¦ ¦ ¦ Medium.php ¦ ¦ ¦ Small.php ¦ ¦ ¦ TestSize.php ¦ ¦ ¦ Unknown.php ¦ ¦ ¦ ¦ ¦ +---TestStatus ¦ ¦ ¦ Failure.php ¦ ¦ ¦ Known.php ¦ ¦ ¦ Success.php ¦ ¦ ¦ TestStatus.php ¦ ¦ ¦ Unknown.php ¦ ¦ ¦ ¦ ¦ +---Util ¦ ¦ Filesystem.php ¦ ¦ Percentage.php ¦ ¦ ¦ +---php-file-iterator ¦ ¦ ¦ ChangeLog.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ SECURITY.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ExcludeIterator.php ¦ ¦ Facade.php ¦ ¦ Factory.php ¦ ¦ Iterator.php ¦ ¦ ¦ +---php-invoker ¦ ¦ ¦ ChangeLog.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ SECURITY.md ¦ ¦ ¦ ¦ ¦ +---.psalm ¦ ¦ ¦ baseline.xml ¦ ¦ ¦ config.xml ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ Invoker.php ¦ ¦ ¦ ¦ ¦ +---exceptions ¦ ¦ Exception.php ¦ ¦ ProcessControlExtensionNotLoadedException.php ¦ ¦ TimeoutException.php ¦ ¦ ¦ +---php-text-template ¦ ¦ ¦ ChangeLog.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ SECURITY.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ Template.php ¦ ¦ ¦ ¦ ¦ +---exceptions ¦ ¦ Exception.php ¦ ¦ InvalidArgumentException.php ¦ ¦ RuntimeException.php ¦ ¦ ¦ +---php-timer ¦ ¦ ¦ ChangeLog.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ SECURITY.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ Duration.php ¦ ¦ ¦ ResourceUsageFormatter.php ¦ ¦ ¦ Timer.php ¦ ¦ ¦ ¦ ¦ +---exceptions ¦ ¦ Exception.php ¦ ¦ NoActiveTimerException.php ¦ ¦ TimeSinceStartOfRequestNotAvailableException.php ¦ ¦ ¦ +---phpunit ¦ ¦ ChangeLog-10.5.md ¦ ¦ composer.json ¦ ¦ composer.lock ¦ ¦ DEPRECATIONS.md ¦ ¦ LICENSE ¦ ¦ phpunit ¦ ¦ phpunit.xsd ¦ ¦ README.md ¦ ¦ SECURITY.md ¦ ¦ ¦ +---schema ¦ ¦ 10.0.xsd ¦ ¦ 10.1.xsd ¦ ¦ 10.2.xsd ¦ ¦ 10.3.xsd ¦ ¦ 10.4.xsd ¦ ¦ 8.5.xsd ¦ ¦ 9.0.xsd ¦ ¦ 9.1.xsd ¦ ¦ 9.2.xsd ¦ ¦ 9.3.xsd ¦ ¦ 9.4.xsd ¦ ¦ 9.5.xsd ¦ ¦ ¦ +---src ¦ ¦ Exception.php ¦ ¦ ¦ +---Event ¦ ¦ ¦ Facade.php ¦ ¦ ¦ Subscriber.php ¦ ¦ ¦ Tracer.php ¦ ¦ ¦ TypeMap.php ¦ ¦ ¦ ¦ ¦ +---Dispatcher ¦ ¦ ¦ CollectingDispatcher.php ¦ ¦ ¦ DeferringDispatcher.php ¦ ¦ ¦ DirectDispatcher.php ¦ ¦ ¦ Dispatcher.php ¦ ¦ ¦ SubscribableDispatcher.php ¦ ¦ ¦ ¦ ¦ +---Emitter ¦ ¦ ¦ DispatchingEmitter.php ¦ ¦ ¦ Emitter.php ¦ ¦ ¦ ¦ ¦ +---Events ¦ ¦ ¦ ¦ Event.php ¦ ¦ ¦ ¦ EventCollection.php ¦ ¦ ¦ ¦ EventCollectionIterator.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Application ¦ ¦ ¦ ¦ Finished.php ¦ ¦ ¦ ¦ FinishedSubscriber.php ¦ ¦ ¦ ¦ Started.php ¦ ¦ ¦ ¦ StartedSubscriber.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Test ¦ ¦ ¦ ¦ ¦ ComparatorRegistered.php ¦ ¦ ¦ ¦ ¦ ComparatorRegisteredSubscriber.php ¦ ¦ ¦ ¦ ¦ PrintedUnexpectedOutput.php ¦ ¦ ¦ ¦ ¦ PrintedUnexpectedOutputSubscriber.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Assertion ¦ ¦ ¦ ¦ ¦ AssertionFailed.php ¦ ¦ ¦ ¦ ¦ AssertionFailedSubscriber.php ¦ ¦ ¦ ¦ ¦ AssertionSucceeded.php ¦ ¦ ¦ ¦ ¦ AssertionSucceededSubscriber.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---HookMethod ¦ ¦ ¦ ¦ ¦ AfterLastTestMethodCalled.php ¦ ¦ ¦ ¦ ¦ AfterLastTestMethodCalledSubscriber.php ¦ ¦ ¦ ¦ ¦ AfterLastTestMethodErrored.php ¦ ¦ ¦ ¦ ¦ AfterLastTestMethodErroredSubscriber.php ¦ ¦ ¦ ¦ ¦ AfterLastTestMethodFinished.php ¦ ¦ ¦ ¦ ¦ AfterLastTestMethodFinishedSubscriber.php ¦ ¦ ¦ ¦ ¦ AfterTestMethodCalled.php ¦ ¦ ¦ ¦ ¦ AfterTestMethodCalledSubscriber.php ¦ ¦ ¦ ¦ ¦ AfterTestMethodErrored.php ¦ ¦ ¦ ¦ ¦ AfterTestMethodErroredSubscriber.php ¦ ¦ ¦ ¦ ¦ AfterTestMethodFinished.php ¦ ¦ ¦ ¦ ¦ AfterTestMethodFinishedSubscriber.php ¦ ¦ ¦ ¦ ¦ BeforeFirstTestMethodCalled.php ¦ ¦ ¦ ¦ ¦ BeforeFirstTestMethodCalledSubscriber.php ¦ ¦ ¦ ¦ ¦ BeforeFirstTestMethodErrored.php ¦ ¦ ¦ ¦ ¦ BeforeFirstTestMethodErroredSubscriber.php ¦ ¦ ¦ ¦ ¦ BeforeFirstTestMethodFinished.php ¦ ¦ ¦ ¦ ¦ BeforeFirstTestMethodFinishedSubscriber.php ¦ ¦ ¦ ¦ ¦ BeforeTestMethodCalled.php ¦ ¦ ¦ ¦ ¦ BeforeTestMethodCalledSubscriber.php ¦ ¦ ¦ ¦ ¦ BeforeTestMethodErrored.php ¦ ¦ ¦ ¦ ¦ BeforeTestMethodErroredSubscriber.php ¦ ¦ ¦ ¦ ¦ BeforeTestMethodFinished.php ¦ ¦ ¦ ¦ ¦ BeforeTestMethodFinishedSubscriber.php ¦ ¦ ¦ ¦ ¦ PostConditionCalled.php ¦ ¦ ¦ ¦ ¦ PostConditionCalledSubscriber.php ¦ ¦ ¦ ¦ ¦ PostConditionErrored.php ¦ ¦ ¦ ¦ ¦ PostConditionErroredSubscriber.php ¦ ¦ ¦ ¦ ¦ PostConditionFinished.php ¦ ¦ ¦ ¦ ¦ PostConditionFinishedSubscriber.php ¦ ¦ ¦ ¦ ¦ PreConditionCalled.php ¦ ¦ ¦ ¦ ¦ PreConditionCalledSubscriber.php ¦ ¦ ¦ ¦ ¦ PreConditionErrored.php ¦ ¦ ¦ ¦ ¦ PreConditionErroredSubscriber.php ¦ ¦ ¦ ¦ ¦ PreConditionFinished.php ¦ ¦ ¦ ¦ ¦ PreConditionFinishedSubscriber.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Issue ¦ ¦ ¦ ¦ ¦ ConsideredRisky.php ¦ ¦ ¦ ¦ ¦ ConsideredRiskySubscriber.php ¦ ¦ ¦ ¦ ¦ DeprecationTriggered.php ¦ ¦ ¦ ¦ ¦ DeprecationTriggeredSubscriber.php ¦ ¦ ¦ ¦ ¦ ErrorTriggered.php ¦ ¦ ¦ ¦ ¦ ErrorTriggeredSubscriber.php ¦ ¦ ¦ ¦ ¦ NoticeTriggered.php ¦ ¦ ¦ ¦ ¦ NoticeTriggeredSubscriber.php ¦ ¦ ¦ ¦ ¦ PhpDeprecationTriggered.php ¦ ¦ ¦ ¦ ¦ PhpDeprecationTriggeredSubscriber.php ¦ ¦ ¦ ¦ ¦ PhpNoticeTriggered.php ¦ ¦ ¦ ¦ ¦ PhpNoticeTriggeredSubscriber.php ¦ ¦ ¦ ¦ ¦ PhpunitDeprecationTriggered.php ¦ ¦ ¦ ¦ ¦ PhpunitDeprecationTriggeredSubscriber.php ¦ ¦ ¦ ¦ ¦ PhpunitErrorTriggered.php ¦ ¦ ¦ ¦ ¦ PhpunitErrorTriggeredSubscriber.php ¦ ¦ ¦ ¦ ¦ PhpunitWarningTriggered.php ¦ ¦ ¦ ¦ ¦ PhpunitWarningTriggeredSubscriber.php ¦ ¦ ¦ ¦ ¦ PhpWarningTriggered.php ¦ ¦ ¦ ¦ ¦ PhpWarningTriggeredSubscriber.php ¦ ¦ ¦ ¦ ¦ WarningTriggered.php ¦ ¦ ¦ ¦ ¦ WarningTriggeredSubscriber.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Lifecycle ¦ ¦ ¦ ¦ ¦ DataProviderMethodCalled.php ¦ ¦ ¦ ¦ ¦ DataProviderMethodCalledSubscriber.php ¦ ¦ ¦ ¦ ¦ DataProviderMethodFinished.php ¦ ¦ ¦ ¦ ¦ DataProviderMethodFinishedSubscriber.php ¦ ¦ ¦ ¦ ¦ Finished.php ¦ ¦ ¦ ¦ ¦ FinishedSubscriber.php ¦ ¦ ¦ ¦ ¦ PreparationFailed.php ¦ ¦ ¦ ¦ ¦ PreparationFailedSubscriber.php ¦ ¦ ¦ ¦ ¦ PreparationStarted.php ¦ ¦ ¦ ¦ ¦ PreparationStartedSubscriber.php ¦ ¦ ¦ ¦ ¦ Prepared.php ¦ ¦ ¦ ¦ ¦ PreparedSubscriber.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Outcome ¦ ¦ ¦ ¦ ¦ Errored.php ¦ ¦ ¦ ¦ ¦ ErroredSubscriber.php ¦ ¦ ¦ ¦ ¦ Failed.php ¦ ¦ ¦ ¦ ¦ FailedSubscriber.php ¦ ¦ ¦ ¦ ¦ MarkedIncomplete.php ¦ ¦ ¦ ¦ ¦ MarkedIncompleteSubscriber.php ¦ ¦ ¦ ¦ ¦ Passed.php ¦ ¦ ¦ ¦ ¦ PassedSubscriber.php ¦ ¦ ¦ ¦ ¦ Skipped.php ¦ ¦ ¦ ¦ ¦ SkippedSubscriber.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---TestDouble ¦ ¦ ¦ ¦ MockObjectCreated.php ¦ ¦ ¦ ¦ MockObjectCreatedSubscriber.php ¦ ¦ ¦ ¦ MockObjectForAbstractClassCreated.php ¦ ¦ ¦ ¦ MockObjectForAbstractClassCreatedSubscriber.php ¦ ¦ ¦ ¦ MockObjectForIntersectionOfInterfacesCreated.php ¦ ¦ ¦ ¦ MockObjectForIntersectionOfInterfacesCreatedSubscriber.php ¦ ¦ ¦ ¦ MockObjectForTraitCreated.php ¦ ¦ ¦ ¦ MockObjectForTraitCreatedSubscriber.php ¦ ¦ ¦ ¦ MockObjectFromWsdlCreated.php ¦ ¦ ¦ ¦ MockObjectFromWsdlCreatedSubscriber.php ¦ ¦ ¦ ¦ PartialMockObjectCreated.php ¦ ¦ ¦ ¦ PartialMockObjectCreatedSubscriber.php ¦ ¦ ¦ ¦ TestProxyCreated.php ¦ ¦ ¦ ¦ TestProxyCreatedSubscriber.php ¦ ¦ ¦ ¦ TestStubCreated.php ¦ ¦ ¦ ¦ TestStubCreatedSubscriber.php ¦ ¦ ¦ ¦ TestStubForIntersectionOfInterfacesCreated.php ¦ ¦ ¦ ¦ TestStubForIntersectionOfInterfacesCreatedSubscriber.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---TestRunner ¦ ¦ ¦ ¦ BootstrapFinished.php ¦ ¦ ¦ ¦ BootstrapFinishedSubscriber.php ¦ ¦ ¦ ¦ Configured.php ¦ ¦ ¦ ¦ ConfiguredSubscriber.php ¦ ¦ ¦ ¦ DeprecationTriggered.php ¦ ¦ ¦ ¦ DeprecationTriggeredSubscriber.php ¦ ¦ ¦ ¦ EventFacadeSealed.php ¦ ¦ ¦ ¦ EventFacadeSealedSubscriber.php ¦ ¦ ¦ ¦ ExecutionAborted.php ¦ ¦ ¦ ¦ ExecutionAbortedSubscriber.php ¦ ¦ ¦ ¦ ExecutionFinished.php ¦ ¦ ¦ ¦ ExecutionFinishedSubscriber.php ¦ ¦ ¦ ¦ ExecutionStarted.php ¦ ¦ ¦ ¦ ExecutionStartedSubscriber.php ¦ ¦ ¦ ¦ ExtensionBootstrapped.php ¦ ¦ ¦ ¦ ExtensionBootstrappedSubscriber.php ¦ ¦ ¦ ¦ ExtensionLoadedFromPhar.php ¦ ¦ ¦ ¦ ExtensionLoadedFromPharSubscriber.php ¦ ¦ ¦ ¦ Finished.php ¦ ¦ ¦ ¦ FinishedSubscriber.php ¦ ¦ ¦ ¦ GarbageCollectionDisabled.php ¦ ¦ ¦ ¦ GarbageCollectionDisabledSubscriber.php ¦ ¦ ¦ ¦ GarbageCollectionEnabled.php ¦ ¦ ¦ ¦ GarbageCollectionEnabledSubscriber.php ¦ ¦ ¦ ¦ GarbageCollectionTriggered.php ¦ ¦ ¦ ¦ GarbageCollectionTriggeredSubscriber.php ¦ ¦ ¦ ¦ Started.php ¦ ¦ ¦ ¦ StartedSubscriber.php ¦ ¦ ¦ ¦ WarningTriggered.php ¦ ¦ ¦ ¦ WarningTriggeredSubscriber.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---TestSuite ¦ ¦ ¦ Filtered.php ¦ ¦ ¦ FilteredSubscriber.php ¦ ¦ ¦ Finished.php ¦ ¦ ¦ FinishedSubscriber.php ¦ ¦ ¦ Loaded.php ¦ ¦ ¦ LoadedSubscriber.php ¦ ¦ ¦ Skipped.php ¦ ¦ ¦ SkippedSubscriber.php ¦ ¦ ¦ Sorted.php ¦ ¦ ¦ SortedSubscriber.php ¦ ¦ ¦ Started.php ¦ ¦ ¦ StartedSubscriber.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ EventAlreadyAssignedException.php ¦ ¦ ¦ EventFacadeIsSealedException.php ¦ ¦ ¦ Exception.php ¦ ¦ ¦ InvalidArgumentException.php ¦ ¦ ¦ InvalidEventException.php ¦ ¦ ¦ InvalidSubscriberException.php ¦ ¦ ¦ MapError.php ¦ ¦ ¦ MoreThanOneDataSetFromDataProviderException.php ¦ ¦ ¦ NoComparisonFailureException.php ¦ ¦ ¦ NoDataSetFromDataProviderException.php ¦ ¦ ¦ NoPreviousThrowableException.php ¦ ¦ ¦ NoTestCaseObjectOnCallStackException.php ¦ ¦ ¦ RuntimeException.php ¦ ¦ ¦ SubscriberTypeAlreadyRegisteredException.php ¦ ¦ ¦ UnknownEventException.php ¦ ¦ ¦ UnknownEventTypeException.php ¦ ¦ ¦ UnknownSubscriberException.php ¦ ¦ ¦ UnknownSubscriberTypeException.php ¦ ¦ ¦ ¦ ¦ +---Value ¦ ¦ ¦ ClassMethod.php ¦ ¦ ¦ ComparisonFailure.php ¦ ¦ ¦ ComparisonFailureBuilder.php ¦ ¦ ¦ Throwable.php ¦ ¦ ¦ ThrowableBuilder.php ¦ ¦ ¦ ¦ ¦ +---Runtime ¦ ¦ ¦ OperatingSystem.php ¦ ¦ ¦ PHP.php ¦ ¦ ¦ PHPUnit.php ¦ ¦ ¦ Runtime.php ¦ ¦ ¦ ¦ ¦ +---Telemetry ¦ ¦ ¦ Duration.php ¦ ¦ ¦ GarbageCollectorStatus.php ¦ ¦ ¦ GarbageCollectorStatusProvider.php ¦ ¦ ¦ HRTime.php ¦ ¦ ¦ Info.php ¦ ¦ ¦ MemoryMeter.php ¦ ¦ ¦ MemoryUsage.php ¦ ¦ ¦ Php81GarbageCollectorStatusProvider.php ¦ ¦ ¦ Php83GarbageCollectorStatusProvider.php ¦ ¦ ¦ Snapshot.php ¦ ¦ ¦ StopWatch.php ¦ ¦ ¦ System.php ¦ ¦ ¦ SystemMemoryMeter.php ¦ ¦ ¦ SystemStopWatch.php ¦ ¦ ¦ SystemStopWatchWithOffset.php ¦ ¦ ¦ ¦ ¦ +---Test ¦ ¦ ¦ ¦ Phpt.php ¦ ¦ ¦ ¦ Test.php ¦ ¦ ¦ ¦ TestCollection.php ¦ ¦ ¦ ¦ TestCollectionIterator.php ¦ ¦ ¦ ¦ TestDox.php ¦ ¦ ¦ ¦ TestDoxBuilder.php ¦ ¦ ¦ ¦ TestMethod.php ¦ ¦ ¦ ¦ TestMethodBuilder.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---TestData ¦ ¦ ¦ DataFromDataProvider.php ¦ ¦ ¦ DataFromTestDependency.php ¦ ¦ ¦ TestData.php ¦ ¦ ¦ TestDataCollection.php ¦ ¦ ¦ TestDataCollectionIterator.php ¦ ¦ ¦ ¦ ¦ +---TestSuite ¦ ¦ TestSuite.php ¦ ¦ TestSuiteBuilder.php ¦ ¦ TestSuiteForTestClass.php ¦ ¦ TestSuiteForTestMethodWithDataProvider.php ¦ ¦ TestSuiteWithName.php ¦ ¦ ¦ +---Framework ¦ ¦ ¦ Assert.php ¦ ¦ ¦ DataProviderTestSuite.php ¦ ¦ ¦ ExecutionOrderDependency.php ¦ ¦ ¦ Reorderable.php ¦ ¦ ¦ SelfDescribing.php ¦ ¦ ¦ Test.php ¦ ¦ ¦ TestBuilder.php ¦ ¦ ¦ TestCase.php ¦ ¦ ¦ TestRunner.php ¦ ¦ ¦ TestSuite.php ¦ ¦ ¦ TestSuiteIterator.php ¦ ¦ ¦ ¦ ¦ +---Assert ¦ ¦ ¦ Functions.php ¦ ¦ ¦ ¦ ¦ +---Attributes ¦ ¦ ¦ After.php ¦ ¦ ¦ AfterClass.php ¦ ¦ ¦ BackupGlobals.php ¦ ¦ ¦ BackupStaticProperties.php ¦ ¦ ¦ Before.php ¦ ¦ ¦ BeforeClass.php ¦ ¦ ¦ CodeCoverageIgnore.php ¦ ¦ ¦ CoversClass.php ¦ ¦ ¦ CoversFunction.php ¦ ¦ ¦ CoversNothing.php ¦ ¦ ¦ DataProvider.php ¦ ¦ ¦ DataProviderExternal.php ¦ ¦ ¦ Depends.php ¦ ¦ ¦ DependsExternal.php ¦ ¦ ¦ DependsExternalUsingDeepClone.php ¦ ¦ ¦ DependsExternalUsingShallowClone.php ¦ ¦ ¦ DependsOnClass.php ¦ ¦ ¦ DependsOnClassUsingDeepClone.php ¦ ¦ ¦ DependsOnClassUsingShallowClone.php ¦ ¦ ¦ DependsUsingDeepClone.php ¦ ¦ ¦ DependsUsingShallowClone.php ¦ ¦ ¦ DoesNotPerformAssertions.php ¦ ¦ ¦ ExcludeGlobalVariableFromBackup.php ¦ ¦ ¦ ExcludeStaticPropertyFromBackup.php ¦ ¦ ¦ Group.php ¦ ¦ ¦ IgnoreClassForCodeCoverage.php ¦ ¦ ¦ IgnoreDeprecations.php ¦ ¦ ¦ IgnoreFunctionForCodeCoverage.php ¦ ¦ ¦ IgnoreMethodForCodeCoverage.php ¦ ¦ ¦ Large.php ¦ ¦ ¦ Medium.php ¦ ¦ ¦ PostCondition.php ¦ ¦ ¦ PreCondition.php ¦ ¦ ¦ PreserveGlobalState.php ¦ ¦ ¦ RequiresFunction.php ¦ ¦ ¦ RequiresMethod.php ¦ ¦ ¦ RequiresOperatingSystem.php ¦ ¦ ¦ RequiresOperatingSystemFamily.php ¦ ¦ ¦ RequiresPhp.php ¦ ¦ ¦ RequiresPhpExtension.php ¦ ¦ ¦ RequiresPhpunit.php ¦ ¦ ¦ RequiresSetting.php ¦ ¦ ¦ RunClassInSeparateProcess.php ¦ ¦ ¦ RunInSeparateProcess.php ¦ ¦ ¦ RunTestsInSeparateProcesses.php ¦ ¦ ¦ Small.php ¦ ¦ ¦ Test.php ¦ ¦ ¦ TestDox.php ¦ ¦ ¦ TestWith.php ¦ ¦ ¦ TestWithJson.php ¦ ¦ ¦ Ticket.php ¦ ¦ ¦ UsesClass.php ¦ ¦ ¦ UsesFunction.php ¦ ¦ ¦ WithoutErrorHandler.php ¦ ¦ ¦ ¦ ¦ +---Constraint ¦ ¦ ¦ ¦ Callback.php ¦ ¦ ¦ ¦ Constraint.php ¦ ¦ ¦ ¦ IsAnything.php ¦ ¦ ¦ ¦ IsIdentical.php ¦ ¦ ¦ ¦ JsonMatches.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Boolean ¦ ¦ ¦ ¦ IsFalse.php ¦ ¦ ¦ ¦ IsTrue.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Cardinality ¦ ¦ ¦ ¦ Count.php ¦ ¦ ¦ ¦ GreaterThan.php ¦ ¦ ¦ ¦ IsEmpty.php ¦ ¦ ¦ ¦ LessThan.php ¦ ¦ ¦ ¦ SameSize.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Equality ¦ ¦ ¦ ¦ IsEqual.php ¦ ¦ ¦ ¦ IsEqualCanonicalizing.php ¦ ¦ ¦ ¦ IsEqualIgnoringCase.php ¦ ¦ ¦ ¦ IsEqualWithDelta.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ ¦ Exception.php ¦ ¦ ¦ ¦ ExceptionCode.php ¦ ¦ ¦ ¦ ExceptionMessageIsOrContains.php ¦ ¦ ¦ ¦ ExceptionMessageMatchesRegularExpression.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Filesystem ¦ ¦ ¦ ¦ DirectoryExists.php ¦ ¦ ¦ ¦ FileExists.php ¦ ¦ ¦ ¦ IsReadable.php ¦ ¦ ¦ ¦ IsWritable.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Math ¦ ¦ ¦ ¦ IsFinite.php ¦ ¦ ¦ ¦ IsInfinite.php ¦ ¦ ¦ ¦ IsNan.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Object ¦ ¦ ¦ ¦ ObjectEquals.php ¦ ¦ ¦ ¦ ObjectHasProperty.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Operator ¦ ¦ ¦ ¦ BinaryOperator.php ¦ ¦ ¦ ¦ LogicalAnd.php ¦ ¦ ¦ ¦ LogicalNot.php ¦ ¦ ¦ ¦ LogicalOr.php ¦ ¦ ¦ ¦ LogicalXor.php ¦ ¦ ¦ ¦ Operator.php ¦ ¦ ¦ ¦ UnaryOperator.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---String ¦ ¦ ¦ ¦ IsJson.php ¦ ¦ ¦ ¦ RegularExpression.php ¦ ¦ ¦ ¦ StringContains.php ¦ ¦ ¦ ¦ StringEndsWith.php ¦ ¦ ¦ ¦ StringEqualsStringIgnoringLineEndings.php ¦ ¦ ¦ ¦ StringMatchesFormatDescription.php ¦ ¦ ¦ ¦ StringStartsWith.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Traversable ¦ ¦ ¦ ¦ ArrayHasKey.php ¦ ¦ ¦ ¦ IsList.php ¦ ¦ ¦ ¦ TraversableContains.php ¦ ¦ ¦ ¦ TraversableContainsEqual.php ¦ ¦ ¦ ¦ TraversableContainsIdentical.php ¦ ¦ ¦ ¦ TraversableContainsOnly.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Type ¦ ¦ ¦ IsInstanceOf.php ¦ ¦ ¦ IsNull.php ¦ ¦ ¦ IsType.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ ¦ AssertionFailedError.php ¦ ¦ ¦ ¦ CodeCoverageException.php ¦ ¦ ¦ ¦ EmptyStringException.php ¦ ¦ ¦ ¦ Exception.php ¦ ¦ ¦ ¦ ExpectationFailedException.php ¦ ¦ ¦ ¦ GeneratorNotSupportedException.php ¦ ¦ ¦ ¦ InvalidArgumentException.php ¦ ¦ ¦ ¦ InvalidCoversTargetException.php ¦ ¦ ¦ ¦ InvalidDataProviderException.php ¦ ¦ ¦ ¦ InvalidDependencyException.php ¦ ¦ ¦ ¦ NoChildTestSuiteException.php ¦ ¦ ¦ ¦ PhptAssertionFailedError.php ¦ ¦ ¦ ¦ ProcessIsolationException.php ¦ ¦ ¦ ¦ UnknownClassOrInterfaceException.php ¦ ¦ ¦ ¦ UnknownTypeException.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Incomplete ¦ ¦ ¦ ¦ IncompleteTest.php ¦ ¦ ¦ ¦ IncompleteTestError.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---ObjectEquals ¦ ¦ ¦ ¦ ActualValueIsNotAnObjectException.php ¦ ¦ ¦ ¦ ComparisonMethodDoesNotAcceptParameterTypeException.php ¦ ¦ ¦ ¦ ComparisonMethodDoesNotDeclareBoolReturnTypeException.php ¦ ¦ ¦ ¦ ComparisonMethodDoesNotDeclareExactlyOneParameterException.php ¦ ¦ ¦ ¦ ComparisonMethodDoesNotDeclareParameterTypeException.php ¦ ¦ ¦ ¦ ComparisonMethodDoesNotExistException.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Skipped ¦ ¦ ¦ SkippedTest.php ¦ ¦ ¦ SkippedTestSuiteError.php ¦ ¦ ¦ SkippedWithMessageException.php ¦ ¦ ¦ ¦ ¦ +---MockObject ¦ ¦ ¦ ¦ ConfigurableMethod.php ¦ ¦ ¦ ¦ MockBuilder.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ ¦ BadMethodCallException.php ¦ ¦ ¦ ¦ CannotUseOnlyMethodsException.php ¦ ¦ ¦ ¦ Exception.php ¦ ¦ ¦ ¦ IncompatibleReturnValueException.php ¦ ¦ ¦ ¦ MatchBuilderNotFoundException.php ¦ ¦ ¦ ¦ MatcherAlreadyRegisteredException.php ¦ ¦ ¦ ¦ MethodCannotBeConfiguredException.php ¦ ¦ ¦ ¦ MethodNameAlreadyConfiguredException.php ¦ ¦ ¦ ¦ MethodNameNotConfiguredException.php ¦ ¦ ¦ ¦ MethodParametersAlreadyConfiguredException.php ¦ ¦ ¦ ¦ NeverReturningMethodException.php ¦ ¦ ¦ ¦ NoMoreReturnValuesConfiguredException.php ¦ ¦ ¦ ¦ ReturnValueNotConfiguredException.php ¦ ¦ ¦ ¦ RuntimeException.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Generator ¦ ¦ ¦ ¦ ¦ Generator.php ¦ ¦ ¦ ¦ ¦ MockClass.php ¦ ¦ ¦ ¦ ¦ MockMethod.php ¦ ¦ ¦ ¦ ¦ MockMethodSet.php ¦ ¦ ¦ ¦ ¦ MockTrait.php ¦ ¦ ¦ ¦ ¦ MockType.php ¦ ¦ ¦ ¦ ¦ TemplateLoader.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ ¦ ¦ CannotUseAddMethodsException.php ¦ ¦ ¦ ¦ ¦ ClassIsEnumerationException.php ¦ ¦ ¦ ¦ ¦ ClassIsFinalException.php ¦ ¦ ¦ ¦ ¦ ClassIsReadonlyException.php ¦ ¦ ¦ ¦ ¦ DuplicateMethodException.php ¦ ¦ ¦ ¦ ¦ Exception.php ¦ ¦ ¦ ¦ ¦ InvalidMethodNameException.php ¦ ¦ ¦ ¦ ¦ NameAlreadyInUseException.php ¦ ¦ ¦ ¦ ¦ OriginalConstructorInvocationRequiredException.php ¦ ¦ ¦ ¦ ¦ ReflectionException.php ¦ ¦ ¦ ¦ ¦ RuntimeException.php ¦ ¦ ¦ ¦ ¦ SoapExtensionNotAvailableException.php ¦ ¦ ¦ ¦ ¦ UnknownClassException.php ¦ ¦ ¦ ¦ ¦ UnknownTraitException.php ¦ ¦ ¦ ¦ ¦ UnknownTypeException.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---templates ¦ ¦ ¦ ¦ deprecation.tpl ¦ ¦ ¦ ¦ doubled_method.tpl ¦ ¦ ¦ ¦ doubled_static_method.tpl ¦ ¦ ¦ ¦ intersection.tpl ¦ ¦ ¦ ¦ proxied_method.tpl ¦ ¦ ¦ ¦ test_double_class.tpl ¦ ¦ ¦ ¦ trait_class.tpl ¦ ¦ ¦ ¦ wsdl_class.tpl ¦ ¦ ¦ ¦ wsdl_method.tpl ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Runtime ¦ ¦ ¦ ¦ Invocation.php ¦ ¦ ¦ ¦ InvocationHandler.php ¦ ¦ ¦ ¦ Matcher.php ¦ ¦ ¦ ¦ MethodNameConstraint.php ¦ ¦ ¦ ¦ ReturnValueGenerator.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Api ¦ ¦ ¦ ¦ DoubledCloneMethod.php ¦ ¦ ¦ ¦ Method.php ¦ ¦ ¦ ¦ MockObjectApi.php ¦ ¦ ¦ ¦ ProxiedCloneMethod.php ¦ ¦ ¦ ¦ StubApi.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Builder ¦ ¦ ¦ ¦ Identity.php ¦ ¦ ¦ ¦ InvocationMocker.php ¦ ¦ ¦ ¦ InvocationStubber.php ¦ ¦ ¦ ¦ MethodNameMatch.php ¦ ¦ ¦ ¦ ParametersMatch.php ¦ ¦ ¦ ¦ Stub.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Interface ¦ ¦ ¦ ¦ MockObject.php ¦ ¦ ¦ ¦ MockObjectInternal.php ¦ ¦ ¦ ¦ Stub.php ¦ ¦ ¦ ¦ StubInternal.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Rule ¦ ¦ ¦ ¦ AnyInvokedCount.php ¦ ¦ ¦ ¦ AnyParameters.php ¦ ¦ ¦ ¦ InvocationOrder.php ¦ ¦ ¦ ¦ InvokedAtLeastCount.php ¦ ¦ ¦ ¦ InvokedAtLeastOnce.php ¦ ¦ ¦ ¦ InvokedAtMostCount.php ¦ ¦ ¦ ¦ InvokedCount.php ¦ ¦ ¦ ¦ MethodName.php ¦ ¦ ¦ ¦ Parameters.php ¦ ¦ ¦ ¦ ParametersRule.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Stub ¦ ¦ ¦ ConsecutiveCalls.php ¦ ¦ ¦ Exception.php ¦ ¦ ¦ ReturnArgument.php ¦ ¦ ¦ ReturnCallback.php ¦ ¦ ¦ ReturnReference.php ¦ ¦ ¦ ReturnSelf.php ¦ ¦ ¦ ReturnStub.php ¦ ¦ ¦ ReturnValueMap.php ¦ ¦ ¦ Stub.php ¦ ¦ ¦ ¦ ¦ +---TestSize ¦ ¦ ¦ Known.php ¦ ¦ ¦ Large.php ¦ ¦ ¦ Medium.php ¦ ¦ ¦ Small.php ¦ ¦ ¦ TestSize.php ¦ ¦ ¦ Unknown.php ¦ ¦ ¦ ¦ ¦ +---TestStatus ¦ ¦ Deprecation.php ¦ ¦ Error.php ¦ ¦ Failure.php ¦ ¦ Incomplete.php ¦ ¦ Known.php ¦ ¦ Notice.php ¦ ¦ Risky.php ¦ ¦ Skipped.php ¦ ¦ Success.php ¦ ¦ TestStatus.php ¦ ¦ Unknown.php ¦ ¦ Warning.php ¦ ¦ ¦ +---Logging ¦ ¦ ¦ EventLogger.php ¦ ¦ ¦ ¦ ¦ +---JUnit ¦ ¦ ¦ ¦ JunitXmlLogger.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Subscriber ¦ ¦ ¦ Subscriber.php ¦ ¦ ¦ TestErroredSubscriber.php ¦ ¦ ¦ TestFailedSubscriber.php ¦ ¦ ¦ TestFinishedSubscriber.php ¦ ¦ ¦ TestMarkedIncompleteSubscriber.php ¦ ¦ ¦ TestPreparationFailedSubscriber.php ¦ ¦ ¦ TestPreparationStartedSubscriber.php ¦ ¦ ¦ TestPreparedSubscriber.php ¦ ¦ ¦ TestPrintedUnexpectedOutputSubscriber.php ¦ ¦ ¦ TestRunnerExecutionFinishedSubscriber.php ¦ ¦ ¦ TestSkippedSubscriber.php ¦ ¦ ¦ TestSuiteFinishedSubscriber.php ¦ ¦ ¦ TestSuiteStartedSubscriber.php ¦ ¦ ¦ ¦ ¦ +---TeamCity ¦ ¦ ¦ ¦ TeamCityLogger.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Subscriber ¦ ¦ ¦ Subscriber.php ¦ ¦ ¦ TestConsideredRiskySubscriber.php ¦ ¦ ¦ TestErroredSubscriber.php ¦ ¦ ¦ TestFailedSubscriber.php ¦ ¦ ¦ TestFinishedSubscriber.php ¦ ¦ ¦ TestMarkedIncompleteSubscriber.php ¦ ¦ ¦ TestPreparedSubscriber.php ¦ ¦ ¦ TestRunnerExecutionFinishedSubscriber.php ¦ ¦ ¦ TestSkippedSubscriber.php ¦ ¦ ¦ TestSuiteBeforeFirstTestMethodErroredSubscriber.php ¦ ¦ ¦ TestSuiteFinishedSubscriber.php ¦ ¦ ¦ TestSuiteSkippedSubscriber.php ¦ ¦ ¦ TestSuiteStartedSubscriber.php ¦ ¦ ¦ ¦ ¦ +---TestDox ¦ ¦ ¦ HtmlRenderer.php ¦ ¦ ¦ NamePrettifier.php ¦ ¦ ¦ PlainTextRenderer.php ¦ ¦ ¦ ¦ ¦ +---TestResult ¦ ¦ ¦ TestResult.php ¦ ¦ ¦ TestResultCollection.php ¦ ¦ ¦ TestResultCollectionIterator.php ¦ ¦ ¦ TestResultCollector.php ¦ ¦ ¦ ¦ ¦ +---Subscriber ¦ ¦ Subscriber.php ¦ ¦ TestConsideredRiskySubscriber.php ¦ ¦ TestErroredSubscriber.php ¦ ¦ TestFailedSubscriber.php ¦ ¦ TestFinishedSubscriber.php ¦ ¦ TestMarkedIncompleteSubscriber.php ¦ ¦ TestPassedSubscriber.php ¦ ¦ TestPreparedSubscriber.php ¦ ¦ TestSkippedSubscriber.php ¦ ¦ TestTriggeredDeprecationSubscriber.php ¦ ¦ TestTriggeredNoticeSubscriber.php ¦ ¦ TestTriggeredPhpDeprecationSubscriber.php ¦ ¦ TestTriggeredPhpNoticeSubscriber.php ¦ ¦ TestTriggeredPhpunitDeprecationSubscriber.php ¦ ¦ TestTriggeredPhpunitErrorSubscriber.php ¦ ¦ TestTriggeredPhpunitWarningSubscriber.php ¦ ¦ TestTriggeredPhpWarningSubscriber.php ¦ ¦ TestTriggeredWarningSubscriber.php ¦ ¦ ¦ +---Metadata ¦ ¦ ¦ After.php ¦ ¦ ¦ AfterClass.php ¦ ¦ ¦ BackupGlobals.php ¦ ¦ ¦ BackupStaticProperties.php ¦ ¦ ¦ Before.php ¦ ¦ ¦ BeforeClass.php ¦ ¦ ¦ Covers.php ¦ ¦ ¦ CoversClass.php ¦ ¦ ¦ CoversDefaultClass.php ¦ ¦ ¦ CoversFunction.php ¦ ¦ ¦ CoversNothing.php ¦ ¦ ¦ DataProvider.php ¦ ¦ ¦ DependsOnClass.php ¦ ¦ ¦ DependsOnMethod.php ¦ ¦ ¦ DoesNotPerformAssertions.php ¦ ¦ ¦ ExcludeGlobalVariableFromBackup.php ¦ ¦ ¦ ExcludeStaticPropertyFromBackup.php ¦ ¦ ¦ Group.php ¦ ¦ ¦ IgnoreClassForCodeCoverage.php ¦ ¦ ¦ IgnoreDeprecations.php ¦ ¦ ¦ IgnoreFunctionForCodeCoverage.php ¦ ¦ ¦ IgnoreMethodForCodeCoverage.php ¦ ¦ ¦ Metadata.php ¦ ¦ ¦ MetadataCollection.php ¦ ¦ ¦ MetadataCollectionIterator.php ¦ ¦ ¦ PostCondition.php ¦ ¦ ¦ PreCondition.php ¦ ¦ ¦ PreserveGlobalState.php ¦ ¦ ¦ RequiresFunction.php ¦ ¦ ¦ RequiresMethod.php ¦ ¦ ¦ RequiresOperatingSystem.php ¦ ¦ ¦ RequiresOperatingSystemFamily.php ¦ ¦ ¦ RequiresPhp.php ¦ ¦ ¦ RequiresPhpExtension.php ¦ ¦ ¦ RequiresPhpunit.php ¦ ¦ ¦ RequiresSetting.php ¦ ¦ ¦ RunClassInSeparateProcess.php ¦ ¦ ¦ RunInSeparateProcess.php ¦ ¦ ¦ RunTestsInSeparateProcesses.php ¦ ¦ ¦ Test.php ¦ ¦ ¦ TestDox.php ¦ ¦ ¦ TestWith.php ¦ ¦ ¦ Uses.php ¦ ¦ ¦ UsesClass.php ¦ ¦ ¦ UsesDefaultClass.php ¦ ¦ ¦ UsesFunction.php ¦ ¦ ¦ WithoutErrorHandler.php ¦ ¦ ¦ ¦ ¦ +---Api ¦ ¦ ¦ CodeCoverage.php ¦ ¦ ¦ DataProvider.php ¦ ¦ ¦ Dependencies.php ¦ ¦ ¦ Groups.php ¦ ¦ ¦ HookMethods.php ¦ ¦ ¦ Requirements.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ AnnotationsAreNotSupportedForInternalClassesException.php ¦ ¦ ¦ Exception.php ¦ ¦ ¦ InvalidAttributeException.php ¦ ¦ ¦ InvalidVersionRequirementException.php ¦ ¦ ¦ NoVersionRequirementException.php ¦ ¦ ¦ ReflectionException.php ¦ ¦ ¦ ¦ ¦ +---Parser ¦ ¦ ¦ ¦ AnnotationParser.php ¦ ¦ ¦ ¦ AttributeParser.php ¦ ¦ ¦ ¦ CachingParser.php ¦ ¦ ¦ ¦ Parser.php ¦ ¦ ¦ ¦ ParserChain.php ¦ ¦ ¦ ¦ Registry.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Annotation ¦ ¦ ¦ DocBlock.php ¦ ¦ ¦ Registry.php ¦ ¦ ¦ ¦ ¦ +---Version ¦ ¦ ComparisonRequirement.php ¦ ¦ ConstraintRequirement.php ¦ ¦ Requirement.php ¦ ¦ ¦ +---Runner ¦ ¦ ¦ CodeCoverage.php ¦ ¦ ¦ ErrorHandler.php ¦ ¦ ¦ PhptTestCase.php ¦ ¦ ¦ TestSuiteLoader.php ¦ ¦ ¦ TestSuiteSorter.php ¦ ¦ ¦ Version.php ¦ ¦ ¦ ¦ ¦ +---Baseline ¦ ¦ ¦ ¦ Baseline.php ¦ ¦ ¦ ¦ Generator.php ¦ ¦ ¦ ¦ Issue.php ¦ ¦ ¦ ¦ Reader.php ¦ ¦ ¦ ¦ RelativePathCalculator.php ¦ ¦ ¦ ¦ Writer.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ ¦ CannotLoadBaselineException.php ¦ ¦ ¦ ¦ FileDoesNotHaveLineException.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Subscriber ¦ ¦ ¦ Subscriber.php ¦ ¦ ¦ TestTriggeredDeprecationSubscriber.php ¦ ¦ ¦ TestTriggeredNoticeSubscriber.php ¦ ¦ ¦ TestTriggeredPhpDeprecationSubscriber.php ¦ ¦ ¦ TestTriggeredPhpNoticeSubscriber.php ¦ ¦ ¦ TestTriggeredPhpWarningSubscriber.php ¦ ¦ ¦ TestTriggeredWarningSubscriber.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ ClassCannotBeFoundException.php ¦ ¦ ¦ ClassDoesNotExtendTestCaseException.php ¦ ¦ ¦ ClassIsAbstractException.php ¦ ¦ ¦ DirectoryDoesNotExistException.php ¦ ¦ ¦ ErrorException.php ¦ ¦ ¦ Exception.php ¦ ¦ ¦ FileDoesNotExistException.php ¦ ¦ ¦ InvalidOrderException.php ¦ ¦ ¦ InvalidPhptFileException.php ¦ ¦ ¦ ParameterDoesNotExistException.php ¦ ¦ ¦ PhptExternalFileCannotBeLoadedException.php ¦ ¦ ¦ UnsupportedPhptSectionException.php ¦ ¦ ¦ ¦ ¦ +---Extension ¦ ¦ ¦ Extension.php ¦ ¦ ¦ ExtensionBootstrapper.php ¦ ¦ ¦ Facade.php ¦ ¦ ¦ ParameterCollection.php ¦ ¦ ¦ PharLoader.php ¦ ¦ ¦ ¦ ¦ +---Filter ¦ ¦ ¦ ExcludeGroupFilterIterator.php ¦ ¦ ¦ Factory.php ¦ ¦ ¦ GroupFilterIterator.php ¦ ¦ ¦ IncludeGroupFilterIterator.php ¦ ¦ ¦ NameFilterIterator.php ¦ ¦ ¦ TestIdFilterIterator.php ¦ ¦ ¦ ¦ ¦ +---GarbageCollection ¦ ¦ ¦ ¦ GarbageCollectionHandler.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Subscriber ¦ ¦ ¦ ExecutionFinishedSubscriber.php ¦ ¦ ¦ ExecutionStartedSubscriber.php ¦ ¦ ¦ Subscriber.php ¦ ¦ ¦ TestFinishedSubscriber.php ¦ ¦ ¦ ¦ ¦ +---ResultCache ¦ ¦ ¦ ¦ DefaultResultCache.php ¦ ¦ ¦ ¦ NullResultCache.php ¦ ¦ ¦ ¦ ResultCache.php ¦ ¦ ¦ ¦ ResultCacheHandler.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Subscriber ¦ ¦ ¦ Subscriber.php ¦ ¦ ¦ TestConsideredRiskySubscriber.php ¦ ¦ ¦ TestErroredSubscriber.php ¦ ¦ ¦ TestFailedSubscriber.php ¦ ¦ ¦ TestFinishedSubscriber.php ¦ ¦ ¦ TestMarkedIncompleteSubscriber.php ¦ ¦ ¦ TestPreparedSubscriber.php ¦ ¦ ¦ TestSkippedSubscriber.php ¦ ¦ ¦ TestSuiteFinishedSubscriber.php ¦ ¦ ¦ TestSuiteStartedSubscriber.php ¦ ¦ ¦ ¦ ¦ +---TestResult ¦ ¦ ¦ Collector.php ¦ ¦ ¦ Facade.php ¦ ¦ ¦ Issue.php ¦ ¦ ¦ PassedTests.php ¦ ¦ ¦ TestResult.php ¦ ¦ ¦ ¦ ¦ +---Subscriber ¦ ¦ AfterTestClassMethodErroredSubscriber.php ¦ ¦ BeforeTestClassMethodErroredSubscriber.php ¦ ¦ ExecutionStartedSubscriber.php ¦ ¦ Subscriber.php ¦ ¦ TestConsideredRiskySubscriber.php ¦ ¦ TestErroredSubscriber.php ¦ ¦ TestFailedSubscriber.php ¦ ¦ TestFinishedSubscriber.php ¦ ¦ TestMarkedIncompleteSubscriber.php ¦ ¦ TestPreparedSubscriber.php ¦ ¦ TestRunnerTriggeredDeprecationSubscriber.php ¦ ¦ TestRunnerTriggeredWarningSubscriber.php ¦ ¦ TestSkippedSubscriber.php ¦ ¦ TestSuiteFinishedSubscriber.php ¦ ¦ TestSuiteSkippedSubscriber.php ¦ ¦ TestSuiteStartedSubscriber.php ¦ ¦ TestTriggeredDeprecationSubscriber.php ¦ ¦ TestTriggeredErrorSubscriber.php ¦ ¦ TestTriggeredNoticeSubscriber.php ¦ ¦ TestTriggeredPhpDeprecationSubscriber.php ¦ ¦ TestTriggeredPhpNoticeSubscriber.php ¦ ¦ TestTriggeredPhpunitDeprecationSubscriber.php ¦ ¦ TestTriggeredPhpunitErrorSubscriber.php ¦ ¦ TestTriggeredPhpunitWarningSubscriber.php ¦ ¦ TestTriggeredPhpWarningSubscriber.php ¦ ¦ TestTriggeredWarningSubscriber.php ¦ ¦ ¦ +---TextUI ¦ ¦ ¦ Application.php ¦ ¦ ¦ Help.php ¦ ¦ ¦ ShellExitCodeCalculator.php ¦ ¦ ¦ TestRunner.php ¦ ¦ ¦ TestSuiteFilterProcessor.php ¦ ¦ ¦ ¦ ¦ +---Command ¦ ¦ ¦ ¦ Command.php ¦ ¦ ¦ ¦ Result.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Commands ¦ ¦ ¦ AtLeastVersionCommand.php ¦ ¦ ¦ CheckPhpConfigurationCommand.php ¦ ¦ ¦ GenerateConfigurationCommand.php ¦ ¦ ¦ ListGroupsCommand.php ¦ ¦ ¦ ListTestsAsTextCommand.php ¦ ¦ ¦ ListTestsAsXmlCommand.php ¦ ¦ ¦ ListTestSuitesCommand.php ¦ ¦ ¦ MigrateConfigurationCommand.php ¦ ¦ ¦ ShowHelpCommand.php ¦ ¦ ¦ ShowVersionCommand.php ¦ ¦ ¦ VersionCheckCommand.php ¦ ¦ ¦ WarmCodeCoverageCacheCommand.php ¦ ¦ ¦ ¦ ¦ +---Configuration ¦ ¦ ¦ ¦ Builder.php ¦ ¦ ¦ ¦ CodeCoverageFilterRegistry.php ¦ ¦ ¦ ¦ Configuration.php ¦ ¦ ¦ ¦ Merger.php ¦ ¦ ¦ ¦ PhpHandler.php ¦ ¦ ¦ ¦ Registry.php ¦ ¦ ¦ ¦ SourceFilter.php ¦ ¦ ¦ ¦ SourceMapper.php ¦ ¦ ¦ ¦ TestSuiteBuilder.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Cli ¦ ¦ ¦ ¦ Builder.php ¦ ¦ ¦ ¦ Configuration.php ¦ ¦ ¦ ¦ Exception.php ¦ ¦ ¦ ¦ XmlConfigurationFileFinder.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ ¦ CannotFindSchemaException.php ¦ ¦ ¦ ¦ CodeCoverageReportNotConfiguredException.php ¦ ¦ ¦ ¦ ConfigurationCannotBeBuiltException.php ¦ ¦ ¦ ¦ Exception.php ¦ ¦ ¦ ¦ FilterNotConfiguredException.php ¦ ¦ ¦ ¦ LoggingNotConfiguredException.php ¦ ¦ ¦ ¦ NoBaselineException.php ¦ ¦ ¦ ¦ NoBootstrapException.php ¦ ¦ ¦ ¦ NoCacheDirectoryException.php ¦ ¦ ¦ ¦ NoCliArgumentException.php ¦ ¦ ¦ ¦ NoConfigurationFileException.php ¦ ¦ ¦ ¦ NoCoverageCacheDirectoryException.php ¦ ¦ ¦ ¦ NoCustomCssFileException.php ¦ ¦ ¦ ¦ NoDefaultTestSuiteException.php ¦ ¦ ¦ ¦ NoPharExtensionDirectoryException.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Value ¦ ¦ ¦ ¦ Constant.php ¦ ¦ ¦ ¦ ConstantCollection.php ¦ ¦ ¦ ¦ ConstantCollectionIterator.php ¦ ¦ ¦ ¦ Directory.php ¦ ¦ ¦ ¦ DirectoryCollection.php ¦ ¦ ¦ ¦ DirectoryCollectionIterator.php ¦ ¦ ¦ ¦ ExtensionBootstrap.php ¦ ¦ ¦ ¦ ExtensionBootstrapCollection.php ¦ ¦ ¦ ¦ ExtensionBootstrapCollectionIterator.php ¦ ¦ ¦ ¦ File.php ¦ ¦ ¦ ¦ FileCollection.php ¦ ¦ ¦ ¦ FileCollectionIterator.php ¦ ¦ ¦ ¦ FilterDirectory.php ¦ ¦ ¦ ¦ FilterDirectoryCollection.php ¦ ¦ ¦ ¦ FilterDirectoryCollectionIterator.php ¦ ¦ ¦ ¦ Group.php ¦ ¦ ¦ ¦ GroupCollection.php ¦ ¦ ¦ ¦ GroupCollectionIterator.php ¦ ¦ ¦ ¦ IniSetting.php ¦ ¦ ¦ ¦ IniSettingCollection.php ¦ ¦ ¦ ¦ IniSettingCollectionIterator.php ¦ ¦ ¦ ¦ Php.php ¦ ¦ ¦ ¦ Source.php ¦ ¦ ¦ ¦ TestDirectory.php ¦ ¦ ¦ ¦ TestDirectoryCollection.php ¦ ¦ ¦ ¦ TestDirectoryCollectionIterator.php ¦ ¦ ¦ ¦ TestFile.php ¦ ¦ ¦ ¦ TestFileCollection.php ¦ ¦ ¦ ¦ TestFileCollectionIterator.php ¦ ¦ ¦ ¦ TestSuite.php ¦ ¦ ¦ ¦ TestSuiteCollection.php ¦ ¦ ¦ ¦ TestSuiteCollectionIterator.php ¦ ¦ ¦ ¦ Variable.php ¦ ¦ ¦ ¦ VariableCollection.php ¦ ¦ ¦ ¦ VariableCollectionIterator.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Xml ¦ ¦ ¦ ¦ Configuration.php ¦ ¦ ¦ ¦ DefaultConfiguration.php ¦ ¦ ¦ ¦ Exception.php ¦ ¦ ¦ ¦ Generator.php ¦ ¦ ¦ ¦ Groups.php ¦ ¦ ¦ ¦ LoadedFromFileConfiguration.php ¦ ¦ ¦ ¦ Loader.php ¦ ¦ ¦ ¦ PHPUnit.php ¦ ¦ ¦ ¦ SchemaFinder.php ¦ ¦ ¦ ¦ TestSuiteMapper.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---CodeCoverage ¦ ¦ ¦ ¦ ¦ CodeCoverage.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Report ¦ ¦ ¦ ¦ Clover.php ¦ ¦ ¦ ¦ Cobertura.php ¦ ¦ ¦ ¦ Crap4j.php ¦ ¦ ¦ ¦ Html.php ¦ ¦ ¦ ¦ Php.php ¦ ¦ ¦ ¦ Text.php ¦ ¦ ¦ ¦ Xml.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Logging ¦ ¦ ¦ ¦ ¦ Junit.php ¦ ¦ ¦ ¦ ¦ Logging.php ¦ ¦ ¦ ¦ ¦ TeamCity.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---TestDox ¦ ¦ ¦ ¦ Html.php ¦ ¦ ¦ ¦ Text.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Migration ¦ ¦ ¦ ¦ ¦ MigrationBuilder.php ¦ ¦ ¦ ¦ ¦ MigrationException.php ¦ ¦ ¦ ¦ ¦ Migrator.php ¦ ¦ ¦ ¦ ¦ SnapshotNodeList.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Migrations ¦ ¦ ¦ ¦ ConvertLogTypes.php ¦ ¦ ¦ ¦ CoverageCloverToReport.php ¦ ¦ ¦ ¦ CoverageCrap4jToReport.php ¦ ¦ ¦ ¦ CoverageHtmlToReport.php ¦ ¦ ¦ ¦ CoveragePhpToReport.php ¦ ¦ ¦ ¦ CoverageTextToReport.php ¦ ¦ ¦ ¦ CoverageXmlToReport.php ¦ ¦ ¦ ¦ IntroduceCacheDirectoryAttribute.php ¦ ¦ ¦ ¦ IntroduceCoverageElement.php ¦ ¦ ¦ ¦ LogToReportMigration.php ¦ ¦ ¦ ¦ Migration.php ¦ ¦ ¦ ¦ MoveAttributesFromFilterWhitelistToCoverage.php ¦ ¦ ¦ ¦ MoveAttributesFromRootToCoverage.php ¦ ¦ ¦ ¦ MoveCoverageDirectoriesToSource.php ¦ ¦ ¦ ¦ MoveWhitelistExcludesToCoverage.php ¦ ¦ ¦ ¦ MoveWhitelistIncludesToCoverage.php ¦ ¦ ¦ ¦ RemoveBeStrictAboutResourceUsageDuringSmallTestsAttribute.php ¦ ¦ ¦ ¦ RemoveBeStrictAboutTodoAnnotatedTestsAttribute.php ¦ ¦ ¦ ¦ RemoveCacheResultFileAttribute.php ¦ ¦ ¦ ¦ RemoveCacheTokensAttribute.php ¦ ¦ ¦ ¦ RemoveConversionToExceptionsAttributes.php ¦ ¦ ¦ ¦ RemoveCoverageElementCacheDirectoryAttribute.php ¦ ¦ ¦ ¦ RemoveCoverageElementProcessUncoveredFilesAttribute.php ¦ ¦ ¦ ¦ RemoveEmptyFilter.php ¦ ¦ ¦ ¦ RemoveListeners.php ¦ ¦ ¦ ¦ RemoveLoggingElements.php ¦ ¦ ¦ ¦ RemoveLogTypes.php ¦ ¦ ¦ ¦ RemoveNoInteractionAttribute.php ¦ ¦ ¦ ¦ RemovePrinterAttributes.php ¦ ¦ ¦ ¦ RemoveTestDoxGroupsElement.php ¦ ¦ ¦ ¦ RemoveTestSuiteLoaderAttributes.php ¦ ¦ ¦ ¦ RemoveVerboseAttribute.php ¦ ¦ ¦ ¦ RenameBackupStaticAttributesAttribute.php ¦ ¦ ¦ ¦ RenameBeStrictAboutCoversAnnotationAttribute.php ¦ ¦ ¦ ¦ RenameForceCoversAnnotationAttribute.php ¦ ¦ ¦ ¦ UpdateSchemaLocation.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---SchemaDetector ¦ ¦ ¦ ¦ FailedSchemaDetectionResult.php ¦ ¦ ¦ ¦ SchemaDetectionResult.php ¦ ¦ ¦ ¦ SchemaDetector.php ¦ ¦ ¦ ¦ SuccessfulSchemaDetectionResult.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Validator ¦ ¦ ¦ ValidationResult.php ¦ ¦ ¦ Validator.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ CannotOpenSocketException.php ¦ ¦ ¦ Exception.php ¦ ¦ ¦ InvalidSocketException.php ¦ ¦ ¦ RuntimeException.php ¦ ¦ ¦ TestDirectoryNotFoundException.php ¦ ¦ ¦ TestFileNotFoundException.php ¦ ¦ ¦ ¦ ¦ +---Output ¦ ¦ ¦ Facade.php ¦ ¦ ¦ SummaryPrinter.php ¦ ¦ ¦ ¦ ¦ +---Default ¦ ¦ ¦ ¦ ResultPrinter.php ¦ ¦ ¦ ¦ UnexpectedOutputPrinter.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---ProgressPrinter ¦ ¦ ¦ ¦ ProgressPrinter.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Subscriber ¦ ¦ ¦ BeforeTestClassMethodErroredSubscriber.php ¦ ¦ ¦ Subscriber.php ¦ ¦ ¦ TestConsideredRiskySubscriber.php ¦ ¦ ¦ TestErroredSubscriber.php ¦ ¦ ¦ TestFailedSubscriber.php ¦ ¦ ¦ TestFinishedSubscriber.php ¦ ¦ ¦ TestMarkedIncompleteSubscriber.php ¦ ¦ ¦ TestPreparedSubscriber.php ¦ ¦ ¦ TestRunnerExecutionStartedSubscriber.php ¦ ¦ ¦ TestSkippedSubscriber.php ¦ ¦ ¦ TestTriggeredDeprecationSubscriber.php ¦ ¦ ¦ TestTriggeredErrorSubscriber.php ¦ ¦ ¦ TestTriggeredNoticeSubscriber.php ¦ ¦ ¦ TestTriggeredPhpDeprecationSubscriber.php ¦ ¦ ¦ TestTriggeredPhpNoticeSubscriber.php ¦ ¦ ¦ TestTriggeredPhpunitDeprecationSubscriber.php ¦ ¦ ¦ TestTriggeredPhpunitWarningSubscriber.php ¦ ¦ ¦ TestTriggeredPhpWarningSubscriber.php ¦ ¦ ¦ TestTriggeredWarningSubscriber.php ¦ ¦ ¦ ¦ ¦ +---Printer ¦ ¦ ¦ DefaultPrinter.php ¦ ¦ ¦ NullPrinter.php ¦ ¦ ¦ Printer.php ¦ ¦ ¦ ¦ ¦ +---TestDox ¦ ¦ ResultPrinter.php ¦ ¦ ¦ +---Util ¦ ¦ Cloner.php ¦ ¦ Color.php ¦ ¦ ExcludeList.php ¦ ¦ Exporter.php ¦ ¦ Filesystem.php ¦ ¦ Filter.php ¦ ¦ GlobalState.php ¦ ¦ Json.php ¦ ¦ Reflection.php ¦ ¦ Test.php ¦ ¦ ThrowableToStringMapper.php ¦ ¦ VersionComparisonOperator.php ¦ ¦ ¦ +---Exception ¦ ¦ Exception.php ¦ ¦ InvalidDirectoryException.php ¦ ¦ InvalidJsonException.php ¦ ¦ InvalidVersionOperatorException.php ¦ ¦ PhpProcessException.php ¦ ¦ XmlException.php ¦ ¦ ¦ +---Http ¦ ¦ Downloader.php ¦ ¦ PhpDownloader.php ¦ ¦ ¦ +---PHP ¦ ¦ ¦ AbstractPhpProcess.php ¦ ¦ ¦ DefaultPhpProcess.php ¦ ¦ ¦ ¦ ¦ +---Template ¦ ¦ PhptTestCase.tpl ¦ ¦ TestCaseClass.tpl ¦ ¦ TestCaseMethod.tpl ¦ ¦ ¦ +---Xml ¦ Loader.php ¦ Xml.php ¦ +---psr ¦ +---cache ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE.txt ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ CacheException.php ¦ ¦ CacheItemInterface.php ¦ ¦ CacheItemPoolInterface.php ¦ ¦ InvalidArgumentException.php ¦ ¦ ¦ +---clock ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ClockInterface.php ¦ ¦ ¦ +---container ¦ ¦ ¦ .gitignore ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ContainerExceptionInterface.php ¦ ¦ ContainerInterface.php ¦ ¦ NotFoundExceptionInterface.php ¦ ¦ ¦ +---event-dispatcher ¦ ¦ ¦ .editorconfig ¦ ¦ ¦ .gitignore ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ EventDispatcherInterface.php ¦ ¦ ListenerProviderInterface.php ¦ ¦ StoppableEventInterface.php ¦ ¦ ¦ +---http-client ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ClientExceptionInterface.php ¦ ¦ ClientInterface.php ¦ ¦ NetworkExceptionInterface.php ¦ ¦ RequestExceptionInterface.php ¦ ¦ ¦ +---http-factory ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ RequestFactoryInterface.php ¦ ¦ ResponseFactoryInterface.php ¦ ¦ ServerRequestFactoryInterface.php ¦ ¦ StreamFactoryInterface.php ¦ ¦ UploadedFileFactoryInterface.php ¦ ¦ UriFactoryInterface.php ¦ ¦ ¦ +---http-message ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---docs ¦ ¦ ¦ PSR7-Interfaces.md ¦ ¦ ¦ PSR7-Usage.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ MessageInterface.php ¦ ¦ RequestInterface.php ¦ ¦ ResponseInterface.php ¦ ¦ ServerRequestInterface.php ¦ ¦ StreamInterface.php ¦ ¦ UploadedFileInterface.php ¦ ¦ UriInterface.php ¦ ¦ ¦ +---log ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ AbstractLogger.php ¦ ¦ InvalidArgumentException.php ¦ ¦ LoggerAwareInterface.php ¦ ¦ LoggerAwareTrait.php ¦ ¦ LoggerInterface.php ¦ ¦ LoggerTrait.php ¦ ¦ LogLevel.php ¦ ¦ NullLogger.php ¦ ¦ ¦ +---simple-cache ¦ ¦ .editorconfig ¦ ¦ composer.json ¦ ¦ LICENSE.md ¦ ¦ README.md ¦ ¦ ¦ +---src ¦ CacheException.php ¦ CacheInterface.php ¦ InvalidArgumentException.php ¦ +---psy ¦ +---psysh ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ ¦ +---bin ¦ ¦ psysh ¦ ¦ ¦ +---src ¦ ¦ CodeCleaner.php ¦ ¦ ConfigPaths.php ¦ ¦ Configuration.php ¦ ¦ Context.php ¦ ¦ ContextAware.php ¦ ¦ EnvInterface.php ¦ ¦ ExecutionClosure.php ¦ ¦ ExecutionLoopClosure.php ¦ ¦ functions.php ¦ ¦ ParserFactory.php ¦ ¦ Shell.php ¦ ¦ Sudo.php ¦ ¦ SuperglobalsEnv.php ¦ ¦ SystemEnv.php ¦ ¦ ¦ +---CodeCleaner ¦ ¦ AbstractClassPass.php ¦ ¦ AssignThisVariablePass.php ¦ ¦ CalledClassPass.php ¦ ¦ CallTimePassByReferencePass.php ¦ ¦ CodeCleanerPass.php ¦ ¦ EmptyArrayDimFetchPass.php ¦ ¦ ExitPass.php ¦ ¦ FinalClassPass.php ¦ ¦ FunctionContextPass.php ¦ ¦ FunctionReturnInWriteContextPass.php ¦ ¦ ImplicitReturnPass.php ¦ ¦ IssetPass.php ¦ ¦ LabelContextPass.php ¦ ¦ LeavePsyshAlonePass.php ¦ ¦ ListPass.php ¦ ¦ LoopContextPass.php ¦ ¦ MagicConstantsPass.php ¦ ¦ NamespaceAwarePass.php ¦ ¦ NamespacePass.php ¦ ¦ NoReturnValue.php ¦ ¦ PassableByReferencePass.php ¦ ¦ RequirePass.php ¦ ¦ ReturnTypePass.php ¦ ¦ StrictTypesPass.php ¦ ¦ UseStatementPass.php ¦ ¦ ValidClassNamePass.php ¦ ¦ ValidConstructorPass.php ¦ ¦ ValidFunctionNamePass.php ¦ ¦ ¦ +---Command ¦ ¦ ¦ BufferCommand.php ¦ ¦ ¦ ClearCommand.php ¦ ¦ ¦ CodeArgumentParser.php ¦ ¦ ¦ Command.php ¦ ¦ ¦ DocCommand.php ¦ ¦ ¦ DumpCommand.php ¦ ¦ ¦ EditCommand.php ¦ ¦ ¦ ExitCommand.php ¦ ¦ ¦ HelpCommand.php ¦ ¦ ¦ HistoryCommand.php ¦ ¦ ¦ ListCommand.php ¦ ¦ ¦ ParseCommand.php ¦ ¦ ¦ PsyVersionCommand.php ¦ ¦ ¦ ReflectingCommand.php ¦ ¦ ¦ ShowCommand.php ¦ ¦ ¦ SudoCommand.php ¦ ¦ ¦ ThrowUpCommand.php ¦ ¦ ¦ TimeitCommand.php ¦ ¦ ¦ TraceCommand.php ¦ ¦ ¦ WhereamiCommand.php ¦ ¦ ¦ WtfCommand.php ¦ ¦ ¦ ¦ ¦ +---ListCommand ¦ ¦ ¦ ClassConstantEnumerator.php ¦ ¦ ¦ ClassEnumerator.php ¦ ¦ ¦ ConstantEnumerator.php ¦ ¦ ¦ Enumerator.php ¦ ¦ ¦ FunctionEnumerator.php ¦ ¦ ¦ GlobalVariableEnumerator.php ¦ ¦ ¦ MethodEnumerator.php ¦ ¦ ¦ PropertyEnumerator.php ¦ ¦ ¦ VariableEnumerator.php ¦ ¦ ¦ ¦ ¦ +---TimeitCommand ¦ ¦ TimeitVisitor.php ¦ ¦ ¦ +---Exception ¦ ¦ BreakException.php ¦ ¦ DeprecatedException.php ¦ ¦ ErrorException.php ¦ ¦ Exception.php ¦ ¦ FatalErrorException.php ¦ ¦ ParseErrorException.php ¦ ¦ RuntimeException.php ¦ ¦ ThrowUpException.php ¦ ¦ UnexpectedTargetException.php ¦ ¦ ¦ +---ExecutionLoop ¦ ¦ AbstractListener.php ¦ ¦ Listener.php ¦ ¦ ProcessForker.php ¦ ¦ RunkitReloader.php ¦ ¦ ¦ +---Formatter ¦ ¦ CodeFormatter.php ¦ ¦ DocblockFormatter.php ¦ ¦ ReflectorFormatter.php ¦ ¦ SignatureFormatter.php ¦ ¦ TraceFormatter.php ¦ ¦ ¦ +---Input ¦ ¦ CodeArgument.php ¦ ¦ FilterOptions.php ¦ ¦ ShellInput.php ¦ ¦ SilentInput.php ¦ ¦ ¦ +---Output ¦ ¦ OutputPager.php ¦ ¦ PassthruPager.php ¦ ¦ ProcOutputPager.php ¦ ¦ ShellOutput.php ¦ ¦ Theme.php ¦ ¦ ¦ +---Readline ¦ ¦ ¦ GNUReadline.php ¦ ¦ ¦ Libedit.php ¦ ¦ ¦ Readline.php ¦ ¦ ¦ Transient.php ¦ ¦ ¦ Userland.php ¦ ¦ ¦ ¦ ¦ +---Hoa ¦ ¦ ¦ Autocompleter.php ¦ ¦ ¦ AutocompleterAggregate.php ¦ ¦ ¦ AutocompleterPath.php ¦ ¦ ¦ AutocompleterWord.php ¦ ¦ ¦ Console.php ¦ ¦ ¦ ConsoleCursor.php ¦ ¦ ¦ ConsoleException.php ¦ ¦ ¦ ConsoleInput.php ¦ ¦ ¦ ConsoleOutput.php ¦ ¦ ¦ ConsoleProcessus.php ¦ ¦ ¦ ConsoleTput.php ¦ ¦ ¦ ConsoleWindow.php ¦ ¦ ¦ Event.php ¦ ¦ ¦ EventBucket.php ¦ ¦ ¦ EventException.php ¦ ¦ ¦ EventListenable.php ¦ ¦ ¦ EventListener.php ¦ ¦ ¦ EventListens.php ¦ ¦ ¦ EventSource.php ¦ ¦ ¦ Exception.php ¦ ¦ ¦ ExceptionIdle.php ¦ ¦ ¦ File.php ¦ ¦ ¦ FileDirectory.php ¦ ¦ ¦ FileDoesNotExistException.php ¦ ¦ ¦ FileException.php ¦ ¦ ¦ FileFinder.php ¦ ¦ ¦ FileGeneric.php ¦ ¦ ¦ FileLink.php ¦ ¦ ¦ FileLinkRead.php ¦ ¦ ¦ FileLinkReadWrite.php ¦ ¦ ¦ FileRead.php ¦ ¦ ¦ FileReadWrite.php ¦ ¦ ¦ IStream.php ¦ ¦ ¦ IteratorFileSystem.php ¦ ¦ ¦ IteratorRecursiveDirectory.php ¦ ¦ ¦ IteratorSplFileInfo.php ¦ ¦ ¦ Protocol.php ¦ ¦ ¦ ProtocolException.php ¦ ¦ ¦ ProtocolNode.php ¦ ¦ ¦ ProtocolNodeLibrary.php ¦ ¦ ¦ ProtocolWrapper.php ¦ ¦ ¦ Readline.php ¦ ¦ ¦ Stream.php ¦ ¦ ¦ StreamBufferable.php ¦ ¦ ¦ StreamContext.php ¦ ¦ ¦ StreamException.php ¦ ¦ ¦ StreamIn.php ¦ ¦ ¦ StreamLockable.php ¦ ¦ ¦ StreamOut.php ¦ ¦ ¦ StreamPathable.php ¦ ¦ ¦ StreamPointable.php ¦ ¦ ¦ StreamStatable.php ¦ ¦ ¦ StreamTouchable.php ¦ ¦ ¦ Ustring.php ¦ ¦ ¦ Xcallable.php ¦ ¦ ¦ ¦ ¦ +---Terminfo ¦ ¦ +---77 ¦ ¦ ¦ windows-ansi ¦ ¦ ¦ ¦ ¦ +---78 ¦ ¦ xterm ¦ ¦ xterm-256color ¦ ¦ ¦ +---Reflection ¦ ¦ ReflectionConstant.php ¦ ¦ ReflectionLanguageConstruct.php ¦ ¦ ReflectionLanguageConstructParameter.php ¦ ¦ ReflectionNamespace.php ¦ ¦ ¦ +---Sudo ¦ ¦ SudoVisitor.php ¦ ¦ ¦ +---TabCompletion ¦ ¦ ¦ AutoCompleter.php ¦ ¦ ¦ ¦ ¦ +---Matcher ¦ ¦ AbstractContextAwareMatcher.php ¦ ¦ AbstractDefaultParametersMatcher.php ¦ ¦ AbstractMatcher.php ¦ ¦ ClassAttributesMatcher.php ¦ ¦ ClassMethodDefaultParametersMatcher.php ¦ ¦ ClassMethodsMatcher.php ¦ ¦ ClassNamesMatcher.php ¦ ¦ CommandsMatcher.php ¦ ¦ ConstantsMatcher.php ¦ ¦ FunctionDefaultParametersMatcher.php ¦ ¦ FunctionsMatcher.php ¦ ¦ KeywordsMatcher.php ¦ ¦ MongoClientMatcher.php ¦ ¦ MongoDatabaseMatcher.php ¦ ¦ ObjectAttributesMatcher.php ¦ ¦ ObjectMethodDefaultParametersMatcher.php ¦ ¦ ObjectMethodsMatcher.php ¦ ¦ VariablesMatcher.php ¦ ¦ ¦ +---Util ¦ ¦ Docblock.php ¦ ¦ Json.php ¦ ¦ Mirror.php ¦ ¦ Str.php ¦ ¦ ¦ +---VarDumper ¦ ¦ Cloner.php ¦ ¦ Dumper.php ¦ ¦ Presenter.php ¦ ¦ PresenterAware.php ¦ ¦ ¦ +---VersionUpdater ¦ ¦ Checker.php ¦ ¦ Downloader.php ¦ ¦ GitHubChecker.php ¦ ¦ Installer.php ¦ ¦ IntervalChecker.php ¦ ¦ NoopChecker.php ¦ ¦ SelfUpdate.php ¦ ¦ ¦ +---Downloader ¦ CurlDownloader.php ¦ Factory.php ¦ FileDownloader.php ¦ +---ralouphie ¦ +---getallheaders ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ ¦ +---src ¦ getallheaders.php ¦ +---ramsey ¦ +---collection ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ SECURITY.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ AbstractArray.php ¦ ¦ ¦ AbstractCollection.php ¦ ¦ ¦ AbstractSet.php ¦ ¦ ¦ ArrayInterface.php ¦ ¦ ¦ Collection.php ¦ ¦ ¦ CollectionInterface.php ¦ ¦ ¦ DoubleEndedQueue.php ¦ ¦ ¦ DoubleEndedQueueInterface.php ¦ ¦ ¦ GenericArray.php ¦ ¦ ¦ Queue.php ¦ ¦ ¦ QueueInterface.php ¦ ¦ ¦ Set.php ¦ ¦ ¦ Sort.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ CollectionException.php ¦ ¦ ¦ CollectionMismatchException.php ¦ ¦ ¦ InvalidArgumentException.php ¦ ¦ ¦ InvalidPropertyOrMethod.php ¦ ¦ ¦ NoSuchElementException.php ¦ ¦ ¦ OutOfBoundsException.php ¦ ¦ ¦ UnsupportedOperationException.php ¦ ¦ ¦ ¦ ¦ +---Map ¦ ¦ ¦ AbstractMap.php ¦ ¦ ¦ AbstractTypedMap.php ¦ ¦ ¦ AssociativeArrayMap.php ¦ ¦ ¦ MapInterface.php ¦ ¦ ¦ NamedParameterMap.php ¦ ¦ ¦ TypedMap.php ¦ ¦ ¦ TypedMapInterface.php ¦ ¦ ¦ ¦ ¦ +---Tool ¦ ¦ TypeTrait.php ¦ ¦ ValueExtractorTrait.php ¦ ¦ ValueToStringTrait.php ¦ ¦ ¦ +---uuid ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ ¦ +---src ¦ ¦ BinaryUtils.php ¦ ¦ DegradedUuid.php ¦ ¦ DeprecatedUuidInterface.php ¦ ¦ DeprecatedUuidMethodsTrait.php ¦ ¦ FeatureSet.php ¦ ¦ functions.php ¦ ¦ Uuid.php ¦ ¦ UuidFactory.php ¦ ¦ UuidFactoryInterface.php ¦ ¦ UuidInterface.php ¦ ¦ ¦ +---Builder ¦ ¦ BuilderCollection.php ¦ ¦ DefaultUuidBuilder.php ¦ ¦ DegradedUuidBuilder.php ¦ ¦ FallbackBuilder.php ¦ ¦ UuidBuilderInterface.php ¦ ¦ ¦ +---Codec ¦ ¦ CodecInterface.php ¦ ¦ GuidStringCodec.php ¦ ¦ OrderedTimeCodec.php ¦ ¦ StringCodec.php ¦ ¦ TimestampFirstCombCodec.php ¦ ¦ TimestampLastCombCodec.php ¦ ¦ ¦ +---Converter ¦ ¦ ¦ NumberConverterInterface.php ¦ ¦ ¦ TimeConverterInterface.php ¦ ¦ ¦ ¦ ¦ +---Number ¦ ¦ ¦ BigNumberConverter.php ¦ ¦ ¦ DegradedNumberConverter.php ¦ ¦ ¦ GenericNumberConverter.php ¦ ¦ ¦ ¦ ¦ +---Time ¦ ¦ BigNumberTimeConverter.php ¦ ¦ DegradedTimeConverter.php ¦ ¦ GenericTimeConverter.php ¦ ¦ PhpTimeConverter.php ¦ ¦ UnixTimeConverter.php ¦ ¦ ¦ +---Exception ¦ ¦ BuilderNotFoundException.php ¦ ¦ DateTimeException.php ¦ ¦ DceSecurityException.php ¦ ¦ InvalidArgumentException.php ¦ ¦ InvalidBytesException.php ¦ ¦ InvalidUuidStringException.php ¦ ¦ NameException.php ¦ ¦ NodeException.php ¦ ¦ RandomSourceException.php ¦ ¦ TimeSourceException.php ¦ ¦ UnableToBuildUuidException.php ¦ ¦ UnsupportedOperationException.php ¦ ¦ UuidExceptionInterface.php ¦ ¦ ¦ +---Fields ¦ ¦ FieldsInterface.php ¦ ¦ SerializableFieldsTrait.php ¦ ¦ ¦ +---Generator ¦ ¦ CombGenerator.php ¦ ¦ DceSecurityGenerator.php ¦ ¦ DceSecurityGeneratorInterface.php ¦ ¦ DefaultNameGenerator.php ¦ ¦ DefaultTimeGenerator.php ¦ ¦ NameGeneratorFactory.php ¦ ¦ NameGeneratorInterface.php ¦ ¦ PeclUuidNameGenerator.php ¦ ¦ PeclUuidRandomGenerator.php ¦ ¦ PeclUuidTimeGenerator.php ¦ ¦ RandomBytesGenerator.php ¦ ¦ RandomGeneratorFactory.php ¦ ¦ RandomGeneratorInterface.php ¦ ¦ RandomLibAdapter.php ¦ ¦ TimeGeneratorFactory.php ¦ ¦ TimeGeneratorInterface.php ¦ ¦ UnixTimeGenerator.php ¦ ¦ ¦ +---Guid ¦ ¦ Fields.php ¦ ¦ Guid.php ¦ ¦ GuidBuilder.php ¦ ¦ ¦ +---Lazy ¦ ¦ LazyUuidFromString.php ¦ ¦ ¦ +---Math ¦ ¦ BrickMathCalculator.php ¦ ¦ CalculatorInterface.php ¦ ¦ RoundingMode.php ¦ ¦ ¦ +---Nonstandard ¦ ¦ Fields.php ¦ ¦ Uuid.php ¦ ¦ UuidBuilder.php ¦ ¦ UuidV6.php ¦ ¦ ¦ +---Provider ¦ ¦ ¦ DceSecurityProviderInterface.php ¦ ¦ ¦ NodeProviderInterface.php ¦ ¦ ¦ TimeProviderInterface.php ¦ ¦ ¦ ¦ ¦ +---Dce ¦ ¦ ¦ SystemDceSecurityProvider.php ¦ ¦ ¦ ¦ ¦ +---Node ¦ ¦ ¦ FallbackNodeProvider.php ¦ ¦ ¦ NodeProviderCollection.php ¦ ¦ ¦ RandomNodeProvider.php ¦ ¦ ¦ StaticNodeProvider.php ¦ ¦ ¦ SystemNodeProvider.php ¦ ¦ ¦ ¦ ¦ +---Time ¦ ¦ FixedTimeProvider.php ¦ ¦ SystemTimeProvider.php ¦ ¦ ¦ +---Rfc4122 ¦ ¦ Fields.php ¦ ¦ FieldsInterface.php ¦ ¦ MaxTrait.php ¦ ¦ MaxUuid.php ¦ ¦ NilTrait.php ¦ ¦ NilUuid.php ¦ ¦ TimeTrait.php ¦ ¦ UuidBuilder.php ¦ ¦ UuidInterface.php ¦ ¦ UuidV1.php ¦ ¦ UuidV2.php ¦ ¦ UuidV3.php ¦ ¦ UuidV4.php ¦ ¦ UuidV5.php ¦ ¦ UuidV6.php ¦ ¦ UuidV7.php ¦ ¦ UuidV8.php ¦ ¦ Validator.php ¦ ¦ VariantTrait.php ¦ ¦ VersionTrait.php ¦ ¦ ¦ +---Type ¦ ¦ Decimal.php ¦ ¦ Hexadecimal.php ¦ ¦ Integer.php ¦ ¦ NumberInterface.php ¦ ¦ Time.php ¦ ¦ TypeInterface.php ¦ ¦ ¦ +---Validator ¦ GenericValidator.php ¦ ValidatorInterface.php ¦ +---sabberworm ¦ +---php-css-parser ¦ ¦ CHANGELOG.md ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ ¦ +---src ¦ ¦ CSSElement.php ¦ ¦ OutputFormat.php ¦ ¦ OutputFormatter.php ¦ ¦ Parser.php ¦ ¦ Renderable.php ¦ ¦ Settings.php ¦ ¦ ¦ +---Comment ¦ ¦ Comment.php ¦ ¦ Commentable.php ¦ ¦ ¦ +---CSSList ¦ ¦ AtRuleBlockList.php ¦ ¦ CSSBlockList.php ¦ ¦ CSSList.php ¦ ¦ Document.php ¦ ¦ KeyFrame.php ¦ ¦ ¦ +---Parsing ¦ ¦ Anchor.php ¦ ¦ OutputException.php ¦ ¦ ParserState.php ¦ ¦ SourceException.php ¦ ¦ UnexpectedEOFException.php ¦ ¦ UnexpectedTokenException.php ¦ ¦ ¦ +---Position ¦ ¦ Position.php ¦ ¦ Positionable.php ¦ ¦ ¦ +---Property ¦ ¦ AtRule.php ¦ ¦ Charset.php ¦ ¦ CSSNamespace.php ¦ ¦ Import.php ¦ ¦ KeyframeSelector.php ¦ ¦ Selector.php ¦ ¦ ¦ +---Rule ¦ ¦ Rule.php ¦ ¦ ¦ +---RuleSet ¦ ¦ AtRuleSet.php ¦ ¦ DeclarationBlock.php ¦ ¦ RuleSet.php ¦ ¦ ¦ +---Value ¦ CalcFunction.php ¦ CalcRuleValueList.php ¦ Color.php ¦ CSSFunction.php ¦ CSSString.php ¦ LineName.php ¦ PrimitiveValue.php ¦ RuleValueList.php ¦ Size.php ¦ URL.php ¦ Value.php ¦ ValueList.php ¦ +---sebastian ¦ +---cli-parser ¦ ¦ ¦ ChangeLog.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ SECURITY.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ Parser.php ¦ ¦ ¦ ¦ ¦ +---exceptions ¦ ¦ AmbiguousOptionException.php ¦ ¦ Exception.php ¦ ¦ OptionDoesNotAllowArgumentException.php ¦ ¦ RequiredOptionArgumentMissingException.php ¦ ¦ UnknownOptionException.php ¦ ¦ ¦ +---code-unit ¦ ¦ ¦ ChangeLog.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ SECURITY.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ ClassMethodUnit.php ¦ ¦ ¦ ClassUnit.php ¦ ¦ ¦ CodeUnit.php ¦ ¦ ¦ CodeUnitCollection.php ¦ ¦ ¦ CodeUnitCollectionIterator.php ¦ ¦ ¦ FileUnit.php ¦ ¦ ¦ FunctionUnit.php ¦ ¦ ¦ InterfaceMethodUnit.php ¦ ¦ ¦ InterfaceUnit.php ¦ ¦ ¦ Mapper.php ¦ ¦ ¦ TraitMethodUnit.php ¦ ¦ ¦ TraitUnit.php ¦ ¦ ¦ ¦ ¦ +---exceptions ¦ ¦ Exception.php ¦ ¦ InvalidCodeUnitException.php ¦ ¦ NoTraitException.php ¦ ¦ ReflectionException.php ¦ ¦ ¦ +---code-unit-reverse-lookup ¦ ¦ ¦ ChangeLog.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ SECURITY.md ¦ ¦ ¦ ¦ ¦ +---.psalm ¦ ¦ ¦ baseline.xml ¦ ¦ ¦ config.xml ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ Wizard.php ¦ ¦ ¦ +---comparator ¦ ¦ ¦ ChangeLog.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ SECURITY.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ ArrayComparator.php ¦ ¦ ¦ Comparator.php ¦ ¦ ¦ ComparisonFailure.php ¦ ¦ ¦ DateTimeComparator.php ¦ ¦ ¦ DOMNodeComparator.php ¦ ¦ ¦ ExceptionComparator.php ¦ ¦ ¦ Factory.php ¦ ¦ ¦ MockObjectComparator.php ¦ ¦ ¦ NumericComparator.php ¦ ¦ ¦ ObjectComparator.php ¦ ¦ ¦ ResourceComparator.php ¦ ¦ ¦ ScalarComparator.php ¦ ¦ ¦ SplObjectStorageComparator.php ¦ ¦ ¦ TypeComparator.php ¦ ¦ ¦ ¦ ¦ +---exceptions ¦ ¦ Exception.php ¦ ¦ RuntimeException.php ¦ ¦ ¦ +---complexity ¦ ¦ ¦ ChangeLog.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ SECURITY.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ Calculator.php ¦ ¦ ¦ ¦ ¦ +---Complexity ¦ ¦ ¦ Complexity.php ¦ ¦ ¦ ComplexityCollection.php ¦ ¦ ¦ ComplexityCollectionIterator.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ Exception.php ¦ ¦ ¦ RuntimeException.php ¦ ¦ ¦ ¦ ¦ +---Visitor ¦ ¦ ComplexityCalculatingVisitor.php ¦ ¦ CyclomaticComplexityCalculatingVisitor.php ¦ ¦ ¦ +---diff ¦ ¦ ¦ ChangeLog.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ SECURITY.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ Chunk.php ¦ ¦ ¦ Diff.php ¦ ¦ ¦ Differ.php ¦ ¦ ¦ Line.php ¦ ¦ ¦ LongestCommonSubsequenceCalculator.php ¦ ¦ ¦ MemoryEfficientLongestCommonSubsequenceCalculator.php ¦ ¦ ¦ Parser.php ¦ ¦ ¦ TimeEfficientLongestCommonSubsequenceCalculator.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ ConfigurationException.php ¦ ¦ ¦ Exception.php ¦ ¦ ¦ InvalidArgumentException.php ¦ ¦ ¦ ¦ ¦ +---Output ¦ ¦ AbstractChunkOutputBuilder.php ¦ ¦ DiffOnlyOutputBuilder.php ¦ ¦ DiffOutputBuilderInterface.php ¦ ¦ StrictUnifiedDiffOutputBuilder.php ¦ ¦ UnifiedDiffOutputBuilder.php ¦ ¦ ¦ +---environment ¦ ¦ ¦ ChangeLog.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ SECURITY.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ Console.php ¦ ¦ Runtime.php ¦ ¦ ¦ +---exporter ¦ ¦ ¦ ChangeLog.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ SECURITY.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ Exporter.php ¦ ¦ ¦ +---global-state ¦ ¦ ¦ ChangeLog.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ SECURITY.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ CodeExporter.php ¦ ¦ ¦ ExcludeList.php ¦ ¦ ¦ Restorer.php ¦ ¦ ¦ Snapshot.php ¦ ¦ ¦ ¦ ¦ +---exceptions ¦ ¦ Exception.php ¦ ¦ RuntimeException.php ¦ ¦ ¦ +---lines-of-code ¦ ¦ ¦ ChangeLog.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ SECURITY.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ Counter.php ¦ ¦ ¦ LineCountingVisitor.php ¦ ¦ ¦ LinesOfCode.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ Exception.php ¦ ¦ IllogicalValuesException.php ¦ ¦ NegativeValueException.php ¦ ¦ RuntimeException.php ¦ ¦ ¦ +---object-enumerator ¦ ¦ ¦ ChangeLog.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ phpunit.xml ¦ ¦ ¦ README.md ¦ ¦ ¦ SECURITY.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ Enumerator.php ¦ ¦ ¦ +---object-reflector ¦ ¦ ¦ ChangeLog.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ SECURITY.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ObjectReflector.php ¦ ¦ ¦ +---recursion-context ¦ ¦ ¦ ChangeLog.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ SECURITY.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ Context.php ¦ ¦ ¦ +---type ¦ ¦ ¦ ChangeLog.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ infection.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ SECURITY.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ Parameter.php ¦ ¦ ¦ ReflectionMapper.php ¦ ¦ ¦ TypeName.php ¦ ¦ ¦ ¦ ¦ +---exception ¦ ¦ ¦ Exception.php ¦ ¦ ¦ RuntimeException.php ¦ ¦ ¦ ¦ ¦ +---type ¦ ¦ CallableType.php ¦ ¦ FalseType.php ¦ ¦ GenericObjectType.php ¦ ¦ IntersectionType.php ¦ ¦ IterableType.php ¦ ¦ MixedType.php ¦ ¦ NeverType.php ¦ ¦ NullType.php ¦ ¦ ObjectType.php ¦ ¦ SimpleType.php ¦ ¦ StaticType.php ¦ ¦ TrueType.php ¦ ¦ Type.php ¦ ¦ UnionType.php ¦ ¦ UnknownType.php ¦ ¦ VoidType.php ¦ ¦ ¦ +---version ¦ ¦ ChangeLog.md ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ SECURITY.md ¦ ¦ ¦ +---src ¦ Version.php ¦ +---simplesoftwareio ¦ +---simple-qrcode ¦ ¦ .gitignore ¦ ¦ CHANGELOG.md ¦ ¦ composer.json ¦ ¦ CONTRIBUTING.md ¦ ¦ LICENSE ¦ ¦ phpunit.xml ¦ ¦ README.md ¦ ¦ SECURITY.md ¦ ¦ ¦ +---.github ¦ ¦ ¦ stale.yml ¦ ¦ ¦ ¦ ¦ +---workflows ¦ ¦ php.yml ¦ ¦ ¦ +---docs ¦ ¦ +---de ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---en ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---es ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---fr ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---hi ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---imgs ¦ ¦ ¦ 200-pixels.png ¦ ¦ ¦ 250-pixels.png ¦ ¦ ¦ circle-eye.png ¦ ¦ ¦ diagonal.png ¦ ¦ ¦ dot.png ¦ ¦ ¦ example-1.png ¦ ¦ ¦ example-2.png ¦ ¦ ¦ eye-0.png ¦ ¦ ¦ eye-1.png ¦ ¦ ¦ eye-2.png ¦ ¦ ¦ horizontal.png ¦ ¦ ¦ inverse_diagonal.png ¦ ¦ ¦ make-me-into-a-qrcode.png ¦ ¦ ¦ merged-qrcode.png ¦ ¦ ¦ radial.png ¦ ¦ ¦ red-25-transparent-background.png ¦ ¦ ¦ red-25-transparent.png ¦ ¦ ¦ red-background.png ¦ ¦ ¦ red-qrcode.png ¦ ¦ ¦ round.png ¦ ¦ ¦ vertical.png ¦ ¦ ¦ ¦ ¦ +---it ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---ja ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---kr ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---pt-br ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---ru ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---zh-cn ¦ ¦ README.md ¦ ¦ ¦ +---src ¦ ¦ ¦ Generator.php ¦ ¦ ¦ Image.php ¦ ¦ ¦ ImageMerge.php ¦ ¦ ¦ QrCodeServiceProvider.php ¦ ¦ ¦ ¦ ¦ +---DataTypes ¦ ¦ ¦ BTC.php ¦ ¦ ¦ DataTypeInterface.php ¦ ¦ ¦ Email.php ¦ ¦ ¦ Geo.php ¦ ¦ ¦ PhoneNumber.php ¦ ¦ ¦ SMS.php ¦ ¦ ¦ WiFi.php ¦ ¦ ¦ ¦ ¦ +---Facades ¦ ¦ QrCode.php ¦ ¦ ¦ +---tests ¦ ¦ GeneratorTest.php ¦ ¦ ImageMergeTest.php ¦ ¦ ImageTest.php ¦ ¦ ¦ +---DataTypes ¦ ¦ BTCTest.php ¦ ¦ EmailTest.php ¦ ¦ GeoTest.php ¦ ¦ PhoneNumberTest.php ¦ ¦ SMSTest.php ¦ ¦ WiFiTest.php ¦ ¦ ¦ +---Images ¦ 200x300.png ¦ simplesoftware-icon-grey-blue.png ¦ +---spatie ¦ +---backtrace ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ Backtrace.php ¦ ¦ ¦ Frame.php ¦ ¦ ¦ ¦ ¦ +---Arguments ¦ ¦ ¦ ¦ ArgumentReducers.php ¦ ¦ ¦ ¦ ProvidedArgument.php ¦ ¦ ¦ ¦ ReduceArgumentPayloadAction.php ¦ ¦ ¦ ¦ ReduceArgumentsAction.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---ReducedArgument ¦ ¦ ¦ ¦ ReducedArgument.php ¦ ¦ ¦ ¦ ReducedArgumentContract.php ¦ ¦ ¦ ¦ TruncatedReducedArgument.php ¦ ¦ ¦ ¦ UnReducedArgument.php ¦ ¦ ¦ ¦ VariadicReducedArgument.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Reducers ¦ ¦ ¦ ArgumentReducer.php ¦ ¦ ¦ ArrayArgumentReducer.php ¦ ¦ ¦ BaseTypeArgumentReducer.php ¦ ¦ ¦ ClosureArgumentReducer.php ¦ ¦ ¦ DateTimeArgumentReducer.php ¦ ¦ ¦ DateTimeZoneArgumentReducer.php ¦ ¦ ¦ EnumArgumentReducer.php ¦ ¦ ¦ MinimalArrayArgumentReducer.php ¦ ¦ ¦ SensitiveParameterArrayReducer.php ¦ ¦ ¦ StdClassArgumentReducer.php ¦ ¦ ¦ StringableArgumentReducer.php ¦ ¦ ¦ SymphonyRequestArgumentReducer.php ¦ ¦ ¦ ¦ ¦ +---CodeSnippets ¦ ¦ CodeSnippet.php ¦ ¦ FileSnippetProvider.php ¦ ¦ LaravelSerializableClosureSnippetProvider.php ¦ ¦ NullSnippetProvider.php ¦ ¦ SnippetProvider.php ¦ ¦ ¦ +---error-solutions ¦ ¦ ¦ .php_cs.php ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ phpstan-baseline.neon ¦ ¦ ¦ phpstan.neon.dist ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---legacy ¦ ¦ ¦ +---ignition ¦ ¦ ¦ ¦ +---Contracts ¦ ¦ ¦ ¦ ¦ BaseSolution.php ¦ ¦ ¦ ¦ ¦ HasSolutionsForThrowable.php ¦ ¦ ¦ ¦ ¦ ProvidesSolution.php ¦ ¦ ¦ ¦ ¦ RunnableSolution.php ¦ ¦ ¦ ¦ ¦ Solution.php ¦ ¦ ¦ ¦ ¦ SolutionProviderRepository.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Solutions ¦ ¦ ¦ ¦ ¦ SolutionTransformer.php ¦ ¦ ¦ ¦ ¦ SuggestCorrectVariableNameSolution.php ¦ ¦ ¦ ¦ ¦ SuggestImportSolution.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---OpenAi ¦ ¦ ¦ ¦ ¦ DummyCache.php ¦ ¦ ¦ ¦ ¦ OpenAiPromptViewModel.php ¦ ¦ ¦ ¦ ¦ OpenAiSolution.php ¦ ¦ ¦ ¦ ¦ OpenAiSolutionProvider.php ¦ ¦ ¦ ¦ ¦ OpenAiSolutionResponse.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---SolutionProviders ¦ ¦ ¦ ¦ BadMethodCallSolutionProvider.php ¦ ¦ ¦ ¦ MergeConflictSolutionProvider.php ¦ ¦ ¦ ¦ SolutionProviderRepository.php ¦ ¦ ¦ ¦ UndefinedPropertySolutionProvider.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---laravel-ignition ¦ ¦ ¦ +---Solutions ¦ ¦ ¦ ¦ ¦ GenerateAppKeySolution.php ¦ ¦ ¦ ¦ ¦ LivewireDiscoverSolution.php ¦ ¦ ¦ ¦ ¦ MakeViewVariableOptionalSolution.php ¦ ¦ ¦ ¦ ¦ RunMigrationsSolution.php ¦ ¦ ¦ ¦ ¦ SuggestCorrectVariableNameSolution.php ¦ ¦ ¦ ¦ ¦ SuggestImportSolution.php ¦ ¦ ¦ ¦ ¦ SuggestLivewireMethodNameSolution.php ¦ ¦ ¦ ¦ ¦ SuggestLivewirePropertyNameSolution.php ¦ ¦ ¦ ¦ ¦ SuggestUsingCorrectDbNameSolution.php ¦ ¦ ¦ ¦ ¦ SuggestUsingMariadbDatabaseSolution.php ¦ ¦ ¦ ¦ ¦ SuggestUsingMysql8DatabaseSolution.php ¦ ¦ ¦ ¦ ¦ UseDefaultValetDbCredentialsSolution.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---SolutionProviders ¦ ¦ ¦ ¦ DefaultDbNameSolutionProvider.php ¦ ¦ ¦ ¦ GenericLaravelExceptionSolutionProvider.php ¦ ¦ ¦ ¦ IncorrectValetDbCredentialsSolutionProvider.php ¦ ¦ ¦ ¦ InvalidRouteActionSolutionProvider.php ¦ ¦ ¦ ¦ LazyLoadingViolationSolutionProvider.php ¦ ¦ ¦ ¦ MissingAppKeySolutionProvider.php ¦ ¦ ¦ ¦ MissingColumnSolutionProvider.php ¦ ¦ ¦ ¦ MissingImportSolutionProvider.php ¦ ¦ ¦ ¦ MissingLivewireComponentSolutionProvider.php ¦ ¦ ¦ ¦ MissingMixManifestSolutionProvider.php ¦ ¦ ¦ ¦ MissingViteManifestSolutionProvider.php ¦ ¦ ¦ ¦ OpenAiSolutionProvider.php ¦ ¦ ¦ ¦ RouteNotDefinedSolutionProvider.php ¦ ¦ ¦ ¦ RunningLaravelDuskInProductionProvider.php ¦ ¦ ¦ ¦ SailNetworkSolutionProvider.php ¦ ¦ ¦ ¦ SolutionProviderRepository.php ¦ ¦ ¦ ¦ TableNotFoundSolutionProvider.php ¦ ¦ ¦ ¦ UndefinedLivewireMethodSolutionProvider.php ¦ ¦ ¦ ¦ UndefinedLivewirePropertySolutionProvider.php ¦ ¦ ¦ ¦ UndefinedViewVariableSolutionProvider.php ¦ ¦ ¦ ¦ UnknownMariadbCollationSolutionProvider.php ¦ ¦ ¦ ¦ UnknownMysql8CollationSolutionProvider.php ¦ ¦ ¦ ¦ UnknownValidationSolutionProvider.php ¦ ¦ ¦ ¦ ViewNotFoundSolutionProvider.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Support ¦ ¦ ¦ StringComparator.php ¦ ¦ ¦ ¦ ¦ +---resources ¦ ¦ ¦ +---views ¦ ¦ ¦ aiPrompt.php ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ DiscoverSolutionProviders.php ¦ ¦ ¦ SolutionProviderRepository.php ¦ ¦ ¦ ¦ ¦ +---Contracts ¦ ¦ ¦ BaseSolution.php ¦ ¦ ¦ HasSolutionsForThrowable.php ¦ ¦ ¦ ProvidesSolution.php ¦ ¦ ¦ RunnableSolution.php ¦ ¦ ¦ Solution.php ¦ ¦ ¦ SolutionProviderRepository.php ¦ ¦ ¦ ¦ ¦ +---SolutionProviders ¦ ¦ ¦ ¦ BadMethodCallSolutionProvider.php ¦ ¦ ¦ ¦ MergeConflictSolutionProvider.php ¦ ¦ ¦ ¦ UndefinedPropertySolutionProvider.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Laravel ¦ ¦ ¦ DefaultDbNameSolutionProvider.php ¦ ¦ ¦ GenericLaravelExceptionSolutionProvider.php ¦ ¦ ¦ IncorrectValetDbCredentialsSolutionProvider.php ¦ ¦ ¦ InvalidRouteActionSolutionProvider.php ¦ ¦ ¦ LazyLoadingViolationSolutionProvider.php ¦ ¦ ¦ MissingAppKeySolutionProvider.php ¦ ¦ ¦ MissingColumnSolutionProvider.php ¦ ¦ ¦ MissingImportSolutionProvider.php ¦ ¦ ¦ MissingLivewireComponentSolutionProvider.php ¦ ¦ ¦ MissingMixManifestSolutionProvider.php ¦ ¦ ¦ MissingViteManifestSolutionProvider.php ¦ ¦ ¦ OpenAiSolutionProvider.php ¦ ¦ ¦ RouteNotDefinedSolutionProvider.php ¦ ¦ ¦ RunningLaravelDuskInProductionProvider.php ¦ ¦ ¦ SailNetworkSolutionProvider.php ¦ ¦ ¦ TableNotFoundSolutionProvider.php ¦ ¦ ¦ UndefinedLivewireMethodSolutionProvider.php ¦ ¦ ¦ UndefinedLivewirePropertySolutionProvider.php ¦ ¦ ¦ UndefinedViewVariableSolutionProvider.php ¦ ¦ ¦ UnknownMariadbCollationSolutionProvider.php ¦ ¦ ¦ UnknownMysql8CollationSolutionProvider.php ¦ ¦ ¦ UnknownValidationSolutionProvider.php ¦ ¦ ¦ ViewNotFoundSolutionProvider.php ¦ ¦ ¦ ¦ ¦ +---Solutions ¦ ¦ ¦ ¦ SolutionTransformer.php ¦ ¦ ¦ ¦ SuggestCorrectVariableNameSolution.php ¦ ¦ ¦ ¦ SuggestImportSolution.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Concerns ¦ ¦ ¦ ¦ IsProvidedByFlare.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Laravel ¦ ¦ ¦ ¦ GenerateAppKeySolution.php ¦ ¦ ¦ ¦ LivewireDiscoverSolution.php ¦ ¦ ¦ ¦ MakeViewVariableOptionalSolution.php ¦ ¦ ¦ ¦ RunMigrationsSolution.php ¦ ¦ ¦ ¦ SuggestLivewireMethodNameSolution.php ¦ ¦ ¦ ¦ SuggestLivewirePropertyNameSolution.php ¦ ¦ ¦ ¦ SuggestUsingCorrectDbNameSolution.php ¦ ¦ ¦ ¦ SuggestUsingMariadbDatabaseSolution.php ¦ ¦ ¦ ¦ SuggestUsingMysql8DatabaseSolution.php ¦ ¦ ¦ ¦ UseDefaultValetDbCredentialsSolution.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---OpenAi ¦ ¦ ¦ DummyCache.php ¦ ¦ ¦ OpenAiPromptViewModel.php ¦ ¦ ¦ OpenAiSolution.php ¦ ¦ ¦ OpenAiSolutionProvider.php ¦ ¦ ¦ OpenAiSolutionResponse.php ¦ ¦ ¦ ¦ ¦ +---Support ¦ ¦ ¦ AiPromptRenderer.php ¦ ¦ ¦ ¦ ¦ +---Laravel ¦ ¦ ¦ LaravelVersion.php ¦ ¦ ¦ LivewireComponentParser.php ¦ ¦ ¦ StringComparator.php ¦ ¦ ¦ ¦ ¦ +---Composer ¦ ¦ Composer.php ¦ ¦ ComposerClassMap.php ¦ ¦ FakeComposer.php ¦ ¦ ¦ +---flare-client-php ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ Api.php ¦ ¦ ¦ Flare.php ¦ ¦ ¦ Frame.php ¦ ¦ ¦ helpers.php ¦ ¦ ¦ Report.php ¦ ¦ ¦ View.php ¦ ¦ ¦ ¦ ¦ +---Concerns ¦ ¦ ¦ HasContext.php ¦ ¦ ¦ UsesTime.php ¦ ¦ ¦ ¦ ¦ +---Context ¦ ¦ ¦ BaseContextProviderDetector.php ¦ ¦ ¦ ConsoleContextProvider.php ¦ ¦ ¦ ContextProvider.php ¦ ¦ ¦ ContextProviderDetector.php ¦ ¦ ¦ RequestContextProvider.php ¦ ¦ ¦ ¦ ¦ +---Contracts ¦ ¦ ¦ ProvidesFlareContext.php ¦ ¦ ¦ ¦ ¦ +---Enums ¦ ¦ ¦ MessageLevels.php ¦ ¦ ¦ OverriddenGrouping.php ¦ ¦ ¦ ¦ ¦ +---FlareMiddleware ¦ ¦ ¦ AddDocumentationLinks.php ¦ ¦ ¦ AddEnvironmentInformation.php ¦ ¦ ¦ AddGitInformation.php ¦ ¦ ¦ AddGlows.php ¦ ¦ ¦ AddNotifierName.php ¦ ¦ ¦ AddSolutions.php ¦ ¦ ¦ CensorRequestBodyFields.php ¦ ¦ ¦ CensorRequestHeaders.php ¦ ¦ ¦ FlareMiddleware.php ¦ ¦ ¦ RemoveRequestIp.php ¦ ¦ ¦ ¦ ¦ +---Glows ¦ ¦ ¦ Glow.php ¦ ¦ ¦ GlowRecorder.php ¦ ¦ ¦ ¦ ¦ +---Http ¦ ¦ ¦ ¦ Client.php ¦ ¦ ¦ ¦ Response.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Exceptions ¦ ¦ ¦ BadResponse.php ¦ ¦ ¦ BadResponseCode.php ¦ ¦ ¦ InvalidData.php ¦ ¦ ¦ MissingParameter.php ¦ ¦ ¦ NotFound.php ¦ ¦ ¦ ¦ ¦ +---Solutions ¦ ¦ ¦ ReportSolution.php ¦ ¦ ¦ ¦ ¦ +---Support ¦ ¦ ¦ PhpStackFrameArgumentsFixer.php ¦ ¦ ¦ ¦ ¦ +---Time ¦ ¦ ¦ SystemTime.php ¦ ¦ ¦ Time.php ¦ ¦ ¦ ¦ ¦ +---Truncation ¦ ¦ AbstractTruncationStrategy.php ¦ ¦ ReportTrimmer.php ¦ ¦ TrimContextItemsStrategy.php ¦ ¦ TrimStackFrameArgumentsStrategy.php ¦ ¦ TrimStringsStrategy.php ¦ ¦ TruncationStrategy.php ¦ ¦ ¦ +---ignition ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE.md ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---resources ¦ ¦ ¦ +---compiled ¦ ¦ ¦ ¦ .gitignore ¦ ¦ ¦ ¦ ignition.css ¦ ¦ ¦ ¦ ignition.js ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---views ¦ ¦ ¦ aiPrompt.php ¦ ¦ ¦ errorPage.php ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ ¦ Ignition.php ¦ ¦ ¦ ¦ ¦ +---Config ¦ ¦ ¦ FileConfigManager.php ¦ ¦ ¦ IgnitionConfig.php ¦ ¦ ¦ ¦ ¦ +---Contracts ¦ ¦ ¦ ConfigManager.php ¦ ¦ ¦ ¦ ¦ +---ErrorPage ¦ ¦ ErrorPageViewModel.php ¦ ¦ Renderer.php ¦ ¦ ¦ +---laravel-ignition ¦ ¦ composer.json ¦ ¦ LICENSE.md ¦ ¦ README.md ¦ ¦ ¦ +---config ¦ ¦ flare.php ¦ ¦ ignition.php ¦ ¦ ¦ +---src ¦ ¦ helpers.php ¦ ¦ ignition-routes.php ¦ ¦ IgnitionServiceProvider.php ¦ ¦ ¦ +---ArgumentReducers ¦ ¦ CollectionArgumentReducer.php ¦ ¦ ModelArgumentReducer.php ¦ ¦ ¦ +---Commands ¦ ¦ ¦ SolutionMakeCommand.php ¦ ¦ ¦ SolutionProviderMakeCommand.php ¦ ¦ ¦ TestCommand.php ¦ ¦ ¦ ¦ ¦ +---stubs ¦ ¦ runnable-solution.stub ¦ ¦ solution-provider.stub ¦ ¦ solution.stub ¦ ¦ ¦ +---ContextProviders ¦ ¦ LaravelConsoleContextProvider.php ¦ ¦ LaravelContextProviderDetector.php ¦ ¦ LaravelLivewireRequestContextProvider.php ¦ ¦ LaravelRequestContextProvider.php ¦ ¦ ¦ +---Exceptions ¦ ¦ CannotExecuteSolutionForNonLocalIp.php ¦ ¦ InvalidConfig.php ¦ ¦ ViewException.php ¦ ¦ ViewExceptionWithSolution.php ¦ ¦ ¦ +---Facades ¦ ¦ Flare.php ¦ ¦ ¦ +---FlareMiddleware ¦ ¦ AddContext.php ¦ ¦ AddDumps.php ¦ ¦ AddEnvironmentInformation.php ¦ ¦ AddExceptionHandledStatus.php ¦ ¦ AddExceptionInformation.php ¦ ¦ AddJobs.php ¦ ¦ AddLogs.php ¦ ¦ AddNotifierName.php ¦ ¦ AddQueries.php ¦ ¦ ¦ +---Http ¦ ¦ +---Controllers ¦ ¦ ¦ ExecuteSolutionController.php ¦ ¦ ¦ HealthCheckController.php ¦ ¦ ¦ UpdateConfigController.php ¦ ¦ ¦ ¦ ¦ +---Middleware ¦ ¦ ¦ RunnableSolutionsEnabled.php ¦ ¦ ¦ ¦ ¦ +---Requests ¦ ¦ ExecuteSolutionRequest.php ¦ ¦ UpdateConfigRequest.php ¦ ¦ ¦ +---Recorders ¦ ¦ +---DumpRecorder ¦ ¦ ¦ Dump.php ¦ ¦ ¦ DumpHandler.php ¦ ¦ ¦ DumpRecorder.php ¦ ¦ ¦ HtmlDumper.php ¦ ¦ ¦ MultiDumpHandler.php ¦ ¦ ¦ ¦ ¦ +---JobRecorder ¦ ¦ ¦ JobRecorder.php ¦ ¦ ¦ ¦ ¦ +---LogRecorder ¦ ¦ ¦ LogMessage.php ¦ ¦ ¦ LogRecorder.php ¦ ¦ ¦ ¦ ¦ +---QueryRecorder ¦ ¦ Query.php ¦ ¦ QueryRecorder.php ¦ ¦ ¦ +---Renderers ¦ ¦ ErrorPageRenderer.php ¦ ¦ IgnitionExceptionRenderer.php ¦ ¦ ¦ +---Solutions ¦ ¦ +---SolutionTransformers ¦ ¦ LaravelSolutionTransformer.php ¦ ¦ ¦ +---Support ¦ ¦ FlareLogHandler.php ¦ ¦ LaravelDocumentationLinkFinder.php ¦ ¦ LaravelVersion.php ¦ ¦ RunnableSolutionsGuard.php ¦ ¦ SentReports.php ¦ ¦ ¦ +---Views ¦ BladeSourceMapCompiler.php ¦ ViewExceptionMapper.php ¦ +---spomky-labs ¦ +---base64url ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ ¦ ¦ +---.github ¦ ¦ ¦ FUNDING.yml ¦ ¦ ¦ ¦ ¦ +---src ¦ ¦ Base64Url.php ¦ ¦ ¦ +---pki-framework ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ SECURITY.md ¦ ¦ ¦ +---src ¦ +---ASN1 ¦ ¦ ¦ DERData.php ¦ ¦ ¦ Element.php ¦ ¦ ¦ ¦ ¦ +---Component ¦ ¦ ¦ Identifier.php ¦ ¦ ¦ Length.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ DecodeException.php ¦ ¦ ¦ ¦ ¦ +---Feature ¦ ¦ ¦ ElementBase.php ¦ ¦ ¦ Encodable.php ¦ ¦ ¦ Stringable.php ¦ ¦ ¦ ¦ ¦ +---Type ¦ ¦ ¦ ¦ BaseString.php ¦ ¦ ¦ ¦ BaseTime.php ¦ ¦ ¦ ¦ PrimitiveString.php ¦ ¦ ¦ ¦ PrimitiveType.php ¦ ¦ ¦ ¦ StringType.php ¦ ¦ ¦ ¦ Structure.php ¦ ¦ ¦ ¦ TaggedType.php ¦ ¦ ¦ ¦ TimeType.php ¦ ¦ ¦ ¦ UniversalClass.php ¦ ¦ ¦ ¦ UnspecifiedType.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Constructed ¦ ¦ ¦ ¦ ConstructedString.php ¦ ¦ ¦ ¦ Sequence.php ¦ ¦ ¦ ¦ Set.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Primitive ¦ ¦ ¦ ¦ BitString.php ¦ ¦ ¦ ¦ BMPString.php ¦ ¦ ¦ ¦ Boolean.php ¦ ¦ ¦ ¦ CharacterString.php ¦ ¦ ¦ ¦ Enumerated.php ¦ ¦ ¦ ¦ EOC.php ¦ ¦ ¦ ¦ GeneralizedTime.php ¦ ¦ ¦ ¦ GeneralString.php ¦ ¦ ¦ ¦ GraphicString.php ¦ ¦ ¦ ¦ IA5String.php ¦ ¦ ¦ ¦ Integer.php ¦ ¦ ¦ ¦ NullType.php ¦ ¦ ¦ ¦ Number.php ¦ ¦ ¦ ¦ NumericString.php ¦ ¦ ¦ ¦ ObjectDescriptor.php ¦ ¦ ¦ ¦ ObjectIdentifier.php ¦ ¦ ¦ ¦ OctetString.php ¦ ¦ ¦ ¦ PrintableString.php ¦ ¦ ¦ ¦ Real.php ¦ ¦ ¦ ¦ RelativeOID.php ¦ ¦ ¦ ¦ T61String.php ¦ ¦ ¦ ¦ UniversalString.php ¦ ¦ ¦ ¦ UTCTime.php ¦ ¦ ¦ ¦ UTF8String.php ¦ ¦ ¦ ¦ VideotexString.php ¦ ¦ ¦ ¦ VisibleString.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Tagged ¦ ¦ ¦ ApplicationType.php ¦ ¦ ¦ ContextSpecificType.php ¦ ¦ ¦ DERTaggedType.php ¦ ¦ ¦ ExplicitlyTaggedType.php ¦ ¦ ¦ ExplicitTagging.php ¦ ¦ ¦ ImplicitlyTaggedType.php ¦ ¦ ¦ ImplicitTagging.php ¦ ¦ ¦ PrivateType.php ¦ ¦ ¦ TaggedTypeWrap.php ¦ ¦ ¦ ¦ ¦ +---Util ¦ ¦ BigInt.php ¦ ¦ Flags.php ¦ ¦ ¦ +---CryptoBridge ¦ ¦ ¦ Crypto.php ¦ ¦ ¦ ¦ ¦ +---Crypto ¦ ¦ OpenSSLCrypto.php ¦ ¦ ¦ +---CryptoEncoding ¦ ¦ PEM.php ¦ ¦ PEMBundle.php ¦ ¦ ¦ +---CryptoTypes ¦ ¦ +---AlgorithmIdentifier ¦ ¦ ¦ ¦ AlgorithmIdentifier.php ¦ ¦ ¦ ¦ AlgorithmIdentifierFactory.php ¦ ¦ ¦ ¦ AlgorithmIdentifierProvider.php ¦ ¦ ¦ ¦ GenericAlgorithmIdentifier.php ¦ ¦ ¦ ¦ SpecificAlgorithmIdentifier.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Asymmetric ¦ ¦ ¦ ¦ ECPublicKeyAlgorithmIdentifier.php ¦ ¦ ¦ ¦ Ed25519AlgorithmIdentifier.php ¦ ¦ ¦ ¦ Ed448AlgorithmIdentifier.php ¦ ¦ ¦ ¦ RFC8410EdAlgorithmIdentifier.php ¦ ¦ ¦ ¦ RFC8410XAlgorithmIdentifier.php ¦ ¦ ¦ ¦ RSAEncryptionAlgorithmIdentifier.php ¦ ¦ ¦ ¦ RSAPSSSSAEncryptionAlgorithmIdentifier.php ¦ ¦ ¦ ¦ X25519AlgorithmIdentifier.php ¦ ¦ ¦ ¦ X448AlgorithmIdentifier.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Cipher ¦ ¦ ¦ ¦ AES128CBCAlgorithmIdentifier.php ¦ ¦ ¦ ¦ AES192CBCAlgorithmIdentifier.php ¦ ¦ ¦ ¦ AES256CBCAlgorithmIdentifier.php ¦ ¦ ¦ ¦ AESCBCAlgorithmIdentifier.php ¦ ¦ ¦ ¦ BlockCipherAlgorithmIdentifier.php ¦ ¦ ¦ ¦ CipherAlgorithmIdentifier.php ¦ ¦ ¦ ¦ DESCBCAlgorithmIdentifier.php ¦ ¦ ¦ ¦ DESEDE3CBCAlgorithmIdentifier.php ¦ ¦ ¦ ¦ RC2CBCAlgorithmIdentifier.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Feature ¦ ¦ ¦ ¦ AlgorithmIdentifierType.php ¦ ¦ ¦ ¦ AsymmetricCryptoAlgorithmIdentifier.php ¦ ¦ ¦ ¦ EncryptionAlgorithmIdentifier.php ¦ ¦ ¦ ¦ HashAlgorithmIdentifier.php ¦ ¦ ¦ ¦ PRFAlgorithmIdentifier.php ¦ ¦ ¦ ¦ SignatureAlgorithmIdentifier.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Hash ¦ ¦ ¦ ¦ HMACWithSHA1AlgorithmIdentifier.php ¦ ¦ ¦ ¦ HMACWithSHA224AlgorithmIdentifier.php ¦ ¦ ¦ ¦ HMACWithSHA256AlgorithmIdentifier.php ¦ ¦ ¦ ¦ HMACWithSHA384AlgorithmIdentifier.php ¦ ¦ ¦ ¦ HMACWithSHA512AlgorithmIdentifier.php ¦ ¦ ¦ ¦ MD5AlgorithmIdentifier.php ¦ ¦ ¦ ¦ RFC4231HMACAlgorithmIdentifier.php ¦ ¦ ¦ ¦ SHA1AlgorithmIdentifier.php ¦ ¦ ¦ ¦ SHA224AlgorithmIdentifier.php ¦ ¦ ¦ ¦ SHA256AlgorithmIdentifier.php ¦ ¦ ¦ ¦ SHA2AlgorithmIdentifier.php ¦ ¦ ¦ ¦ SHA384AlgorithmIdentifier.php ¦ ¦ ¦ ¦ SHA512AlgorithmIdentifier.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Signature ¦ ¦ ¦ ECDSAWithSHA1AlgorithmIdentifier.php ¦ ¦ ¦ ECDSAWithSHA224AlgorithmIdentifier.php ¦ ¦ ¦ ECDSAWithSHA256AlgorithmIdentifier.php ¦ ¦ ¦ ECDSAWithSHA384AlgorithmIdentifier.php ¦ ¦ ¦ ECDSAWithSHA512AlgorithmIdentifier.php ¦ ¦ ¦ ECSignatureAlgorithmIdentifier.php ¦ ¦ ¦ MD2WithRSAEncryptionAlgorithmIdentifier.php ¦ ¦ ¦ MD4WithRSAEncryptionAlgorithmIdentifier.php ¦ ¦ ¦ MD5WithRSAEncryptionAlgorithmIdentifier.php ¦ ¦ ¦ RFC3279RSASignatureAlgorithmIdentifier.php ¦ ¦ ¦ RFC4055RSASignatureAlgorithmIdentifier.php ¦ ¦ ¦ RSASignatureAlgorithmIdentifier.php ¦ ¦ ¦ SHA1WithRSAEncryptionAlgorithmIdentifier.php ¦ ¦ ¦ SHA224WithRSAEncryptionAlgorithmIdentifier.php ¦ ¦ ¦ SHA256WithRSAEncryptionAlgorithmIdentifier.php ¦ ¦ ¦ SHA384WithRSAEncryptionAlgorithmIdentifier.php ¦ ¦ ¦ SHA512WithRSAEncryptionAlgorithmIdentifier.php ¦ ¦ ¦ ¦ ¦ +---Asymmetric ¦ ¦ ¦ ¦ OneAsymmetricKey.php ¦ ¦ ¦ ¦ PrivateKey.php ¦ ¦ ¦ ¦ PrivateKeyInfo.php ¦ ¦ ¦ ¦ PublicKey.php ¦ ¦ ¦ ¦ PublicKeyInfo.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Attribute ¦ ¦ ¦ ¦ OneAsymmetricKeyAttributes.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---EC ¦ ¦ ¦ ¦ ECConversion.php ¦ ¦ ¦ ¦ ECPrivateKey.php ¦ ¦ ¦ ¦ ECPublicKey.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---RFC8410 ¦ ¦ ¦ ¦ ¦ RFC8410PrivateKey.php ¦ ¦ ¦ ¦ ¦ RFC8410PublicKey.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Curve25519 ¦ ¦ ¦ ¦ ¦ Curve25519PrivateKey.php ¦ ¦ ¦ ¦ ¦ Curve25519PublicKey.php ¦ ¦ ¦ ¦ ¦ Ed25519PrivateKey.php ¦ ¦ ¦ ¦ ¦ Ed25519PublicKey.php ¦ ¦ ¦ ¦ ¦ X25519PrivateKey.php ¦ ¦ ¦ ¦ ¦ X25519PublicKey.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Curve448 ¦ ¦ ¦ ¦ Ed448PrivateKey.php ¦ ¦ ¦ ¦ Ed448PublicKey.php ¦ ¦ ¦ ¦ X448PrivateKey.php ¦ ¦ ¦ ¦ X448PublicKey.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---RSA ¦ ¦ ¦ RSAPrivateKey.php ¦ ¦ ¦ RSAPublicKey.php ¦ ¦ ¦ RSASSAPSSPrivateKey.php ¦ ¦ ¦ ¦ ¦ +---Signature ¦ ¦ ECSignature.php ¦ ¦ Ed25519Signature.php ¦ ¦ Ed448Signature.php ¦ ¦ GenericSignature.php ¦ ¦ RSASignature.php ¦ ¦ Signature.php ¦ ¦ ¦ +---X501 ¦ ¦ +---ASN1 ¦ ¦ ¦ ¦ Attribute.php ¦ ¦ ¦ ¦ AttributeType.php ¦ ¦ ¦ ¦ AttributeTypeAndValue.php ¦ ¦ ¦ ¦ Name.php ¦ ¦ ¦ ¦ RDN.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---AttributeValue ¦ ¦ ¦ ¦ ¦ AttributeValue.php ¦ ¦ ¦ ¦ ¦ CommonNameValue.php ¦ ¦ ¦ ¦ ¦ CountryNameValue.php ¦ ¦ ¦ ¦ ¦ DescriptionValue.php ¦ ¦ ¦ ¦ ¦ GivenNameValue.php ¦ ¦ ¦ ¦ ¦ LocalityNameValue.php ¦ ¦ ¦ ¦ ¦ NameValue.php ¦ ¦ ¦ ¦ ¦ OrganizationalUnitNameValue.php ¦ ¦ ¦ ¦ ¦ OrganizationNameValue.php ¦ ¦ ¦ ¦ ¦ PseudonymValue.php ¦ ¦ ¦ ¦ ¦ SerialNumberValue.php ¦ ¦ ¦ ¦ ¦ StateOrProvinceNameValue.php ¦ ¦ ¦ ¦ ¦ SurnameValue.php ¦ ¦ ¦ ¦ ¦ TitleValue.php ¦ ¦ ¦ ¦ ¦ UnknownAttributeValue.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Feature ¦ ¦ ¦ ¦ DirectoryString.php ¦ ¦ ¦ ¦ PrintableStringValue.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Collection ¦ ¦ ¦ AttributeCollection.php ¦ ¦ ¦ SequenceOfAttributes.php ¦ ¦ ¦ SetOfAttributes.php ¦ ¦ ¦ ¦ ¦ +---DN ¦ ¦ ¦ DNParser.php ¦ ¦ ¦ ¦ ¦ +---MatchingRule ¦ ¦ ¦ BinaryMatch.php ¦ ¦ ¦ CaseExactMatch.php ¦ ¦ ¦ CaseIgnoreMatch.php ¦ ¦ ¦ MatchingRule.php ¦ ¦ ¦ StringPrepMatchingRule.php ¦ ¦ ¦ ¦ ¦ +---StringPrep ¦ ¦ CheckBidiStep.php ¦ ¦ InsignificantNonSubstringSpaceStep.php ¦ ¦ MapStep.php ¦ ¦ NormalizeStep.php ¦ ¦ PrepareStep.php ¦ ¦ ProhibitStep.php ¦ ¦ StringPreparer.php ¦ ¦ TranscodeStep.php ¦ ¦ ¦ +---X509 ¦ +---AttributeCertificate ¦ ¦ ¦ AttCertIssuer.php ¦ ¦ ¦ AttCertValidityPeriod.php ¦ ¦ ¦ AttributeCertificate.php ¦ ¦ ¦ AttributeCertificateInfo.php ¦ ¦ ¦ Attributes.php ¦ ¦ ¦ Holder.php ¦ ¦ ¦ IssuerSerial.php ¦ ¦ ¦ ObjectDigestInfo.php ¦ ¦ ¦ V2Form.php ¦ ¦ ¦ ¦ ¦ +---Attribute ¦ ¦ ¦ AccessIdentityAttributeValue.php ¦ ¦ ¦ AuthenticationInfoAttributeValue.php ¦ ¦ ¦ ChargingIdentityAttributeValue.php ¦ ¦ ¦ GroupAttributeValue.php ¦ ¦ ¦ IetfAttrSyntax.php ¦ ¦ ¦ IetfAttrValue.php ¦ ¦ ¦ RoleAttributeValue.php ¦ ¦ ¦ SvceAuthInfo.php ¦ ¦ ¦ ¦ ¦ +---Validation ¦ ¦ ¦ ACValidationConfig.php ¦ ¦ ¦ ACValidator.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ACValidationException.php ¦ ¦ ¦ +---Certificate ¦ ¦ ¦ Certificate.php ¦ ¦ ¦ CertificateBundle.php ¦ ¦ ¦ CertificateChain.php ¦ ¦ ¦ Extensions.php ¦ ¦ ¦ TBSCertificate.php ¦ ¦ ¦ Time.php ¦ ¦ ¦ UniqueIdentifier.php ¦ ¦ ¦ Validity.php ¦ ¦ ¦ ¦ ¦ +---Extension ¦ ¦ ¦ AAControlsExtension.php ¦ ¦ ¦ AuthorityInformationAccessExtension.php ¦ ¦ ¦ AuthorityKeyIdentifierExtension.php ¦ ¦ ¦ BasicConstraintsExtension.php ¦ ¦ ¦ CertificatePoliciesExtension.php ¦ ¦ ¦ CRLDistributionPointsExtension.php ¦ ¦ ¦ ExtendedKeyUsageExtension.php ¦ ¦ ¦ Extension.php ¦ ¦ ¦ FreshestCRLExtension.php ¦ ¦ ¦ InhibitAnyPolicyExtension.php ¦ ¦ ¦ IssuerAlternativeNameExtension.php ¦ ¦ ¦ KeyUsageExtension.php ¦ ¦ ¦ NameConstraintsExtension.php ¦ ¦ ¦ NoRevocationAvailableExtension.php ¦ ¦ ¦ PolicyConstraintsExtension.php ¦ ¦ ¦ PolicyMappingsExtension.php ¦ ¦ ¦ SubjectAlternativeNameExtension.php ¦ ¦ ¦ SubjectDirectoryAttributesExtension.php ¦ ¦ ¦ SubjectInformationAccessExtension.php ¦ ¦ ¦ SubjectKeyIdentifierExtension.php ¦ ¦ ¦ TargetInformationExtension.php ¦ ¦ ¦ UnknownExtension.php ¦ ¦ ¦ ¦ ¦ +---AccessDescription ¦ ¦ ¦ AccessDescription.php ¦ ¦ ¦ AuthorityAccessDescription.php ¦ ¦ ¦ SubjectAccessDescription.php ¦ ¦ ¦ ¦ ¦ +---CertificatePolicy ¦ ¦ ¦ CPSQualifier.php ¦ ¦ ¦ DisplayText.php ¦ ¦ ¦ NoticeReference.php ¦ ¦ ¦ PolicyInformation.php ¦ ¦ ¦ PolicyQualifierInfo.php ¦ ¦ ¦ UserNoticeQualifier.php ¦ ¦ ¦ ¦ ¦ +---DistributionPoint ¦ ¦ ¦ DistributionPoint.php ¦ ¦ ¦ DistributionPointName.php ¦ ¦ ¦ FullName.php ¦ ¦ ¦ ReasonFlags.php ¦ ¦ ¦ RelativeName.php ¦ ¦ ¦ ¦ ¦ +---NameConstraints ¦ ¦ ¦ GeneralSubtree.php ¦ ¦ ¦ GeneralSubtrees.php ¦ ¦ ¦ ¦ ¦ +---PolicyMappings ¦ ¦ ¦ PolicyMapping.php ¦ ¦ ¦ ¦ ¦ +---Target ¦ ¦ Target.php ¦ ¦ TargetGroup.php ¦ ¦ TargetName.php ¦ ¦ Targets.php ¦ ¦ ¦ +---CertificationPath ¦ ¦ ¦ CertificationPath.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ PathBuildingException.php ¦ ¦ ¦ PathValidationException.php ¦ ¦ ¦ ¦ ¦ +---PathBuilding ¦ ¦ ¦ CertificationPathBuilder.php ¦ ¦ ¦ ¦ ¦ +---PathValidation ¦ ¦ ¦ PathValidationConfig.php ¦ ¦ ¦ PathValidationResult.php ¦ ¦ ¦ PathValidator.php ¦ ¦ ¦ ValidatorState.php ¦ ¦ ¦ ¦ ¦ +---Policy ¦ ¦ PolicyNode.php ¦ ¦ PolicyTree.php ¦ ¦ ¦ +---CertificationRequest ¦ ¦ ¦ Attributes.php ¦ ¦ ¦ CertificationRequest.php ¦ ¦ ¦ CertificationRequestInfo.php ¦ ¦ ¦ ¦ ¦ +---Attribute ¦ ¦ ExtensionRequestValue.php ¦ ¦ ¦ +---Exception ¦ ¦ X509ValidationException.php ¦ ¦ ¦ +---Feature ¦ ¦ DateTimeHelper.php ¦ ¦ ¦ +---GeneralName ¦ DirectoryName.php ¦ DNSName.php ¦ EDIPartyName.php ¦ GeneralName.php ¦ GeneralNames.php ¦ IPAddress.php ¦ IPv4Address.php ¦ IPv6Address.php ¦ OtherName.php ¦ RegisteredID.php ¦ RFC822Name.php ¦ UniformResourceIdentifier.php ¦ X400Address.php ¦ +---symfony ¦ +---console ¦ ¦ ¦ Application.php ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ Color.php ¦ ¦ ¦ composer.json ¦ ¦ ¦ ConsoleEvents.php ¦ ¦ ¦ Cursor.php ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ SingleCommandApplication.php ¦ ¦ ¦ Terminal.php ¦ ¦ ¦ ¦ ¦ +---Attribute ¦ ¦ ¦ AsCommand.php ¦ ¦ ¦ ¦ ¦ +---CI ¦ ¦ ¦ GithubActionReporter.php ¦ ¦ ¦ ¦ ¦ +---Command ¦ ¦ ¦ Command.php ¦ ¦ ¦ CompleteCommand.php ¦ ¦ ¦ DumpCompletionCommand.php ¦ ¦ ¦ HelpCommand.php ¦ ¦ ¦ LazyCommand.php ¦ ¦ ¦ ListCommand.php ¦ ¦ ¦ LockableTrait.php ¦ ¦ ¦ SignalableCommandInterface.php ¦ ¦ ¦ TraceableCommand.php ¦ ¦ ¦ ¦ ¦ +---CommandLoader ¦ ¦ ¦ CommandLoaderInterface.php ¦ ¦ ¦ ContainerCommandLoader.php ¦ ¦ ¦ FactoryCommandLoader.php ¦ ¦ ¦ ¦ ¦ +---Completion ¦ ¦ ¦ ¦ CompletionInput.php ¦ ¦ ¦ ¦ CompletionSuggestions.php ¦ ¦ ¦ ¦ Suggestion.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Output ¦ ¦ ¦ BashCompletionOutput.php ¦ ¦ ¦ CompletionOutputInterface.php ¦ ¦ ¦ FishCompletionOutput.php ¦ ¦ ¦ ZshCompletionOutput.php ¦ ¦ ¦ ¦ ¦ +---DataCollector ¦ ¦ ¦ CommandDataCollector.php ¦ ¦ ¦ ¦ ¦ +---Debug ¦ ¦ ¦ CliRequest.php ¦ ¦ ¦ ¦ ¦ +---DependencyInjection ¦ ¦ ¦ AddConsoleCommandPass.php ¦ ¦ ¦ ¦ ¦ +---Descriptor ¦ ¦ ¦ ApplicationDescription.php ¦ ¦ ¦ Descriptor.php ¦ ¦ ¦ DescriptorInterface.php ¦ ¦ ¦ JsonDescriptor.php ¦ ¦ ¦ MarkdownDescriptor.php ¦ ¦ ¦ ReStructuredTextDescriptor.php ¦ ¦ ¦ TextDescriptor.php ¦ ¦ ¦ XmlDescriptor.php ¦ ¦ ¦ ¦ ¦ +---Event ¦ ¦ ¦ ConsoleCommandEvent.php ¦ ¦ ¦ ConsoleErrorEvent.php ¦ ¦ ¦ ConsoleEvent.php ¦ ¦ ¦ ConsoleSignalEvent.php ¦ ¦ ¦ ConsoleTerminateEvent.php ¦ ¦ ¦ ¦ ¦ +---EventListener ¦ ¦ ¦ ErrorListener.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ CommandNotFoundException.php ¦ ¦ ¦ ExceptionInterface.php ¦ ¦ ¦ InvalidArgumentException.php ¦ ¦ ¦ InvalidOptionException.php ¦ ¦ ¦ LogicException.php ¦ ¦ ¦ MissingInputException.php ¦ ¦ ¦ NamespaceNotFoundException.php ¦ ¦ ¦ RunCommandFailedException.php ¦ ¦ ¦ RuntimeException.php ¦ ¦ ¦ ¦ ¦ +---Formatter ¦ ¦ ¦ NullOutputFormatter.php ¦ ¦ ¦ NullOutputFormatterStyle.php ¦ ¦ ¦ OutputFormatter.php ¦ ¦ ¦ OutputFormatterInterface.php ¦ ¦ ¦ OutputFormatterStyle.php ¦ ¦ ¦ OutputFormatterStyleInterface.php ¦ ¦ ¦ OutputFormatterStyleStack.php ¦ ¦ ¦ WrappableOutputFormatterInterface.php ¦ ¦ ¦ ¦ ¦ +---Helper ¦ ¦ ¦ DebugFormatterHelper.php ¦ ¦ ¦ DescriptorHelper.php ¦ ¦ ¦ Dumper.php ¦ ¦ ¦ FormatterHelper.php ¦ ¦ ¦ Helper.php ¦ ¦ ¦ HelperInterface.php ¦ ¦ ¦ HelperSet.php ¦ ¦ ¦ InputAwareHelper.php ¦ ¦ ¦ OutputWrapper.php ¦ ¦ ¦ ProcessHelper.php ¦ ¦ ¦ ProgressBar.php ¦ ¦ ¦ ProgressIndicator.php ¦ ¦ ¦ QuestionHelper.php ¦ ¦ ¦ SymfonyQuestionHelper.php ¦ ¦ ¦ Table.php ¦ ¦ ¦ TableCell.php ¦ ¦ ¦ TableCellStyle.php ¦ ¦ ¦ TableRows.php ¦ ¦ ¦ TableSeparator.php ¦ ¦ ¦ TableStyle.php ¦ ¦ ¦ ¦ ¦ +---Input ¦ ¦ ¦ ArgvInput.php ¦ ¦ ¦ ArrayInput.php ¦ ¦ ¦ Input.php ¦ ¦ ¦ InputArgument.php ¦ ¦ ¦ InputAwareInterface.php ¦ ¦ ¦ InputDefinition.php ¦ ¦ ¦ InputInterface.php ¦ ¦ ¦ InputOption.php ¦ ¦ ¦ StreamableInputInterface.php ¦ ¦ ¦ StringInput.php ¦ ¦ ¦ ¦ ¦ +---Logger ¦ ¦ ¦ ConsoleLogger.php ¦ ¦ ¦ ¦ ¦ +---Messenger ¦ ¦ ¦ RunCommandContext.php ¦ ¦ ¦ RunCommandMessage.php ¦ ¦ ¦ RunCommandMessageHandler.php ¦ ¦ ¦ ¦ ¦ +---Output ¦ ¦ ¦ AnsiColorMode.php ¦ ¦ ¦ BufferedOutput.php ¦ ¦ ¦ ConsoleOutput.php ¦ ¦ ¦ ConsoleOutputInterface.php ¦ ¦ ¦ ConsoleSectionOutput.php ¦ ¦ ¦ NullOutput.php ¦ ¦ ¦ Output.php ¦ ¦ ¦ OutputInterface.php ¦ ¦ ¦ StreamOutput.php ¦ ¦ ¦ TrimmedBufferOutput.php ¦ ¦ ¦ ¦ ¦ +---Question ¦ ¦ ¦ ChoiceQuestion.php ¦ ¦ ¦ ConfirmationQuestion.php ¦ ¦ ¦ Question.php ¦ ¦ ¦ ¦ ¦ +---Resources ¦ ¦ ¦ ¦ completion.bash ¦ ¦ ¦ ¦ completion.fish ¦ ¦ ¦ ¦ completion.zsh ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---bin ¦ ¦ ¦ hiddeninput.exe ¦ ¦ ¦ ¦ ¦ +---SignalRegistry ¦ ¦ ¦ SignalMap.php ¦ ¦ ¦ SignalRegistry.php ¦ ¦ ¦ ¦ ¦ +---Style ¦ ¦ ¦ OutputStyle.php ¦ ¦ ¦ StyleInterface.php ¦ ¦ ¦ SymfonyStyle.php ¦ ¦ ¦ ¦ ¦ +---Tester ¦ ¦ ¦ ApplicationTester.php ¦ ¦ ¦ CommandCompletionTester.php ¦ ¦ ¦ CommandTester.php ¦ ¦ ¦ TesterTrait.php ¦ ¦ ¦ ¦ ¦ +---Constraint ¦ ¦ CommandIsSuccessful.php ¦ ¦ ¦ +---css-selector ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ CssSelectorConverter.php ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ ExceptionInterface.php ¦ ¦ ¦ ExpressionErrorException.php ¦ ¦ ¦ InternalErrorException.php ¦ ¦ ¦ ParseException.php ¦ ¦ ¦ SyntaxErrorException.php ¦ ¦ ¦ ¦ ¦ +---Node ¦ ¦ ¦ AbstractNode.php ¦ ¦ ¦ AttributeNode.php ¦ ¦ ¦ ClassNode.php ¦ ¦ ¦ CombinedSelectorNode.php ¦ ¦ ¦ ElementNode.php ¦ ¦ ¦ FunctionNode.php ¦ ¦ ¦ HashNode.php ¦ ¦ ¦ NegationNode.php ¦ ¦ ¦ NodeInterface.php ¦ ¦ ¦ PseudoNode.php ¦ ¦ ¦ SelectorNode.php ¦ ¦ ¦ Specificity.php ¦ ¦ ¦ ¦ ¦ +---Parser ¦ ¦ ¦ ¦ Parser.php ¦ ¦ ¦ ¦ ParserInterface.php ¦ ¦ ¦ ¦ Reader.php ¦ ¦ ¦ ¦ Token.php ¦ ¦ ¦ ¦ TokenStream.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Handler ¦ ¦ ¦ ¦ CommentHandler.php ¦ ¦ ¦ ¦ HandlerInterface.php ¦ ¦ ¦ ¦ HashHandler.php ¦ ¦ ¦ ¦ IdentifierHandler.php ¦ ¦ ¦ ¦ NumberHandler.php ¦ ¦ ¦ ¦ StringHandler.php ¦ ¦ ¦ ¦ WhitespaceHandler.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Shortcut ¦ ¦ ¦ ¦ ClassParser.php ¦ ¦ ¦ ¦ ElementParser.php ¦ ¦ ¦ ¦ EmptyStringParser.php ¦ ¦ ¦ ¦ HashParser.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Tokenizer ¦ ¦ ¦ Tokenizer.php ¦ ¦ ¦ TokenizerEscaping.php ¦ ¦ ¦ TokenizerPatterns.php ¦ ¦ ¦ ¦ ¦ +---XPath ¦ ¦ ¦ Translator.php ¦ ¦ ¦ TranslatorInterface.php ¦ ¦ ¦ XPathExpr.php ¦ ¦ ¦ ¦ ¦ +---Extension ¦ ¦ AbstractExtension.php ¦ ¦ AttributeMatchingExtension.php ¦ ¦ CombinationExtension.php ¦ ¦ ExtensionInterface.php ¦ ¦ FunctionExtension.php ¦ ¦ HtmlExtension.php ¦ ¦ NodeExtension.php ¦ ¦ PseudoClassExtension.php ¦ ¦ ¦ +---deprecation-contracts ¦ ¦ CHANGELOG.md ¦ ¦ composer.json ¦ ¦ function.php ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ ¦ +---error-handler ¦ ¦ ¦ BufferingLogger.php ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ Debug.php ¦ ¦ ¦ DebugClassLoader.php ¦ ¦ ¦ ErrorHandler.php ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ ThrowableUtils.php ¦ ¦ ¦ ¦ ¦ +---Error ¦ ¦ ¦ ClassNotFoundError.php ¦ ¦ ¦ FatalError.php ¦ ¦ ¦ OutOfMemoryError.php ¦ ¦ ¦ UndefinedFunctionError.php ¦ ¦ ¦ UndefinedMethodError.php ¦ ¦ ¦ ¦ ¦ +---ErrorEnhancer ¦ ¦ ¦ ClassNotFoundErrorEnhancer.php ¦ ¦ ¦ ErrorEnhancerInterface.php ¦ ¦ ¦ UndefinedFunctionErrorEnhancer.php ¦ ¦ ¦ UndefinedMethodErrorEnhancer.php ¦ ¦ ¦ ¦ ¦ +---ErrorRenderer ¦ ¦ ¦ CliErrorRenderer.php ¦ ¦ ¦ ErrorRendererInterface.php ¦ ¦ ¦ FileLinkFormatter.php ¦ ¦ ¦ HtmlErrorRenderer.php ¦ ¦ ¦ SerializerErrorRenderer.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ FlattenException.php ¦ ¦ ¦ SilencedErrorContext.php ¦ ¦ ¦ ¦ ¦ +---Internal ¦ ¦ ¦ TentativeTypes.php ¦ ¦ ¦ ¦ ¦ +---Resources ¦ ¦ +---assets ¦ ¦ ¦ +---css ¦ ¦ ¦ ¦ error.css ¦ ¦ ¦ ¦ exception.css ¦ ¦ ¦ ¦ exception_full.css ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---images ¦ ¦ ¦ ¦ chevron-right.svg ¦ ¦ ¦ ¦ favicon.png.base64 ¦ ¦ ¦ ¦ icon-book.svg ¦ ¦ ¦ ¦ icon-copy.svg ¦ ¦ ¦ ¦ icon-minus-square-o.svg ¦ ¦ ¦ ¦ icon-minus-square.svg ¦ ¦ ¦ ¦ icon-plus-square-o.svg ¦ ¦ ¦ ¦ icon-plus-square.svg ¦ ¦ ¦ ¦ icon-support.svg ¦ ¦ ¦ ¦ symfony-ghost.svg.php ¦ ¦ ¦ ¦ symfony-logo.svg ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---js ¦ ¦ ¦ exception.js ¦ ¦ ¦ ¦ ¦ +---bin ¦ ¦ ¦ extract-tentative-return-types.php ¦ ¦ ¦ patch-type-declarations ¦ ¦ ¦ ¦ ¦ +---views ¦ ¦ error.html.php ¦ ¦ exception.html.php ¦ ¦ exception_full.html.php ¦ ¦ logs.html.php ¦ ¦ trace.html.php ¦ ¦ traces.html.php ¦ ¦ traces_text.html.php ¦ ¦ ¦ +---event-dispatcher ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ EventDispatcher.php ¦ ¦ ¦ EventDispatcherInterface.php ¦ ¦ ¦ EventSubscriberInterface.php ¦ ¦ ¦ GenericEvent.php ¦ ¦ ¦ ImmutableEventDispatcher.php ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---Attribute ¦ ¦ ¦ AsEventListener.php ¦ ¦ ¦ ¦ ¦ +---Debug ¦ ¦ ¦ TraceableEventDispatcher.php ¦ ¦ ¦ WrappedListener.php ¦ ¦ ¦ ¦ ¦ +---DependencyInjection ¦ ¦ AddEventAliasesPass.php ¦ ¦ RegisterListenersPass.php ¦ ¦ ¦ +---event-dispatcher-contracts ¦ ¦ CHANGELOG.md ¦ ¦ composer.json ¦ ¦ Event.php ¦ ¦ EventDispatcherInterface.php ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ ¦ +---finder ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ Finder.php ¦ ¦ ¦ Gitignore.php ¦ ¦ ¦ Glob.php ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ SplFileInfo.php ¦ ¦ ¦ ¦ ¦ +---Comparator ¦ ¦ ¦ Comparator.php ¦ ¦ ¦ DateComparator.php ¦ ¦ ¦ NumberComparator.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ AccessDeniedException.php ¦ ¦ ¦ DirectoryNotFoundException.php ¦ ¦ ¦ ¦ ¦ +---Iterator ¦ ¦ CustomFilterIterator.php ¦ ¦ DateRangeFilterIterator.php ¦ ¦ DepthRangeFilterIterator.php ¦ ¦ ExcludeDirectoryFilterIterator.php ¦ ¦ FilecontentFilterIterator.php ¦ ¦ FilenameFilterIterator.php ¦ ¦ FileTypeFilterIterator.php ¦ ¦ LazyIterator.php ¦ ¦ MultiplePcreFilterIterator.php ¦ ¦ PathFilterIterator.php ¦ ¦ RecursiveDirectoryIterator.php ¦ ¦ SizeRangeFilterIterator.php ¦ ¦ SortableIterator.php ¦ ¦ VcsIgnoredFilterIterator.php ¦ ¦ ¦ +---http-client ¦ ¦ ¦ AmpHttpClient.php ¦ ¦ ¦ AsyncDecoratorTrait.php ¦ ¦ ¦ CachingHttpClient.php ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ CurlHttpClient.php ¦ ¦ ¦ DecoratorTrait.php ¦ ¦ ¦ EventSourceHttpClient.php ¦ ¦ ¦ HttpClient.php ¦ ¦ ¦ HttpClientTrait.php ¦ ¦ ¦ HttplugClient.php ¦ ¦ ¦ HttpOptions.php ¦ ¦ ¦ LICENSE ¦ ¦ ¦ MockHttpClient.php ¦ ¦ ¦ NativeHttpClient.php ¦ ¦ ¦ NoPrivateNetworkHttpClient.php ¦ ¦ ¦ Psr18Client.php ¦ ¦ ¦ README.md ¦ ¦ ¦ RetryableHttpClient.php ¦ ¦ ¦ ScopingHttpClient.php ¦ ¦ ¦ TraceableHttpClient.php ¦ ¦ ¦ UriTemplateHttpClient.php ¦ ¦ ¦ ¦ ¦ +---Chunk ¦ ¦ ¦ DataChunk.php ¦ ¦ ¦ ErrorChunk.php ¦ ¦ ¦ FirstChunk.php ¦ ¦ ¦ InformationalChunk.php ¦ ¦ ¦ LastChunk.php ¦ ¦ ¦ ServerSentEvent.php ¦ ¦ ¦ ¦ ¦ +---DataCollector ¦ ¦ ¦ HttpClientDataCollector.php ¦ ¦ ¦ ¦ ¦ +---DependencyInjection ¦ ¦ ¦ HttpClientPass.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ ClientException.php ¦ ¦ ¦ EventSourceException.php ¦ ¦ ¦ HttpExceptionTrait.php ¦ ¦ ¦ InvalidArgumentException.php ¦ ¦ ¦ JsonException.php ¦ ¦ ¦ RedirectionException.php ¦ ¦ ¦ ServerException.php ¦ ¦ ¦ TimeoutException.php ¦ ¦ ¦ TransportException.php ¦ ¦ ¦ ¦ ¦ +---Internal ¦ ¦ ¦ AmpBody.php ¦ ¦ ¦ AmpClientState.php ¦ ¦ ¦ AmpListener.php ¦ ¦ ¦ AmpResolver.php ¦ ¦ ¦ Canary.php ¦ ¦ ¦ ClientState.php ¦ ¦ ¦ CurlClientState.php ¦ ¦ ¦ DnsCache.php ¦ ¦ ¦ HttplugWaitLoop.php ¦ ¦ ¦ LegacyHttplugInterface.php ¦ ¦ ¦ NativeClientState.php ¦ ¦ ¦ PushedResponse.php ¦ ¦ ¦ ¦ ¦ +---Messenger ¦ ¦ ¦ PingWebhookMessage.php ¦ ¦ ¦ PingWebhookMessageHandler.php ¦ ¦ ¦ ¦ ¦ +---Response ¦ ¦ ¦ AmpResponse.php ¦ ¦ ¦ AsyncContext.php ¦ ¦ ¦ AsyncResponse.php ¦ ¦ ¦ CommonResponseTrait.php ¦ ¦ ¦ CurlResponse.php ¦ ¦ ¦ HttplugPromise.php ¦ ¦ ¦ JsonMockResponse.php ¦ ¦ ¦ MockResponse.php ¦ ¦ ¦ NativeResponse.php ¦ ¦ ¦ ResponseStream.php ¦ ¦ ¦ StreamableInterface.php ¦ ¦ ¦ StreamWrapper.php ¦ ¦ ¦ TraceableResponse.php ¦ ¦ ¦ TransportResponseTrait.php ¦ ¦ ¦ ¦ ¦ +---Retry ¦ ¦ ¦ GenericRetryStrategy.php ¦ ¦ ¦ RetryStrategyInterface.php ¦ ¦ ¦ ¦ ¦ +---Test ¦ ¦ HarFileResponseFactory.php ¦ ¦ ¦ +---http-client-contracts ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ ChunkInterface.php ¦ ¦ ¦ composer.json ¦ ¦ ¦ HttpClientInterface.php ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ ResponseInterface.php ¦ ¦ ¦ ResponseStreamInterface.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ ClientExceptionInterface.php ¦ ¦ ¦ DecodingExceptionInterface.php ¦ ¦ ¦ ExceptionInterface.php ¦ ¦ ¦ HttpExceptionInterface.php ¦ ¦ ¦ RedirectionExceptionInterface.php ¦ ¦ ¦ ServerExceptionInterface.php ¦ ¦ ¦ TimeoutExceptionInterface.php ¦ ¦ ¦ TransportExceptionInterface.php ¦ ¦ ¦ ¦ ¦ +---Test ¦ ¦ ¦ HttpClientTestCase.php ¦ ¦ ¦ TestHttpServer.php ¦ ¦ ¦ ¦ ¦ +---Fixtures ¦ ¦ +---web ¦ ¦ index.php ¦ ¦ ¦ +---http-foundation ¦ ¦ ¦ AcceptHeader.php ¦ ¦ ¦ AcceptHeaderItem.php ¦ ¦ ¦ BinaryFileResponse.php ¦ ¦ ¦ ChainRequestMatcher.php ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ Cookie.php ¦ ¦ ¦ ExpressionRequestMatcher.php ¦ ¦ ¦ FileBag.php ¦ ¦ ¦ HeaderBag.php ¦ ¦ ¦ HeaderUtils.php ¦ ¦ ¦ InputBag.php ¦ ¦ ¦ IpUtils.php ¦ ¦ ¦ JsonResponse.php ¦ ¦ ¦ LICENSE ¦ ¦ ¦ ParameterBag.php ¦ ¦ ¦ README.md ¦ ¦ ¦ RedirectResponse.php ¦ ¦ ¦ Request.php ¦ ¦ ¦ RequestMatcher.php ¦ ¦ ¦ RequestMatcherInterface.php ¦ ¦ ¦ RequestStack.php ¦ ¦ ¦ Response.php ¦ ¦ ¦ ResponseHeaderBag.php ¦ ¦ ¦ ServerBag.php ¦ ¦ ¦ StreamedJsonResponse.php ¦ ¦ ¦ StreamedResponse.php ¦ ¦ ¦ UriSigner.php ¦ ¦ ¦ UrlHelper.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ BadRequestException.php ¦ ¦ ¦ ConflictingHeadersException.php ¦ ¦ ¦ JsonException.php ¦ ¦ ¦ RequestExceptionInterface.php ¦ ¦ ¦ SessionNotFoundException.php ¦ ¦ ¦ SuspiciousOperationException.php ¦ ¦ ¦ UnexpectedValueException.php ¦ ¦ ¦ ¦ ¦ +---File ¦ ¦ ¦ ¦ File.php ¦ ¦ ¦ ¦ Stream.php ¦ ¦ ¦ ¦ UploadedFile.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ AccessDeniedException.php ¦ ¦ ¦ CannotWriteFileException.php ¦ ¦ ¦ ExtensionFileException.php ¦ ¦ ¦ FileException.php ¦ ¦ ¦ FileNotFoundException.php ¦ ¦ ¦ FormSizeFileException.php ¦ ¦ ¦ IniSizeFileException.php ¦ ¦ ¦ NoFileException.php ¦ ¦ ¦ NoTmpDirFileException.php ¦ ¦ ¦ PartialFileException.php ¦ ¦ ¦ UnexpectedTypeException.php ¦ ¦ ¦ UploadException.php ¦ ¦ ¦ ¦ ¦ +---RateLimiter ¦ ¦ ¦ AbstractRequestRateLimiter.php ¦ ¦ ¦ PeekableRequestRateLimiterInterface.php ¦ ¦ ¦ RequestRateLimiterInterface.php ¦ ¦ ¦ ¦ ¦ +---RequestMatcher ¦ ¦ ¦ AttributesRequestMatcher.php ¦ ¦ ¦ ExpressionRequestMatcher.php ¦ ¦ ¦ HostRequestMatcher.php ¦ ¦ ¦ IpsRequestMatcher.php ¦ ¦ ¦ IsJsonRequestMatcher.php ¦ ¦ ¦ MethodRequestMatcher.php ¦ ¦ ¦ PathRequestMatcher.php ¦ ¦ ¦ PortRequestMatcher.php ¦ ¦ ¦ SchemeRequestMatcher.php ¦ ¦ ¦ ¦ ¦ +---Session ¦ ¦ ¦ ¦ FlashBagAwareSessionInterface.php ¦ ¦ ¦ ¦ Session.php ¦ ¦ ¦ ¦ SessionBagInterface.php ¦ ¦ ¦ ¦ SessionBagProxy.php ¦ ¦ ¦ ¦ SessionFactory.php ¦ ¦ ¦ ¦ SessionFactoryInterface.php ¦ ¦ ¦ ¦ SessionInterface.php ¦ ¦ ¦ ¦ SessionUtils.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Attribute ¦ ¦ ¦ ¦ AttributeBag.php ¦ ¦ ¦ ¦ AttributeBagInterface.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Flash ¦ ¦ ¦ ¦ AutoExpireFlashBag.php ¦ ¦ ¦ ¦ FlashBag.php ¦ ¦ ¦ ¦ FlashBagInterface.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Storage ¦ ¦ ¦ ¦ MetadataBag.php ¦ ¦ ¦ ¦ MockArraySessionStorage.php ¦ ¦ ¦ ¦ MockFileSessionStorage.php ¦ ¦ ¦ ¦ MockFileSessionStorageFactory.php ¦ ¦ ¦ ¦ NativeSessionStorage.php ¦ ¦ ¦ ¦ NativeSessionStorageFactory.php ¦ ¦ ¦ ¦ PhpBridgeSessionStorage.php ¦ ¦ ¦ ¦ PhpBridgeSessionStorageFactory.php ¦ ¦ ¦ ¦ SessionStorageFactoryInterface.php ¦ ¦ ¦ ¦ SessionStorageInterface.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Handler ¦ ¦ ¦ ¦ AbstractSessionHandler.php ¦ ¦ ¦ ¦ IdentityMarshaller.php ¦ ¦ ¦ ¦ MarshallingSessionHandler.php ¦ ¦ ¦ ¦ MemcachedSessionHandler.php ¦ ¦ ¦ ¦ MigratingSessionHandler.php ¦ ¦ ¦ ¦ MongoDbSessionHandler.php ¦ ¦ ¦ ¦ NativeFileSessionHandler.php ¦ ¦ ¦ ¦ NullSessionHandler.php ¦ ¦ ¦ ¦ PdoSessionHandler.php ¦ ¦ ¦ ¦ RedisSessionHandler.php ¦ ¦ ¦ ¦ SessionHandlerFactory.php ¦ ¦ ¦ ¦ StrictSessionHandler.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Proxy ¦ ¦ ¦ AbstractProxy.php ¦ ¦ ¦ SessionHandlerProxy.php ¦ ¦ ¦ ¦ ¦ +---Test ¦ ¦ +---Constraint ¦ ¦ RequestAttributeValueSame.php ¦ ¦ ResponseCookieValueSame.php ¦ ¦ ResponseFormatSame.php ¦ ¦ ResponseHasCookie.php ¦ ¦ ResponseHasHeader.php ¦ ¦ ResponseHeaderLocationSame.php ¦ ¦ ResponseHeaderSame.php ¦ ¦ ResponseIsRedirected.php ¦ ¦ ResponseIsSuccessful.php ¦ ¦ ResponseIsUnprocessable.php ¦ ¦ ResponseStatusCodeSame.php ¦ ¦ ¦ +---http-kernel ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ HttpClientKernel.php ¦ ¦ ¦ HttpKernel.php ¦ ¦ ¦ HttpKernelBrowser.php ¦ ¦ ¦ HttpKernelInterface.php ¦ ¦ ¦ Kernel.php ¦ ¦ ¦ KernelEvents.php ¦ ¦ ¦ KernelInterface.php ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ RebootableInterface.php ¦ ¦ ¦ TerminableInterface.php ¦ ¦ ¦ UriSigner.php ¦ ¦ ¦ ¦ ¦ +---Attribute ¦ ¦ ¦ AsController.php ¦ ¦ ¦ AsTargetedValueResolver.php ¦ ¦ ¦ Cache.php ¦ ¦ ¦ MapDateTime.php ¦ ¦ ¦ MapQueryParameter.php ¦ ¦ ¦ MapQueryString.php ¦ ¦ ¦ MapRequestPayload.php ¦ ¦ ¦ ValueResolver.php ¦ ¦ ¦ WithHttpStatus.php ¦ ¦ ¦ WithLogLevel.php ¦ ¦ ¦ ¦ ¦ +---Bundle ¦ ¦ ¦ AbstractBundle.php ¦ ¦ ¦ Bundle.php ¦ ¦ ¦ BundleExtension.php ¦ ¦ ¦ BundleInterface.php ¦ ¦ ¦ ¦ ¦ +---CacheClearer ¦ ¦ ¦ CacheClearerInterface.php ¦ ¦ ¦ ChainCacheClearer.php ¦ ¦ ¦ Psr6CacheClearer.php ¦ ¦ ¦ ¦ ¦ +---CacheWarmer ¦ ¦ ¦ CacheWarmer.php ¦ ¦ ¦ CacheWarmerAggregate.php ¦ ¦ ¦ CacheWarmerInterface.php ¦ ¦ ¦ WarmableInterface.php ¦ ¦ ¦ ¦ ¦ +---Config ¦ ¦ ¦ FileLocator.php ¦ ¦ ¦ ¦ ¦ +---Controller ¦ ¦ ¦ ¦ ArgumentResolver.php ¦ ¦ ¦ ¦ ArgumentResolverInterface.php ¦ ¦ ¦ ¦ ArgumentValueResolverInterface.php ¦ ¦ ¦ ¦ ContainerControllerResolver.php ¦ ¦ ¦ ¦ ControllerReference.php ¦ ¦ ¦ ¦ ControllerResolver.php ¦ ¦ ¦ ¦ ControllerResolverInterface.php ¦ ¦ ¦ ¦ ErrorController.php ¦ ¦ ¦ ¦ TraceableArgumentResolver.php ¦ ¦ ¦ ¦ TraceableControllerResolver.php ¦ ¦ ¦ ¦ ValueResolverInterface.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---ArgumentResolver ¦ ¦ ¦ BackedEnumValueResolver.php ¦ ¦ ¦ DateTimeValueResolver.php ¦ ¦ ¦ DefaultValueResolver.php ¦ ¦ ¦ NotTaggedControllerValueResolver.php ¦ ¦ ¦ QueryParameterValueResolver.php ¦ ¦ ¦ RequestAttributeValueResolver.php ¦ ¦ ¦ RequestPayloadValueResolver.php ¦ ¦ ¦ RequestValueResolver.php ¦ ¦ ¦ ServiceValueResolver.php ¦ ¦ ¦ SessionValueResolver.php ¦ ¦ ¦ TraceableValueResolver.php ¦ ¦ ¦ UidValueResolver.php ¦ ¦ ¦ VariadicValueResolver.php ¦ ¦ ¦ ¦ ¦ +---ControllerMetadata ¦ ¦ ¦ ArgumentMetadata.php ¦ ¦ ¦ ArgumentMetadataFactory.php ¦ ¦ ¦ ArgumentMetadataFactoryInterface.php ¦ ¦ ¦ ¦ ¦ +---DataCollector ¦ ¦ ¦ AjaxDataCollector.php ¦ ¦ ¦ ConfigDataCollector.php ¦ ¦ ¦ DataCollector.php ¦ ¦ ¦ DataCollectorInterface.php ¦ ¦ ¦ DumpDataCollector.php ¦ ¦ ¦ EventDataCollector.php ¦ ¦ ¦ ExceptionDataCollector.php ¦ ¦ ¦ LateDataCollectorInterface.php ¦ ¦ ¦ LoggerDataCollector.php ¦ ¦ ¦ MemoryDataCollector.php ¦ ¦ ¦ RequestDataCollector.php ¦ ¦ ¦ RouterDataCollector.php ¦ ¦ ¦ TimeDataCollector.php ¦ ¦ ¦ ¦ ¦ +---Debug ¦ ¦ ¦ ErrorHandlerConfigurator.php ¦ ¦ ¦ FileLinkFormatter.php ¦ ¦ ¦ TraceableEventDispatcher.php ¦ ¦ ¦ VirtualRequestStack.php ¦ ¦ ¦ ¦ ¦ +---DependencyInjection ¦ ¦ ¦ AddAnnotatedClassesToCachePass.php ¦ ¦ ¦ ConfigurableExtension.php ¦ ¦ ¦ ControllerArgumentValueResolverPass.php ¦ ¦ ¦ Extension.php ¦ ¦ ¦ FragmentRendererPass.php ¦ ¦ ¦ LazyLoadingFragmentHandler.php ¦ ¦ ¦ LoggerPass.php ¦ ¦ ¦ MergeExtensionConfigurationPass.php ¦ ¦ ¦ RegisterControllerArgumentLocatorsPass.php ¦ ¦ ¦ RegisterLocaleAwareServicesPass.php ¦ ¦ ¦ RemoveEmptyControllerArgumentLocatorsPass.php ¦ ¦ ¦ ResettableServicePass.php ¦ ¦ ¦ ServicesResetter.php ¦ ¦ ¦ ¦ ¦ +---Event ¦ ¦ ¦ ControllerArgumentsEvent.php ¦ ¦ ¦ ControllerEvent.php ¦ ¦ ¦ ExceptionEvent.php ¦ ¦ ¦ FinishRequestEvent.php ¦ ¦ ¦ KernelEvent.php ¦ ¦ ¦ RequestEvent.php ¦ ¦ ¦ ResponseEvent.php ¦ ¦ ¦ TerminateEvent.php ¦ ¦ ¦ ViewEvent.php ¦ ¦ ¦ ¦ ¦ +---EventListener ¦ ¦ ¦ AbstractSessionListener.php ¦ ¦ ¦ AddRequestFormatsListener.php ¦ ¦ ¦ CacheAttributeListener.php ¦ ¦ ¦ DebugHandlersListener.php ¦ ¦ ¦ DisallowRobotsIndexingListener.php ¦ ¦ ¦ DumpListener.php ¦ ¦ ¦ ErrorListener.php ¦ ¦ ¦ FragmentListener.php ¦ ¦ ¦ LocaleAwareListener.php ¦ ¦ ¦ LocaleListener.php ¦ ¦ ¦ ProfilerListener.php ¦ ¦ ¦ ResponseListener.php ¦ ¦ ¦ RouterListener.php ¦ ¦ ¦ SessionListener.php ¦ ¦ ¦ StreamedResponseListener.php ¦ ¦ ¦ SurrogateListener.php ¦ ¦ ¦ ValidateRequestListener.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ AccessDeniedHttpException.php ¦ ¦ ¦ BadRequestHttpException.php ¦ ¦ ¦ ConflictHttpException.php ¦ ¦ ¦ ControllerDoesNotReturnResponseException.php ¦ ¦ ¦ GoneHttpException.php ¦ ¦ ¦ HttpException.php ¦ ¦ ¦ HttpExceptionInterface.php ¦ ¦ ¦ InvalidMetadataException.php ¦ ¦ ¦ LengthRequiredHttpException.php ¦ ¦ ¦ LockedHttpException.php ¦ ¦ ¦ MethodNotAllowedHttpException.php ¦ ¦ ¦ NotAcceptableHttpException.php ¦ ¦ ¦ NotFoundHttpException.php ¦ ¦ ¦ PreconditionFailedHttpException.php ¦ ¦ ¦ PreconditionRequiredHttpException.php ¦ ¦ ¦ ResolverNotFoundException.php ¦ ¦ ¦ ServiceUnavailableHttpException.php ¦ ¦ ¦ TooManyRequestsHttpException.php ¦ ¦ ¦ UnauthorizedHttpException.php ¦ ¦ ¦ UnexpectedSessionUsageException.php ¦ ¦ ¦ UnprocessableEntityHttpException.php ¦ ¦ ¦ UnsupportedMediaTypeHttpException.php ¦ ¦ ¦ ¦ ¦ +---Fragment ¦ ¦ ¦ AbstractSurrogateFragmentRenderer.php ¦ ¦ ¦ EsiFragmentRenderer.php ¦ ¦ ¦ FragmentHandler.php ¦ ¦ ¦ FragmentRendererInterface.php ¦ ¦ ¦ FragmentUriGenerator.php ¦ ¦ ¦ FragmentUriGeneratorInterface.php ¦ ¦ ¦ HIncludeFragmentRenderer.php ¦ ¦ ¦ InlineFragmentRenderer.php ¦ ¦ ¦ RoutableFragmentRenderer.php ¦ ¦ ¦ SsiFragmentRenderer.php ¦ ¦ ¦ ¦ ¦ +---HttpCache ¦ ¦ ¦ AbstractSurrogate.php ¦ ¦ ¦ CacheWasLockedException.php ¦ ¦ ¦ Esi.php ¦ ¦ ¦ HttpCache.php ¦ ¦ ¦ ResponseCacheStrategy.php ¦ ¦ ¦ ResponseCacheStrategyInterface.php ¦ ¦ ¦ Ssi.php ¦ ¦ ¦ Store.php ¦ ¦ ¦ StoreInterface.php ¦ ¦ ¦ SubRequestHandler.php ¦ ¦ ¦ SurrogateInterface.php ¦ ¦ ¦ ¦ ¦ +---Log ¦ ¦ ¦ DebugLoggerConfigurator.php ¦ ¦ ¦ DebugLoggerInterface.php ¦ ¦ ¦ Logger.php ¦ ¦ ¦ ¦ ¦ +---Profiler ¦ ¦ ¦ FileProfilerStorage.php ¦ ¦ ¦ Profile.php ¦ ¦ ¦ Profiler.php ¦ ¦ ¦ ProfilerStorageInterface.php ¦ ¦ ¦ ¦ ¦ +---Resources ¦ ¦ welcome.html.php ¦ ¦ ¦ +---mailer ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ DelayedEnvelope.php ¦ ¦ ¦ Envelope.php ¦ ¦ ¦ LICENSE ¦ ¦ ¦ Mailer.php ¦ ¦ ¦ MailerInterface.php ¦ ¦ ¦ README.md ¦ ¦ ¦ SentMessage.php ¦ ¦ ¦ Transport.php ¦ ¦ ¦ ¦ ¦ +---Command ¦ ¦ ¦ MailerTestCommand.php ¦ ¦ ¦ ¦ ¦ +---DataCollector ¦ ¦ ¦ MessageDataCollector.php ¦ ¦ ¦ ¦ ¦ +---Event ¦ ¦ ¦ FailedMessageEvent.php ¦ ¦ ¦ MessageEvent.php ¦ ¦ ¦ MessageEvents.php ¦ ¦ ¦ SentMessageEvent.php ¦ ¦ ¦ ¦ ¦ +---EventListener ¦ ¦ ¦ EnvelopeListener.php ¦ ¦ ¦ MessageListener.php ¦ ¦ ¦ MessageLoggerListener.php ¦ ¦ ¦ MessengerTransportListener.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ ExceptionInterface.php ¦ ¦ ¦ HttpTransportException.php ¦ ¦ ¦ IncompleteDsnException.php ¦ ¦ ¦ InvalidArgumentException.php ¦ ¦ ¦ LogicException.php ¦ ¦ ¦ RuntimeException.php ¦ ¦ ¦ TransportException.php ¦ ¦ ¦ TransportExceptionInterface.php ¦ ¦ ¦ UnexpectedResponseException.php ¦ ¦ ¦ UnsupportedSchemeException.php ¦ ¦ ¦ ¦ ¦ +---Header ¦ ¦ ¦ MetadataHeader.php ¦ ¦ ¦ TagHeader.php ¦ ¦ ¦ ¦ ¦ +---Messenger ¦ ¦ ¦ MessageHandler.php ¦ ¦ ¦ SendEmailMessage.php ¦ ¦ ¦ ¦ ¦ +---Test ¦ ¦ ¦ ¦ TransportFactoryTestCase.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Constraint ¦ ¦ ¦ EmailCount.php ¦ ¦ ¦ EmailIsQueued.php ¦ ¦ ¦ ¦ ¦ +---Transport ¦ ¦ ¦ AbstractApiTransport.php ¦ ¦ ¦ AbstractHttpTransport.php ¦ ¦ ¦ AbstractTransport.php ¦ ¦ ¦ AbstractTransportFactory.php ¦ ¦ ¦ Dsn.php ¦ ¦ ¦ FailoverTransport.php ¦ ¦ ¦ NativeTransportFactory.php ¦ ¦ ¦ NullTransport.php ¦ ¦ ¦ NullTransportFactory.php ¦ ¦ ¦ RoundRobinTransport.php ¦ ¦ ¦ SendmailTransport.php ¦ ¦ ¦ SendmailTransportFactory.php ¦ ¦ ¦ TransportFactoryInterface.php ¦ ¦ ¦ TransportInterface.php ¦ ¦ ¦ Transports.php ¦ ¦ ¦ ¦ ¦ +---Smtp ¦ ¦ ¦ EsmtpTransport.php ¦ ¦ ¦ EsmtpTransportFactory.php ¦ ¦ ¦ SmtpTransport.php ¦ ¦ ¦ ¦ ¦ +---Auth ¦ ¦ ¦ AuthenticatorInterface.php ¦ ¦ ¦ CramMd5Authenticator.php ¦ ¦ ¦ LoginAuthenticator.php ¦ ¦ ¦ PlainAuthenticator.php ¦ ¦ ¦ XOAuth2Authenticator.php ¦ ¦ ¦ ¦ ¦ +---Stream ¦ ¦ AbstractStream.php ¦ ¦ ProcessStream.php ¦ ¦ SocketStream.php ¦ ¦ ¦ +---mime ¦ ¦ ¦ Address.php ¦ ¦ ¦ BodyRendererInterface.php ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ CharacterStream.php ¦ ¦ ¦ composer.json ¦ ¦ ¦ DraftEmail.php ¦ ¦ ¦ Email.php ¦ ¦ ¦ FileBinaryMimeTypeGuesser.php ¦ ¦ ¦ FileinfoMimeTypeGuesser.php ¦ ¦ ¦ LICENSE ¦ ¦ ¦ Message.php ¦ ¦ ¦ MessageConverter.php ¦ ¦ ¦ MimeTypeGuesserInterface.php ¦ ¦ ¦ MimeTypes.php ¦ ¦ ¦ MimeTypesInterface.php ¦ ¦ ¦ RawMessage.php ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---Crypto ¦ ¦ ¦ DkimOptions.php ¦ ¦ ¦ DkimSigner.php ¦ ¦ ¦ SMime.php ¦ ¦ ¦ SMimeEncrypter.php ¦ ¦ ¦ SMimeSigner.php ¦ ¦ ¦ ¦ ¦ +---DependencyInjection ¦ ¦ ¦ AddMimeTypeGuesserPass.php ¦ ¦ ¦ ¦ ¦ +---Encoder ¦ ¦ ¦ AddressEncoderInterface.php ¦ ¦ ¦ Base64ContentEncoder.php ¦ ¦ ¦ Base64Encoder.php ¦ ¦ ¦ Base64MimeHeaderEncoder.php ¦ ¦ ¦ ContentEncoderInterface.php ¦ ¦ ¦ EightBitContentEncoder.php ¦ ¦ ¦ EncoderInterface.php ¦ ¦ ¦ IdnAddressEncoder.php ¦ ¦ ¦ MimeHeaderEncoderInterface.php ¦ ¦ ¦ QpContentEncoder.php ¦ ¦ ¦ QpEncoder.php ¦ ¦ ¦ QpMimeHeaderEncoder.php ¦ ¦ ¦ Rfc2231Encoder.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ AddressEncoderException.php ¦ ¦ ¦ ExceptionInterface.php ¦ ¦ ¦ InvalidArgumentException.php ¦ ¦ ¦ LogicException.php ¦ ¦ ¦ RfcComplianceException.php ¦ ¦ ¦ RuntimeException.php ¦ ¦ ¦ ¦ ¦ +---Header ¦ ¦ ¦ AbstractHeader.php ¦ ¦ ¦ DateHeader.php ¦ ¦ ¦ HeaderInterface.php ¦ ¦ ¦ Headers.php ¦ ¦ ¦ IdentificationHeader.php ¦ ¦ ¦ MailboxHeader.php ¦ ¦ ¦ MailboxListHeader.php ¦ ¦ ¦ ParameterizedHeader.php ¦ ¦ ¦ PathHeader.php ¦ ¦ ¦ UnstructuredHeader.php ¦ ¦ ¦ ¦ ¦ +---HtmlToTextConverter ¦ ¦ ¦ DefaultHtmlToTextConverter.php ¦ ¦ ¦ HtmlToTextConverterInterface.php ¦ ¦ ¦ LeagueHtmlToMarkdownConverter.php ¦ ¦ ¦ ¦ ¦ +---Part ¦ ¦ ¦ ¦ AbstractMultipartPart.php ¦ ¦ ¦ ¦ AbstractPart.php ¦ ¦ ¦ ¦ DataPart.php ¦ ¦ ¦ ¦ File.php ¦ ¦ ¦ ¦ MessagePart.php ¦ ¦ ¦ ¦ SMimePart.php ¦ ¦ ¦ ¦ TextPart.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Multipart ¦ ¦ ¦ AlternativePart.php ¦ ¦ ¦ DigestPart.php ¦ ¦ ¦ FormDataPart.php ¦ ¦ ¦ MixedPart.php ¦ ¦ ¦ RelatedPart.php ¦ ¦ ¦ ¦ ¦ +---Resources ¦ ¦ ¦ +---bin ¦ ¦ ¦ update_mime_types.php ¦ ¦ ¦ ¦ ¦ +---Test ¦ ¦ +---Constraint ¦ ¦ EmailAddressContains.php ¦ ¦ EmailAttachmentCount.php ¦ ¦ EmailHasHeader.php ¦ ¦ EmailHeaderSame.php ¦ ¦ EmailHtmlBodyContains.php ¦ ¦ EmailSubjectContains.php ¦ ¦ EmailTextBodyContains.php ¦ ¦ ¦ +---polyfill-ctype ¦ ¦ bootstrap.php ¦ ¦ bootstrap80.php ¦ ¦ composer.json ¦ ¦ Ctype.php ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ ¦ +---polyfill-intl-grapheme ¦ ¦ bootstrap.php ¦ ¦ bootstrap80.php ¦ ¦ composer.json ¦ ¦ Grapheme.php ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ ¦ +---polyfill-intl-idn ¦ ¦ ¦ bootstrap.php ¦ ¦ ¦ bootstrap80.php ¦ ¦ ¦ composer.json ¦ ¦ ¦ Idn.php ¦ ¦ ¦ Info.php ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---Resources ¦ ¦ +---unidata ¦ ¦ deviation.php ¦ ¦ disallowed.php ¦ ¦ DisallowedRanges.php ¦ ¦ disallowed_STD3_mapped.php ¦ ¦ disallowed_STD3_valid.php ¦ ¦ ignored.php ¦ ¦ mapped.php ¦ ¦ Regex.php ¦ ¦ virama.php ¦ ¦ ¦ +---polyfill-intl-normalizer ¦ ¦ ¦ bootstrap.php ¦ ¦ ¦ bootstrap80.php ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ Normalizer.php ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---Resources ¦ ¦ +---stubs ¦ ¦ ¦ Normalizer.php ¦ ¦ ¦ ¦ ¦ +---unidata ¦ ¦ canonicalComposition.php ¦ ¦ canonicalDecomposition.php ¦ ¦ combiningClass.php ¦ ¦ compatibilityDecomposition.php ¦ ¦ ¦ +---polyfill-mbstring ¦ ¦ ¦ bootstrap.php ¦ ¦ ¦ bootstrap80.php ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ Mbstring.php ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---Resources ¦ ¦ +---unidata ¦ ¦ caseFolding.php ¦ ¦ lowerCase.php ¦ ¦ titleCaseRegexp.php ¦ ¦ upperCase.php ¦ ¦ ¦ +---polyfill-php80 ¦ ¦ ¦ bootstrap.php ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ Php80.php ¦ ¦ ¦ PhpToken.php ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---Resources ¦ ¦ +---stubs ¦ ¦ Attribute.php ¦ ¦ PhpToken.php ¦ ¦ Stringable.php ¦ ¦ UnhandledMatchError.php ¦ ¦ ValueError.php ¦ ¦ ¦ +---polyfill-php83 ¦ ¦ ¦ bootstrap.php ¦ ¦ ¦ bootstrap81.php ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ Php83.php ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---Resources ¦ ¦ +---stubs ¦ ¦ DateError.php ¦ ¦ DateException.php ¦ ¦ DateInvalidOperationException.php ¦ ¦ DateInvalidTimeZoneException.php ¦ ¦ DateMalformedIntervalStringException.php ¦ ¦ DateMalformedPeriodStringException.php ¦ ¦ DateMalformedStringException.php ¦ ¦ DateObjectError.php ¦ ¦ DateRangeError.php ¦ ¦ Override.php ¦ ¦ SQLite3Exception.php ¦ ¦ ¦ +---polyfill-uuid ¦ ¦ bootstrap.php ¦ ¦ bootstrap80.php ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ Uuid.php ¦ ¦ ¦ +---process ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ ExecutableFinder.php ¦ ¦ ¦ InputStream.php ¦ ¦ ¦ LICENSE ¦ ¦ ¦ PhpExecutableFinder.php ¦ ¦ ¦ PhpProcess.php ¦ ¦ ¦ PhpSubprocess.php ¦ ¦ ¦ Process.php ¦ ¦ ¦ ProcessUtils.php ¦ ¦ ¦ README.md ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ ExceptionInterface.php ¦ ¦ ¦ InvalidArgumentException.php ¦ ¦ ¦ LogicException.php ¦ ¦ ¦ ProcessFailedException.php ¦ ¦ ¦ ProcessSignaledException.php ¦ ¦ ¦ ProcessTimedOutException.php ¦ ¦ ¦ RunProcessFailedException.php ¦ ¦ ¦ RuntimeException.php ¦ ¦ ¦ ¦ ¦ +---Messenger ¦ ¦ ¦ RunProcessContext.php ¦ ¦ ¦ RunProcessMessage.php ¦ ¦ ¦ RunProcessMessageHandler.php ¦ ¦ ¦ ¦ ¦ +---Pipes ¦ ¦ AbstractPipes.php ¦ ¦ PipesInterface.php ¦ ¦ UnixPipes.php ¦ ¦ WindowsPipes.php ¦ ¦ ¦ +---routing ¦ ¦ ¦ Alias.php ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ CompiledRoute.php ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ RequestContext.php ¦ ¦ ¦ RequestContextAwareInterface.php ¦ ¦ ¦ Route.php ¦ ¦ ¦ RouteCollection.php ¦ ¦ ¦ RouteCompiler.php ¦ ¦ ¦ RouteCompilerInterface.php ¦ ¦ ¦ Router.php ¦ ¦ ¦ RouterInterface.php ¦ ¦ ¦ ¦ ¦ +---Annotation ¦ ¦ ¦ Route.php ¦ ¦ ¦ ¦ ¦ +---Attribute ¦ ¦ ¦ Route.php ¦ ¦ ¦ ¦ ¦ +---DependencyInjection ¦ ¦ ¦ AddExpressionLanguageProvidersPass.php ¦ ¦ ¦ RoutingResolverPass.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ ExceptionInterface.php ¦ ¦ ¦ InvalidArgumentException.php ¦ ¦ ¦ InvalidParameterException.php ¦ ¦ ¦ MethodNotAllowedException.php ¦ ¦ ¦ MissingMandatoryParametersException.php ¦ ¦ ¦ NoConfigurationException.php ¦ ¦ ¦ ResourceNotFoundException.php ¦ ¦ ¦ RouteCircularReferenceException.php ¦ ¦ ¦ RouteNotFoundException.php ¦ ¦ ¦ RuntimeException.php ¦ ¦ ¦ ¦ ¦ +---Generator ¦ ¦ ¦ ¦ CompiledUrlGenerator.php ¦ ¦ ¦ ¦ ConfigurableRequirementsInterface.php ¦ ¦ ¦ ¦ UrlGenerator.php ¦ ¦ ¦ ¦ UrlGeneratorInterface.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Dumper ¦ ¦ ¦ CompiledUrlGeneratorDumper.php ¦ ¦ ¦ GeneratorDumper.php ¦ ¦ ¦ GeneratorDumperInterface.php ¦ ¦ ¦ ¦ ¦ +---Loader ¦ ¦ ¦ ¦ AnnotationClassLoader.php ¦ ¦ ¦ ¦ AnnotationDirectoryLoader.php ¦ ¦ ¦ ¦ AnnotationFileLoader.php ¦ ¦ ¦ ¦ AttributeClassLoader.php ¦ ¦ ¦ ¦ AttributeDirectoryLoader.php ¦ ¦ ¦ ¦ AttributeFileLoader.php ¦ ¦ ¦ ¦ ClosureLoader.php ¦ ¦ ¦ ¦ ContainerLoader.php ¦ ¦ ¦ ¦ DirectoryLoader.php ¦ ¦ ¦ ¦ GlobFileLoader.php ¦ ¦ ¦ ¦ ObjectLoader.php ¦ ¦ ¦ ¦ PhpFileLoader.php ¦ ¦ ¦ ¦ Psr4DirectoryLoader.php ¦ ¦ ¦ ¦ XmlFileLoader.php ¦ ¦ ¦ ¦ YamlFileLoader.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Configurator ¦ ¦ ¦ ¦ ¦ AliasConfigurator.php ¦ ¦ ¦ ¦ ¦ CollectionConfigurator.php ¦ ¦ ¦ ¦ ¦ ImportConfigurator.php ¦ ¦ ¦ ¦ ¦ RouteConfigurator.php ¦ ¦ ¦ ¦ ¦ RoutingConfigurator.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Traits ¦ ¦ ¦ ¦ AddTrait.php ¦ ¦ ¦ ¦ HostTrait.php ¦ ¦ ¦ ¦ LocalizedRouteTrait.php ¦ ¦ ¦ ¦ PrefixTrait.php ¦ ¦ ¦ ¦ RouteTrait.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---schema ¦ ¦ ¦ +---routing ¦ ¦ ¦ routing-1.0.xsd ¦ ¦ ¦ ¦ ¦ +---Matcher ¦ ¦ ¦ ¦ CompiledUrlMatcher.php ¦ ¦ ¦ ¦ ExpressionLanguageProvider.php ¦ ¦ ¦ ¦ RedirectableUrlMatcher.php ¦ ¦ ¦ ¦ RedirectableUrlMatcherInterface.php ¦ ¦ ¦ ¦ RequestMatcherInterface.php ¦ ¦ ¦ ¦ TraceableUrlMatcher.php ¦ ¦ ¦ ¦ UrlMatcher.php ¦ ¦ ¦ ¦ UrlMatcherInterface.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Dumper ¦ ¦ ¦ CompiledUrlMatcherDumper.php ¦ ¦ ¦ CompiledUrlMatcherTrait.php ¦ ¦ ¦ MatcherDumper.php ¦ ¦ ¦ MatcherDumperInterface.php ¦ ¦ ¦ StaticPrefixCollection.php ¦ ¦ ¦ ¦ ¦ +---Requirement ¦ ¦ EnumRequirement.php ¦ ¦ Requirement.php ¦ ¦ ¦ +---service-contracts ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ ResetInterface.php ¦ ¦ ¦ ServiceCollectionInterface.php ¦ ¦ ¦ ServiceLocatorTrait.php ¦ ¦ ¦ ServiceMethodsSubscriberTrait.php ¦ ¦ ¦ ServiceProviderInterface.php ¦ ¦ ¦ ServiceSubscriberInterface.php ¦ ¦ ¦ ServiceSubscriberTrait.php ¦ ¦ ¦ ¦ ¦ +---Attribute ¦ ¦ ¦ Required.php ¦ ¦ ¦ SubscribedService.php ¦ ¦ ¦ ¦ ¦ +---Test ¦ ¦ ServiceLocatorTest.php ¦ ¦ ServiceLocatorTestCase.php ¦ ¦ ¦ +---string ¦ ¦ ¦ AbstractString.php ¦ ¦ ¦ AbstractUnicodeString.php ¦ ¦ ¦ ByteString.php ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ CodePointString.php ¦ ¦ ¦ composer.json ¦ ¦ ¦ LazyString.php ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ UnicodeString.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ ExceptionInterface.php ¦ ¦ ¦ InvalidArgumentException.php ¦ ¦ ¦ RuntimeException.php ¦ ¦ ¦ ¦ ¦ +---Inflector ¦ ¦ ¦ EnglishInflector.php ¦ ¦ ¦ FrenchInflector.php ¦ ¦ ¦ InflectorInterface.php ¦ ¦ ¦ ¦ ¦ +---Resources ¦ ¦ ¦ ¦ functions.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---bin ¦ ¦ ¦ +---data ¦ ¦ ¦ wcswidth_table_wide.php ¦ ¦ ¦ wcswidth_table_zero.php ¦ ¦ ¦ ¦ ¦ +---Slugger ¦ ¦ AsciiSlugger.php ¦ ¦ SluggerInterface.php ¦ ¦ ¦ +---translation ¦ ¦ ¦ CatalogueMetadataAwareInterface.php ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ DataCollectorTranslator.php ¦ ¦ ¦ IdentityTranslator.php ¦ ¦ ¦ LICENSE ¦ ¦ ¦ LocaleSwitcher.php ¦ ¦ ¦ LoggingTranslator.php ¦ ¦ ¦ MessageCatalogue.php ¦ ¦ ¦ MessageCatalogueInterface.php ¦ ¦ ¦ MetadataAwareInterface.php ¦ ¦ ¦ PseudoLocalizationTranslator.php ¦ ¦ ¦ README.md ¦ ¦ ¦ TranslatableMessage.php ¦ ¦ ¦ Translator.php ¦ ¦ ¦ TranslatorBag.php ¦ ¦ ¦ TranslatorBagInterface.php ¦ ¦ ¦ ¦ ¦ +---Catalogue ¦ ¦ ¦ AbstractOperation.php ¦ ¦ ¦ MergeOperation.php ¦ ¦ ¦ OperationInterface.php ¦ ¦ ¦ TargetOperation.php ¦ ¦ ¦ ¦ ¦ +---Command ¦ ¦ ¦ TranslationPullCommand.php ¦ ¦ ¦ TranslationPushCommand.php ¦ ¦ ¦ TranslationTrait.php ¦ ¦ ¦ XliffLintCommand.php ¦ ¦ ¦ ¦ ¦ +---DataCollector ¦ ¦ ¦ TranslationDataCollector.php ¦ ¦ ¦ ¦ ¦ +---DependencyInjection ¦ ¦ ¦ DataCollectorTranslatorPass.php ¦ ¦ ¦ LoggingTranslatorPass.php ¦ ¦ ¦ TranslationDumperPass.php ¦ ¦ ¦ TranslationExtractorPass.php ¦ ¦ ¦ TranslatorPass.php ¦ ¦ ¦ TranslatorPathsPass.php ¦ ¦ ¦ ¦ ¦ +---Dumper ¦ ¦ ¦ CsvFileDumper.php ¦ ¦ ¦ DumperInterface.php ¦ ¦ ¦ FileDumper.php ¦ ¦ ¦ IcuResFileDumper.php ¦ ¦ ¦ IniFileDumper.php ¦ ¦ ¦ JsonFileDumper.php ¦ ¦ ¦ MoFileDumper.php ¦ ¦ ¦ PhpFileDumper.php ¦ ¦ ¦ PoFileDumper.php ¦ ¦ ¦ QtFileDumper.php ¦ ¦ ¦ XliffFileDumper.php ¦ ¦ ¦ YamlFileDumper.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ ExceptionInterface.php ¦ ¦ ¦ IncompleteDsnException.php ¦ ¦ ¦ InvalidArgumentException.php ¦ ¦ ¦ InvalidResourceException.php ¦ ¦ ¦ LogicException.php ¦ ¦ ¦ MissingRequiredOptionException.php ¦ ¦ ¦ NotFoundResourceException.php ¦ ¦ ¦ ProviderException.php ¦ ¦ ¦ ProviderExceptionInterface.php ¦ ¦ ¦ RuntimeException.php ¦ ¦ ¦ UnsupportedSchemeException.php ¦ ¦ ¦ ¦ ¦ +---Extractor ¦ ¦ ¦ ¦ AbstractFileExtractor.php ¦ ¦ ¦ ¦ ChainExtractor.php ¦ ¦ ¦ ¦ ExtractorInterface.php ¦ ¦ ¦ ¦ PhpAstExtractor.php ¦ ¦ ¦ ¦ PhpExtractor.php ¦ ¦ ¦ ¦ PhpStringTokenParser.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Visitor ¦ ¦ ¦ AbstractVisitor.php ¦ ¦ ¦ ConstraintVisitor.php ¦ ¦ ¦ TranslatableMessageVisitor.php ¦ ¦ ¦ TransMethodVisitor.php ¦ ¦ ¦ ¦ ¦ +---Formatter ¦ ¦ ¦ IntlFormatter.php ¦ ¦ ¦ IntlFormatterInterface.php ¦ ¦ ¦ MessageFormatter.php ¦ ¦ ¦ MessageFormatterInterface.php ¦ ¦ ¦ ¦ ¦ +---Loader ¦ ¦ ¦ ArrayLoader.php ¦ ¦ ¦ CsvFileLoader.php ¦ ¦ ¦ FileLoader.php ¦ ¦ ¦ IcuDatFileLoader.php ¦ ¦ ¦ IcuResFileLoader.php ¦ ¦ ¦ IniFileLoader.php ¦ ¦ ¦ JsonFileLoader.php ¦ ¦ ¦ LoaderInterface.php ¦ ¦ ¦ MoFileLoader.php ¦ ¦ ¦ PhpFileLoader.php ¦ ¦ ¦ PoFileLoader.php ¦ ¦ ¦ QtFileLoader.php ¦ ¦ ¦ XliffFileLoader.php ¦ ¦ ¦ YamlFileLoader.php ¦ ¦ ¦ ¦ ¦ +---Provider ¦ ¦ ¦ AbstractProviderFactory.php ¦ ¦ ¦ Dsn.php ¦ ¦ ¦ FilteringProvider.php ¦ ¦ ¦ NullProvider.php ¦ ¦ ¦ NullProviderFactory.php ¦ ¦ ¦ ProviderFactoryInterface.php ¦ ¦ ¦ ProviderInterface.php ¦ ¦ ¦ TranslationProviderCollection.php ¦ ¦ ¦ TranslationProviderCollectionFactory.php ¦ ¦ ¦ ¦ ¦ +---Reader ¦ ¦ ¦ TranslationReader.php ¦ ¦ ¦ TranslationReaderInterface.php ¦ ¦ ¦ ¦ ¦ +---Resources ¦ ¦ ¦ ¦ functions.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---bin ¦ ¦ ¦ ¦ translation-status.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---data ¦ ¦ ¦ ¦ parents.json ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---schemas ¦ ¦ ¦ xliff-core-1.2-transitional.xsd ¦ ¦ ¦ xliff-core-2.0.xsd ¦ ¦ ¦ xml.xsd ¦ ¦ ¦ ¦ ¦ +---Test ¦ ¦ ¦ ProviderFactoryTestCase.php ¦ ¦ ¦ ProviderTestCase.php ¦ ¦ ¦ ¦ ¦ +---Util ¦ ¦ ¦ ArrayConverter.php ¦ ¦ ¦ XliffUtils.php ¦ ¦ ¦ ¦ ¦ +---Writer ¦ ¦ TranslationWriter.php ¦ ¦ TranslationWriterInterface.php ¦ ¦ ¦ +---translation-contracts ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ LocaleAwareInterface.php ¦ ¦ ¦ README.md ¦ ¦ ¦ TranslatableInterface.php ¦ ¦ ¦ TranslatorInterface.php ¦ ¦ ¦ TranslatorTrait.php ¦ ¦ ¦ ¦ ¦ +---Test ¦ ¦ TranslatorTest.php ¦ ¦ ¦ +---uid ¦ ¦ ¦ AbstractUid.php ¦ ¦ ¦ BinaryUtil.php ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ MaxUlid.php ¦ ¦ ¦ MaxUuid.php ¦ ¦ ¦ NilUlid.php ¦ ¦ ¦ NilUuid.php ¦ ¦ ¦ README.md ¦ ¦ ¦ TimeBasedUidInterface.php ¦ ¦ ¦ Ulid.php ¦ ¦ ¦ Uuid.php ¦ ¦ ¦ UuidV1.php ¦ ¦ ¦ UuidV3.php ¦ ¦ ¦ UuidV4.php ¦ ¦ ¦ UuidV5.php ¦ ¦ ¦ UuidV6.php ¦ ¦ ¦ UuidV7.php ¦ ¦ ¦ UuidV8.php ¦ ¦ ¦ ¦ ¦ +---Command ¦ ¦ ¦ GenerateUlidCommand.php ¦ ¦ ¦ GenerateUuidCommand.php ¦ ¦ ¦ InspectUlidCommand.php ¦ ¦ ¦ InspectUuidCommand.php ¦ ¦ ¦ ¦ ¦ +---Factory ¦ ¦ NameBasedUuidFactory.php ¦ ¦ RandomBasedUuidFactory.php ¦ ¦ TimeBasedUuidFactory.php ¦ ¦ UlidFactory.php ¦ ¦ UuidFactory.php ¦ ¦ ¦ +---var-dumper ¦ ¦ ¦ CHANGELOG.md ¦ ¦ ¦ composer.json ¦ ¦ ¦ LICENSE ¦ ¦ ¦ README.md ¦ ¦ ¦ VarDumper.php ¦ ¦ ¦ ¦ ¦ +---Caster ¦ ¦ ¦ AmqpCaster.php ¦ ¦ ¦ ArgsStub.php ¦ ¦ ¦ Caster.php ¦ ¦ ¦ ClassStub.php ¦ ¦ ¦ ConstStub.php ¦ ¦ ¦ CutArrayStub.php ¦ ¦ ¦ CutStub.php ¦ ¦ ¦ DateCaster.php ¦ ¦ ¦ DoctrineCaster.php ¦ ¦ ¦ DOMCaster.php ¦ ¦ ¦ DsCaster.php ¦ ¦ ¦ DsPairStub.php ¦ ¦ ¦ EnumStub.php ¦ ¦ ¦ ExceptionCaster.php ¦ ¦ ¦ FFICaster.php ¦ ¦ ¦ FiberCaster.php ¦ ¦ ¦ FrameStub.php ¦ ¦ ¦ GmpCaster.php ¦ ¦ ¦ ImagineCaster.php ¦ ¦ ¦ ImgStub.php ¦ ¦ ¦ IntlCaster.php ¦ ¦ ¦ LinkStub.php ¦ ¦ ¦ MemcachedCaster.php ¦ ¦ ¦ MysqliCaster.php ¦ ¦ ¦ PdoCaster.php ¦ ¦ ¦ PgSqlCaster.php ¦ ¦ ¦ ProxyManagerCaster.php ¦ ¦ ¦ RdKafkaCaster.php ¦ ¦ ¦ RedisCaster.php ¦ ¦ ¦ ReflectionCaster.php ¦ ¦ ¦ ResourceCaster.php ¦ ¦ ¦ ScalarStub.php ¦ ¦ ¦ SplCaster.php ¦ ¦ ¦ StubCaster.php ¦ ¦ ¦ SymfonyCaster.php ¦ ¦ ¦ TraceStub.php ¦ ¦ ¦ UninitializedStub.php ¦ ¦ ¦ UuidCaster.php ¦ ¦ ¦ XmlReaderCaster.php ¦ ¦ ¦ XmlResourceCaster.php ¦ ¦ ¦ ¦ ¦ +---Cloner ¦ ¦ ¦ AbstractCloner.php ¦ ¦ ¦ ClonerInterface.php ¦ ¦ ¦ Cursor.php ¦ ¦ ¦ Data.php ¦ ¦ ¦ DumperInterface.php ¦ ¦ ¦ Stub.php ¦ ¦ ¦ VarCloner.php ¦ ¦ ¦ ¦ ¦ +---Command ¦ ¦ ¦ ¦ ServerDumpCommand.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Descriptor ¦ ¦ ¦ CliDescriptor.php ¦ ¦ ¦ DumpDescriptorInterface.php ¦ ¦ ¦ HtmlDescriptor.php ¦ ¦ ¦ ¦ ¦ +---Dumper ¦ ¦ ¦ ¦ AbstractDumper.php ¦ ¦ ¦ ¦ CliDumper.php ¦ ¦ ¦ ¦ ContextualizedDumper.php ¦ ¦ ¦ ¦ DataDumperInterface.php ¦ ¦ ¦ ¦ HtmlDumper.php ¦ ¦ ¦ ¦ ServerDumper.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---ContextProvider ¦ ¦ ¦ CliContextProvider.php ¦ ¦ ¦ ContextProviderInterface.php ¦ ¦ ¦ RequestContextProvider.php ¦ ¦ ¦ SourceContextProvider.php ¦ ¦ ¦ ¦ ¦ +---Exception ¦ ¦ ¦ ThrowingCasterException.php ¦ ¦ ¦ ¦ ¦ +---Resources ¦ ¦ ¦ +---bin ¦ ¦ ¦ ¦ var-dump-server ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---css ¦ ¦ ¦ ¦ htmlDescriptor.css ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---functions ¦ ¦ ¦ ¦ dump.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---js ¦ ¦ ¦ htmlDescriptor.js ¦ ¦ ¦ ¦ ¦ +---Server ¦ ¦ ¦ Connection.php ¦ ¦ ¦ DumpServer.php ¦ ¦ ¦ ¦ ¦ +---Test ¦ ¦ VarDumperTestTrait.php ¦ ¦ ¦ +---yaml ¦ ¦ CHANGELOG.md ¦ ¦ composer.json ¦ ¦ Dumper.php ¦ ¦ Escaper.php ¦ ¦ Inline.php ¦ ¦ LICENSE ¦ ¦ Parser.php ¦ ¦ README.md ¦ ¦ Unescaper.php ¦ ¦ Yaml.php ¦ ¦ ¦ +---Command ¦ ¦ LintCommand.php ¦ ¦ ¦ +---Exception ¦ ¦ DumpException.php ¦ ¦ ExceptionInterface.php ¦ ¦ ParseException.php ¦ ¦ RuntimeException.php ¦ ¦ ¦ +---Resources ¦ ¦ +---bin ¦ ¦ yaml-lint ¦ ¦ ¦ +---Tag ¦ TaggedValue.php ¦ +---theseer ¦ +---tokenizer ¦ ¦ CHANGELOG.md ¦ ¦ composer.json ¦ ¦ composer.lock ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ ¦ +---src ¦ Exception.php ¦ NamespaceUri.php ¦ NamespaceUriException.php ¦ Token.php ¦ TokenCollection.php ¦ TokenCollectionException.php ¦ Tokenizer.php ¦ XMLSerializer.php ¦ +---tijsverkoyen ¦ +---css-to-inline-styles ¦ ¦ composer.json ¦ ¦ LICENSE.md ¦ ¦ ¦ +---src ¦ ¦ CssToInlineStyles.php ¦ ¦ ¦ +---Css ¦ ¦ Processor.php ¦ ¦ ¦ +---Property ¦ ¦ Processor.php ¦ ¦ Property.php ¦ ¦ ¦ +---Rule ¦ Processor.php ¦ Rule.php ¦ +---vlucas ¦ +---phpdotenv ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ ¦ +---src ¦ ¦ Dotenv.php ¦ ¦ Validator.php ¦ ¦ ¦ +---Exception ¦ ¦ ExceptionInterface.php ¦ ¦ InvalidEncodingException.php ¦ ¦ InvalidFileException.php ¦ ¦ InvalidPathException.php ¦ ¦ ValidationException.php ¦ ¦ ¦ +---Loader ¦ ¦ Loader.php ¦ ¦ LoaderInterface.php ¦ ¦ Resolver.php ¦ ¦ ¦ +---Parser ¦ ¦ Entry.php ¦ ¦ EntryParser.php ¦ ¦ Lexer.php ¦ ¦ Lines.php ¦ ¦ Parser.php ¦ ¦ ParserInterface.php ¦ ¦ Value.php ¦ ¦ ¦ +---Repository ¦ ¦ ¦ AdapterRepository.php ¦ ¦ ¦ RepositoryBuilder.php ¦ ¦ ¦ RepositoryInterface.php ¦ ¦ ¦ ¦ ¦ +---Adapter ¦ ¦ AdapterInterface.php ¦ ¦ ApacheAdapter.php ¦ ¦ ArrayAdapter.php ¦ ¦ EnvConstAdapter.php ¦ ¦ GuardedWriter.php ¦ ¦ ImmutableWriter.php ¦ ¦ MultiReader.php ¦ ¦ MultiWriter.php ¦ ¦ PutenvAdapter.php ¦ ¦ ReaderInterface.php ¦ ¦ ReplacingWriter.php ¦ ¦ ServerConstAdapter.php ¦ ¦ WriterInterface.php ¦ ¦ ¦ +---Store ¦ ¦ ¦ FileStore.php ¦ ¦ ¦ StoreBuilder.php ¦ ¦ ¦ StoreInterface.php ¦ ¦ ¦ StringStore.php ¦ ¦ ¦ ¦ ¦ +---File ¦ ¦ Paths.php ¦ ¦ Reader.php ¦ ¦ ¦ +---Util ¦ Regex.php ¦ Str.php ¦ +---voku ¦ +---portable-ascii ¦ ¦ .deepsource.toml ¦ ¦ CHANGELOG.md ¦ ¦ composer.json ¦ ¦ LICENSE.txt ¦ ¦ README.md ¦ ¦ ¦ +---src ¦ +---voku ¦ +---helper ¦ ¦ ASCII.php ¦ ¦ ¦ +---data ¦ ascii_by_languages.php ¦ ascii_extras_by_languages.php ¦ ascii_language_max_key.php ¦ ascii_ord.php ¦ x000.php ¦ x001.php ¦ x002.php ¦ x003.php ¦ x004.php ¦ x005.php ¦ x006.php ¦ x007.php ¦ x009.php ¦ x00a.php ¦ x00b.php ¦ x00c.php ¦ x00d.php ¦ x00e.php ¦ x00f.php ¦ x010.php ¦ x011.php ¦ x012.php ¦ x013.php ¦ x014.php ¦ x015.php ¦ x016.php ¦ x017.php ¦ x018.php ¦ x01d.php ¦ x01e.php ¦ x01f.php ¦ x020.php ¦ x021.php ¦ x022.php ¦ x023.php ¦ x024.php ¦ x025.php ¦ x026.php ¦ x027.php ¦ x028.php ¦ x029.php ¦ x02a.php ¦ x02c.php ¦ x02e.php ¦ x02f.php ¦ x030.php ¦ x031.php ¦ x032.php ¦ x033.php ¦ x04d.php ¦ x04e.php ¦ x04f.php ¦ x050.php ¦ x051.php ¦ x052.php ¦ x053.php ¦ x054.php ¦ x055.php ¦ x056.php ¦ x057.php ¦ x058.php ¦ x059.php ¦ x05a.php ¦ x05b.php ¦ x05c.php ¦ x05d.php ¦ x05e.php ¦ x05f.php ¦ x060.php ¦ x061.php ¦ x062.php ¦ x063.php ¦ x064.php ¦ x065.php ¦ x066.php ¦ x067.php ¦ x068.php ¦ x069.php ¦ x06a.php ¦ x06b.php ¦ x06c.php ¦ x06d.php ¦ x06e.php ¦ x06f.php ¦ x070.php ¦ x071.php ¦ x072.php ¦ x073.php ¦ x074.php ¦ x075.php ¦ x076.php ¦ x077.php ¦ x078.php ¦ x079.php ¦ x07a.php ¦ x07b.php ¦ x07c.php ¦ x07d.php ¦ x07e.php ¦ x07f.php ¦ x080.php ¦ x081.php ¦ x082.php ¦ x083.php ¦ x084.php ¦ x085.php ¦ x086.php ¦ x087.php ¦ x088.php ¦ x089.php ¦ x08a.php ¦ x08b.php ¦ x08c.php ¦ x08d.php ¦ x08e.php ¦ x08f.php ¦ x090.php ¦ x091.php ¦ x092.php ¦ x093.php ¦ x094.php ¦ x095.php ¦ x096.php ¦ x097.php ¦ x098.php ¦ x099.php ¦ x09a.php ¦ x09b.php ¦ x09c.php ¦ x09d.php ¦ x09e.php ¦ x09f.php ¦ x0a0.php ¦ x0a1.php ¦ x0a2.php ¦ x0a3.php ¦ x0a4.php ¦ x0ac.php ¦ x0ad.php ¦ x0ae.php ¦ x0af.php ¦ x0b0.php ¦ x0b1.php ¦ x0b2.php ¦ x0b3.php ¦ x0b4.php ¦ x0b5.php ¦ x0b6.php ¦ x0b7.php ¦ x0b8.php ¦ x0b9.php ¦ x0ba.php ¦ x0bb.php ¦ x0bc.php ¦ x0bd.php ¦ x0be.php ¦ x0bf.php ¦ x0c0.php ¦ x0c1.php ¦ x0c2.php ¦ x0c3.php ¦ x0c4.php ¦ x0c5.php ¦ x0c6.php ¦ x0c7.php ¦ x0c8.php ¦ x0c9.php ¦ x0ca.php ¦ x0cb.php ¦ x0cc.php ¦ x0cd.php ¦ x0ce.php ¦ x0cf.php ¦ x0d0.php ¦ x0d1.php ¦ x0d2.php ¦ x0d3.php ¦ x0d4.php ¦ x0d5.php ¦ x0d6.php ¦ x0d7.php ¦ x0f9.php ¦ x0fa.php ¦ x0fb.php ¦ x0fc.php ¦ x0fd.php ¦ x0fe.php ¦ x0ff.php ¦ x1d4.php ¦ x1d5.php ¦ x1d6.php ¦ x1d7.php ¦ x1f1.php ¦ +---web-token ¦ +---jwt-library ¦ ¦ composer.json ¦ ¦ LICENSE ¦ ¦ README.md ¦ ¦ ¦ +---.github ¦ ¦ CONTRIBUTING.md ¦ ¦ FUNDING.yml ¦ ¦ PULL_REQUEST_TEMPLATE.md ¦ ¦ stale.yml ¦ ¦ ¦ +---Checker ¦ ¦ AlgorithmChecker.php ¦ ¦ AudienceChecker.php ¦ ¦ CallableChecker.php ¦ ¦ ClaimChecker.php ¦ ¦ ClaimCheckerManager.php ¦ ¦ ClaimCheckerManagerFactory.php ¦ ¦ ClaimExceptionInterface.php ¦ ¦ ExpirationTimeChecker.php ¦ ¦ HeaderChecker.php ¦ ¦ HeaderCheckerManager.php ¦ ¦ HeaderCheckerManagerFactory.php ¦ ¦ InternalClock.php ¦ ¦ InvalidClaimException.php ¦ ¦ InvalidHeaderException.php ¦ ¦ IsEqualChecker.php ¦ ¦ IssuedAtChecker.php ¦ ¦ IssuerChecker.php ¦ ¦ MissingMandatoryClaimException.php ¦ ¦ MissingMandatoryHeaderParameterException.php ¦ ¦ NotBeforeChecker.php ¦ ¦ TokenTypeSupport.php ¦ ¦ UnencodedPayloadChecker.php ¦ ¦ ¦ +---Console ¦ ¦ AddKeyIntoKeysetCommand.php ¦ ¦ EcKeyGeneratorCommand.php ¦ ¦ EcKeysetGeneratorCommand.php ¦ ¦ GeneratorCommand.php ¦ ¦ GetThumbprintCommand.php ¦ ¦ JKULoaderCommand.php ¦ ¦ KeyAnalyzerCommand.php ¦ ¦ KeyFileLoaderCommand.php ¦ ¦ KeysetAnalyzerCommand.php ¦ ¦ MergeKeysetCommand.php ¦ ¦ NoneKeyGeneratorCommand.php ¦ ¦ ObjectOutputCommand.php ¦ ¦ OctKeyGeneratorCommand.php ¦ ¦ OctKeysetGeneratorCommand.php ¦ ¦ OkpKeyGeneratorCommand.php ¦ ¦ OkpKeysetGeneratorCommand.php ¦ ¦ OptimizeRsaKeyCommand.php ¦ ¦ P12CertificateLoaderCommand.php ¦ ¦ PemConverterCommand.php ¦ ¦ PublicKeyCommand.php ¦ ¦ PublicKeysetCommand.php ¦ ¦ RotateKeysetCommand.php ¦ ¦ RsaKeyGeneratorCommand.php ¦ ¦ RsaKeysetGeneratorCommand.php ¦ ¦ SecretKeyGeneratorCommand.php ¦ ¦ X509CertificateLoaderCommand.php ¦ ¦ X5ULoaderCommand.php ¦ ¦ ¦ +---Core ¦ ¦ ¦ Algorithm.php ¦ ¦ ¦ AlgorithmManager.php ¦ ¦ ¦ AlgorithmManagerFactory.php ¦ ¦ ¦ JWK.php ¦ ¦ ¦ JWKSet.php ¦ ¦ ¦ JWT.php ¦ ¦ ¦ ¦ ¦ +---Util ¦ ¦ ¦ Base64UrlSafe.php ¦ ¦ ¦ BigInteger.php ¦ ¦ ¦ ECKey.php ¦ ¦ ¦ ECSignature.php ¦ ¦ ¦ Hash.php ¦ ¦ ¦ JsonConverter.php ¦ ¦ ¦ KeyChecker.php ¦ ¦ ¦ RSAKey.php ¦ ¦ ¦ ¦ ¦ +---Ecc ¦ ¦ Curve.php ¦ ¦ EcDH.php ¦ ¦ Math.php ¦ ¦ ModularArithmetic.php ¦ ¦ NistCurve.php ¦ ¦ Point.php ¦ ¦ PrivateKey.php ¦ ¦ PublicKey.php ¦ ¦ ¦ +---Encryption ¦ ¦ ¦ JWE.php ¦ ¦ ¦ JWEBuilder.php ¦ ¦ ¦ JWEBuilderFactory.php ¦ ¦ ¦ JWEDecrypter.php ¦ ¦ ¦ JWEDecrypterFactory.php ¦ ¦ ¦ JWELoader.php ¦ ¦ ¦ JWELoaderFactory.php ¦ ¦ ¦ JWETokenSupport.php ¦ ¦ ¦ Recipient.php ¦ ¦ ¦ ¦ ¦ +---Algorithm ¦ ¦ ¦ ¦ ContentEncryptionAlgorithm.php ¦ ¦ ¦ ¦ KeyEncryptionAlgorithm.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---ContentEncryption ¦ ¦ ¦ ¦ A128CBCHS256.php ¦ ¦ ¦ ¦ A128GCM.php ¦ ¦ ¦ ¦ A192CBCHS384.php ¦ ¦ ¦ ¦ A192GCM.php ¦ ¦ ¦ ¦ A256CBCHS512.php ¦ ¦ ¦ ¦ A256GCM.php ¦ ¦ ¦ ¦ AESCBCHS.php ¦ ¦ ¦ ¦ AESGCM.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---KeyEncryption ¦ ¦ ¦ ¦ A128GCMKW.php ¦ ¦ ¦ ¦ A128KW.php ¦ ¦ ¦ ¦ A192GCMKW.php ¦ ¦ ¦ ¦ A192KW.php ¦ ¦ ¦ ¦ A256GCMKW.php ¦ ¦ ¦ ¦ A256KW.php ¦ ¦ ¦ ¦ AbstractECDH.php ¦ ¦ ¦ ¦ AbstractECDHAESKW.php ¦ ¦ ¦ ¦ AESGCMKW.php ¦ ¦ ¦ ¦ AESKW.php ¦ ¦ ¦ ¦ Dir.php ¦ ¦ ¦ ¦ DirectEncryption.php ¦ ¦ ¦ ¦ ECDHES.php ¦ ¦ ¦ ¦ ECDHESA128KW.php ¦ ¦ ¦ ¦ ECDHESA192KW.php ¦ ¦ ¦ ¦ ECDHESA256KW.php ¦ ¦ ¦ ¦ ECDHESAESKW.php ¦ ¦ ¦ ¦ ECDHSS.php ¦ ¦ ¦ ¦ ECDHSSA128KW.php ¦ ¦ ¦ ¦ ECDHSSA192KW.php ¦ ¦ ¦ ¦ ECDHSSA256KW.php ¦ ¦ ¦ ¦ ECDHSSAESKW.php ¦ ¦ ¦ ¦ KeyAgreement.php ¦ ¦ ¦ ¦ KeyAgreementWithKeyWrapping.php ¦ ¦ ¦ ¦ KeyEncryption.php ¦ ¦ ¦ ¦ KeyWrapping.php ¦ ¦ ¦ ¦ PBES2AESKW.php ¦ ¦ ¦ ¦ PBES2HS256A128KW.php ¦ ¦ ¦ ¦ PBES2HS384A192KW.php ¦ ¦ ¦ ¦ PBES2HS512A256KW.php ¦ ¦ ¦ ¦ RSA.php ¦ ¦ ¦ ¦ RSA15.php ¦ ¦ ¦ ¦ RSAOAEP.php ¦ ¦ ¦ ¦ RSAOAEP256.php ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---Util ¦ ¦ ¦ ConcatKDF.php ¦ ¦ ¦ RSACrypt.php ¦ ¦ ¦ ¦ ¦ +---Compression ¦ ¦ ¦ CompressionMethod.php ¦ ¦ ¦ CompressionMethodManager.php ¦ ¦ ¦ CompressionMethodManagerFactory.php ¦ ¦ ¦ Deflate.php ¦ ¦ ¦ ¦ ¦ +---Serializer ¦ ¦ CompactSerializer.php ¦ ¦ JSONFlattenedSerializer.php ¦ ¦ JSONGeneralSerializer.php ¦ ¦ JWESerializer.php ¦ ¦ JWESerializerManager.php ¦ ¦ JWESerializerManagerFactory.php ¦ ¦ ¦ +---KeyManagement ¦ ¦ ¦ JKUFactory.php ¦ ¦ ¦ JWKFactory.php ¦ ¦ ¦ UrlKeySetFactory.php ¦ ¦ ¦ X5UFactory.php ¦ ¦ ¦ ¦ ¦ +---Analyzer ¦ ¦ ¦ AlgorithmAnalyzer.php ¦ ¦ ¦ ES256KeyAnalyzer.php ¦ ¦ ¦ ES384KeyAnalyzer.php ¦ ¦ ¦ ES512KeyAnalyzer.php ¦ ¦ ¦ ESKeyAnalyzer.php ¦ ¦ ¦ HS256KeyAnalyzer.php ¦ ¦ ¦ HS384KeyAnalyzer.php ¦ ¦ ¦ HS512KeyAnalyzer.php ¦ ¦ ¦ HSKeyAnalyzer.php ¦ ¦ ¦ KeyAnalyzer.php ¦ ¦ ¦ KeyAnalyzerManager.php ¦ ¦ ¦ KeyIdentifierAnalyzer.php ¦ ¦ ¦ KeysetAnalyzer.php ¦ ¦ ¦ KeysetAnalyzerManager.php ¦ ¦ ¦ Message.php ¦ ¦ ¦ MessageBag.php ¦ ¦ ¦ MixedKeyTypes.php ¦ ¦ ¦ MixedPublicAndPrivateKeys.php ¦ ¦ ¦ NoneAnalyzer.php ¦ ¦ ¦ OctAnalyzer.php ¦ ¦ ¦ RsaAnalyzer.php ¦ ¦ ¦ UsageAnalyzer.php ¦ ¦ ¦ ZxcvbnKeyAnalyzer.php ¦ ¦ ¦ ¦ ¦ +---KeyConverter ¦ ¦ ECKey.php ¦ ¦ KeyConverter.php ¦ ¦ RSAKey.php ¦ ¦ ¦ +---NestedToken ¦ ¦ NestedTokenBuilder.php ¦ ¦ NestedTokenBuilderFactory.php ¦ ¦ NestedTokenLoader.php ¦ ¦ NestedTokenLoaderFactory.php ¦ ¦ ¦ +---Signature ¦ ¦ JWS.php ¦ ¦ JWSBuilder.php ¦ ¦ JWSBuilderFactory.php ¦ ¦ JWSLoader.php ¦ ¦ JWSLoaderFactory.php ¦ ¦ JWSTokenSupport.php ¦ ¦ JWSVerifier.php ¦ ¦ JWSVerifierFactory.php ¦ ¦ Signature.php ¦ ¦ ¦ +---Algorithm ¦ ¦ ¦ ECDSA.php ¦ ¦ ¦ EdDSA.php ¦ ¦ ¦ ES256.php ¦ ¦ ¦ ES384.php ¦ ¦ ¦ ES512.php ¦ ¦ ¦ HMAC.php ¦ ¦ ¦ HS256.php ¦ ¦ ¦ HS384.php ¦ ¦ ¦ HS512.php ¦ ¦ ¦ MacAlgorithm.php ¦ ¦ ¦ None.php ¦ ¦ ¦ PS256.php ¦ ¦ ¦ PS384.php ¦ ¦ ¦ PS512.php ¦ ¦ ¦ RS256.php ¦ ¦ ¦ RS384.php ¦ ¦ ¦ RS512.php ¦ ¦ ¦ RSAPKCS1.php ¦ ¦ ¦ RSAPSS.php ¦ ¦ ¦ SignatureAlgorithm.php ¦ ¦ ¦ ¦ ¦ +---Util ¦ ¦ RSA.php ¦ ¦ ¦ +---Serializer ¦ CompactSerializer.php ¦ JSONFlattenedSerializer.php ¦ JSONGeneralSerializer.php ¦ JWSSerializer.php ¦ JWSSerializerManager.php ¦ JWSSerializerManagerFactory.php ¦ Serializer.php ¦ +---webmozart +---assert ¦ CHANGELOG.md ¦ composer.json ¦ LICENSE ¦ README.md ¦ +---src Assert.php InvalidArgumentException.php Mixin.php