• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

aplus-framework / cache / 16306742406

15 Jul 2025 11:44PM UTC coverage: 95.194%. Remained the same
16306742406

push

github

natanfelles
Add since tag

515 of 541 relevant lines covered (95.19%)

55.5 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/src/Serializer.php
1
<?php declare(strict_types=1);
2
/*
3
 * This file is part of Aplus Framework Cache Library.
4
 *
5
 * (c) Natan Felles <natanfelles@gmail.com>
6
 *
7
 * For the full copyright and license information, please view the LICENSE
8
 * file that was distributed with this source code.
9
 */
10
namespace Framework\Cache;
11

12
/**
13
 * Enum Serializer.
14
 *
15
 * @package cache
16
 */
17
enum Serializer : string
18
{
19
    /**
20
     * The Igbinary serializer.
21
     */
22
    case IGBINARY = 'igbinary';
23
    /**
24
     * The JSON serializer.
25
     */
26
    case JSON = 'json';
27
    /**
28
     * The JSON Array serializer.
29
     */
30
    case JSON_ARRAY = 'json-array';
31
    /**
32
     * The MessagePack serializer.
33
     */
34
    case MSGPACK = 'msgpack';
35
    /**
36
     * The PHP serializer.
37
     */
38
    case PHP = 'php';
39
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc