Aplus Framework

The app is running! Yep!

Info

Running Aplus 25.1 on Linux with PHP 8.3.21.

aplus-framework.com

19 activities were collected in 42.968 milliseconds:

# Collection Collector Description Runtime 10%20%30%40% 50%60%70%80% 90%100%
1 App default Initialization 18.95
2 App default Runtime 24.018
3 App default Load service debugger:default 0.032
4 App default Load service autoloader:default 1.028
5 App default Load service exceptionHandler:default 2.628
6 App default Load service logger:default 0.112
7 App default Load service language:default 0.218
8 App default Load service router:default 2.781
9 App default Load service response:default 2.303
10 App default Load service request:default 0.628
11 Routing default Serve route collection 1 0.039
12 Routing default Match route 3.553
13 Routing default Run matched route 6.05
14 App default Load service view:default 0.19
15 Views default Render view 1 4.017
16 Language default Render message 1 3.592
17 Language default Render message 2 0.035
18 Views default Render view 2 0.138
19 HTTP default Send response 1.104
App

Started at: Sun, 24 Aug 2025 14:40:42 +0000

Runtime: 24.018 ms

Memory: 60.328 KB

Services

Loaded Service Instances

Total of 9 service instances loaded.

Service Instances Time to Load
debugger default 0.032
autoloader default 1.028
logger default 0.112
language default 0.218
exceptionHandler default 2.628
request default 0.628
response default 2.303
router default 2.781
view default 0.19

Available Services

There are 18 services available.

# Service Config Instances Return Type
1 antiCsrf default Framework\HTTP\AntiCSRF
2 autoloader default Framework\Autoload\Autoloader
3 cache default Framework\Cache\Cache
4 console default Framework\CLI\Console
5 database default Framework\Database\Database
6 debugger default Framework\Debug\Debugger
7 exceptionHandler default Framework\Debug\ExceptionHandler
8 language default Framework\Language\Language
9 locator default Framework\Autoload\Locator
10 logger default Framework\Log\Logger
11 mailer default Framework\Email\Mailer
12 migrator default Framework\Database\Extra\Migrator
13 request default Framework\HTTP\Request
14 response default Framework\HTTP\Response
15 router default Framework\Routing\Router
16 session default Framework\Session\Session
17 validation default Framework\Validation\Validation
18 view default Framework\MVC\View
Config

18 configurations have been set.

Name Instances Values Time to Load
antiCsrf default
Key Type
enabled bool
token_name string
token_bytes_length int
generate_token_function string
request_instance string
session_instance string
0
autoloader default
Key Type
register bool
extensions string
namespaces[App] string
0
cache default
Key Type
class string
configs[directory] string
prefix null
serializer Framework\Cache\Serializer
logger_instance string
0
console default
Key Type
directories[0] string
directories[1] string
find_in_namespaces bool
language_instance string
locator_instance string
0
database default
Key Type
config[username] string
config[password] string
config[schema] string
config[host] string
config[port] int
logger_instance string
0
debugger default
Key Type
debugbar_view null
options[color] string
0
exceptionHandler default
Key Type
initialize bool
environment string
development_view null
production_view null
search_engine string
logger_instance string
language_instance string
0
language default
Key Type
default string
current string
supported[0] string
supported[1] string
supported[2] string
fallback_level Framework\Language\FallbackLevel
directories[0] string
find_in_namespaces bool
negotiate bool
0
locator default
Key Type
autoloader_instance string
0
logger default
Key Type
class string
destination string
level Framework\Log\LogLevel
0
mailer default
Key Type
host string
port int
tls bool
username null
password null
charset string
crlf string
keep_alive bool
save_logs bool
0
migrator default
Key Type
directories[0] string
table string
database_instance string
0
request default
Key Type
force_https bool
json_flags null
0
response default
Key Type
auto_etag bool
auto_language bool
cache null
json_flags null
language_instance string
request_instance string
0
router default
Key Type
files[0] string
auto_options bool
auto_methods bool
response_instance string
language_instance string
0
session default
Key Type
save_handler[class] string
save_handler[config][prefix] string
save_handler[config][directory] string
save_handler[config][match_ip] bool
save_handler[config][match_ua] bool
logger_instance string
auto_start bool
0
validation default
Key Type
validators[0] string
validators[1] string
language_instance string
0
view default
Key Type
base_dir string
extension string
layout_prefix string
include_prefix string
show_debug_comments bool
0
Autoload

Autoloader

Namespaces

Namespace Directories
App /var/www/demo.aplus-framework.com/app/

Classes

No class file has been set on this Autoloader instance.

Included Files

Total of 20 included files.

# File Time
1 /var/www/demo.aplus-framework.com/public/index.php
2 /var/www/demo.aplus-framework.com/boot/app.php
3 /var/www/demo.aplus-framework.com/vendor/autoload.php
4 /var/www/demo.aplus-framework.com/vendor/composer/autoload_real.php
5 /var/www/demo.aplus-framework.com/vendor/composer/platform_check.php
6 /var/www/demo.aplus-framework.com/vendor/composer/ClassLoader.php
7 /var/www/demo.aplus-framework.com/vendor/composer/autoload_static.php
8 /var/www/demo.aplus-framework.com/boot/init.php
9 /var/www/demo.aplus-framework.com/.env.php
10 /var/www/demo.aplus-framework.com/boot/constants.php
11 /var/www/demo.aplus-framework.com/boot/helpers.php
12 /var/www/demo.aplus-framework.com/.config.php
13 /var/www/demo.aplus-framework.com/App.php
14 /var/www/demo.aplus-framework.com/boot/routes.php
15 /var/www/demo.aplus-framework.com/app/Controllers/Home.php
16 /home/developer/.config/composer/vendor/aplus/mvc/src/Debug/Views/toggle-views-hints.php
17 /var/www/demo.aplus-framework.com/app/Views/home/index.php
18 /var/www/demo.aplus-framework.com/app/Languages/en/home.php
19 /var/www/demo.aplus-framework.com/app/Views/_layouts/default.php
20 /home/developer/.config/composer/vendor/aplus/debug/src/Views/debugbar/debugbar.php

Preload

File: /home/developer/.config/composer/vendor/aplus/framework/preload.php

User: www-data

Memory: 3.656 MB

Classes: 253

Declarations

Total of 513 declarations. 253 are preloaded.

# Type Declaration Loaded Time
1 class APCUIterator
2 class AddressInfo
3 class AllowDynamicProperties
4 class Aplus
5 class App
6 class App\Controllers\Home
7 class AppendIterator
8 class ArgumentCountError
9 class ArithmeticError
10 interface ArrayAccess
11 class ArrayIterator
12 class ArrayObject
13 class AssertionError
14 class Attribute
15 interface BackedEnum
16 class BadFunctionCallException
17 class BadMethodCallException
18 class CURLFile
19 class CURLStringFile
20 class CachingIterator
21 class CallbackFilterIterator
22 class ClosedGeneratorException
23 class Closure
24 class Collator
25 class CompileError
26 class ComposerAutoloaderInitc16b36b9a47bf449494afa09a65be142
27 class Composer\Autoload\ClassLoader
28 class Composer\Autoload\ComposerStaticInitc16b36b9a47bf449494afa09a65be142
29 interface Countable
30 class CurlHandle
31 class CurlMultiHandle
32 class CurlShareHandle
33 class DOMAttr
34 class DOMCdataSection
35 class DOMCharacterData
36 interface DOMChildNode
37 class DOMComment
38 class DOMDocument
39 class DOMDocumentFragment
40 class DOMDocumentType
41 class DOMElement
42 class DOMEntity
43 class DOMEntityReference
44 class DOMException
45 class DOMImplementation
46 class DOMNameSpaceNode
47 class DOMNamedNodeMap
48 class DOMNode
49 class DOMNodeList
50 class DOMNotation
51 interface DOMParentNode
52 class DOMProcessingInstruction
53 class DOMText
54 class DOMXPath
55 class DateError
56 class DateException
57 class DateInterval
58 class DateInvalidOperationException
59 class DateInvalidTimeZoneException
60 class DateMalformedIntervalStringException
61 class DateMalformedPeriodStringException
62 class DateMalformedStringException
63 class DateObjectError
64 class DatePeriod
65 class DateRangeError
66 class DateTime
67 class DateTimeImmutable
68 interface DateTimeInterface
69 class DateTimeZone
70 class DeflateContext
71 class Directory
72 class DirectoryIterator
73 class DivisionByZeroError
74 class DomainException
75 class EmptyIterator
76 class Error
77 class ErrorException
78 class Exception
79 class FFI
80 class FFI\CData
81 class FFI\CType
82 class FFI\Exception
83 class FFI\ParserException
84 class FTP\Connection
85 class Fiber
86 class FiberError
87 class FilesystemIterator
88 class FilterIterator
89 class Framework\Autoload\Autoloader
90 class Framework\Autoload\Debug\AutoloadCollection
91 class Framework\Autoload\Debug\AutoloadCollector No 0.001
92 class Framework\Autoload\Locator
93 class Framework\Autoload\Preloader
94 class Framework\CLI\CLI
95 class Framework\CLI\Command
96 class Framework\CLI\Commands\About
97 class Framework\CLI\Commands\AbstractMigration
98 class Framework\CLI\Commands\DatabaseCommand
99 class Framework\CLI\Commands\Help
100 class Framework\CLI\Commands\Index
101 class Framework\CLI\Commands\ListSchemas
102 class Framework\CLI\Commands\MakeRoutes
103 class Framework\CLI\Commands\MergeConfigs
104 class Framework\CLI\Commands\MigrateDown
105 class Framework\CLI\Commands\MigrateTo
106 class Framework\CLI\Commands\MigrateUp
107 class Framework\CLI\Commands\MigrationVersion
108 class Framework\CLI\Commands\Query
109 class Framework\CLI\Commands\Routes
110 class Framework\CLI\Commands\Seed
111 class Framework\CLI\Commands\ShowSchema
112 class Framework\CLI\Commands\ShowTable
113 class Framework\CLI\Console
114 trait Framework\CLI\Streams\FilterStream
115 class Framework\CLI\Streams\Stderr
116 class Framework\CLI\Streams\Stdout
117 enum Framework\CLI\Styles\BackgroundColor
118 enum Framework\CLI\Styles\ForegroundColor
119 enum Framework\CLI\Styles\Format
120 class Framework\Cache\ApcuCache
121 class Framework\Cache\Cache
122 class Framework\Cache\Debug\CacheCollection
123 class Framework\Cache\Debug\CacheCollector
124 class Framework\Cache\FilesCache
125 class Framework\Cache\MemcachedCache
126 class Framework\Cache\RedisCache
127 enum Framework\Cache\Serializer
128 class Framework\Config\Config
129 class Framework\Config\Debug\ConfigCollection
130 class Framework\Config\Debug\ConfigCollector
131 class Framework\Config\Parsers\DatabaseParser
132 class Framework\Config\Parsers\EnvParser
133 class Framework\Config\Parsers\Extra\JsonXMLElement
134 class Framework\Config\Parsers\IniParser
135 class Framework\Config\Parsers\JsonParser
136 class Framework\Config\Parsers\Parser
137 class Framework\Config\Parsers\ParserException
138 class Framework\Config\Parsers\XmlParser
139 class Framework\Config\Parsers\YamlParser
140 class Framework\Crypto\Box
141 class Framework\Crypto\BoxSeal
142 trait Framework\Crypto\BoxTrait
143 class Framework\Crypto\GenericHash
144 class Framework\Crypto\Password
145 class Framework\Crypto\SecretBox
146 class Framework\Crypto\Sign
147 class Framework\Crypto\Utils
148 class Framework\Database\Database
149 class Framework\Database\Debug\DatabaseCollection
150 class Framework\Database\Debug\DatabaseCollector
151 class Framework\Database\Definition\AlterSchema
152 class Framework\Database\Definition\AlterTable
153 class Framework\Database\Definition\CreateSchema
154 class Framework\Database\Definition\CreateTable
155 class Framework\Database\Definition\DropSchema
156 class Framework\Database\Definition\DropTable
157 class Framework\Database\Definition\Table\Check
158 class Framework\Database\Definition\Table\Columns\Column
159 class Framework\Database\Definition\Table\Columns\ColumnDefinition
160 class Framework\Database\Definition\Table\Columns\DateTime\DateColumn
161 class Framework\Database\Definition\Table\Columns\DateTime\DatetimeColumn
162 class Framework\Database\Definition\Table\Columns\DateTime\TimeColumn
163 class Framework\Database\Definition\Table\Columns\DateTime\TimestampColumn
164 class Framework\Database\Definition\Table\Columns\DateTime\YearColumn
165 class Framework\Database\Definition\Table\Columns\Geometry\GeometryCollectionColumn
166 class Framework\Database\Definition\Table\Columns\Geometry\GeometryColumn
167 class Framework\Database\Definition\Table\Columns\Geometry\LinestringColumn
168 class Framework\Database\Definition\Table\Columns\Geometry\MultilinestringColumn
169 class Framework\Database\Definition\Table\Columns\Geometry\MultipointColumn
170 class Framework\Database\Definition\Table\Columns\Geometry\MultipolygonColumn
171 class Framework\Database\Definition\Table\Columns\Geometry\PointColumn
172 class Framework\Database\Definition\Table\Columns\Geometry\PolygonColumn
173 class Framework\Database\Definition\Table\Columns\Numeric\BigintColumn
174 class Framework\Database\Definition\Table\Columns\Numeric\BitColumn
175 class Framework\Database\Definition\Table\Columns\Numeric\BooleanColumn
176 class Framework\Database\Definition\Table\Columns\Numeric\DecimalColumn
177 class Framework\Database\Definition\Table\Columns\Numeric\FloatColumn
178 class Framework\Database\Definition\Table\Columns\Numeric\IntColumn
179 class Framework\Database\Definition\Table\Columns\Numeric\MediumintColumn
180 class Framework\Database\Definition\Table\Columns\Numeric\NumericDataType
181 class Framework\Database\Definition\Table\Columns\Numeric\SmallintColumn
182 class Framework\Database\Definition\Table\Columns\Numeric\TinyintColumn
183 class Framework\Database\Definition\Table\Columns\String\BinaryColumn
184 class Framework\Database\Definition\Table\Columns\String\BlobColumn
185 class Framework\Database\Definition\Table\Columns\String\CharColumn
186 class Framework\Database\Definition\Table\Columns\String\EnumColumn
187 class Framework\Database\Definition\Table\Columns\String\JsonColumn
188 class Framework\Database\Definition\Table\Columns\String\LongblobColumn
189 class Framework\Database\Definition\Table\Columns\String\LongtextColumn
190 class Framework\Database\Definition\Table\Columns\String\MediumblobColumn
191 class Framework\Database\Definition\Table\Columns\String\MediumtextColumn
192 class Framework\Database\Definition\Table\Columns\String\SetColumn
193 class Framework\Database\Definition\Table\Columns\String\StringDataType
194 class Framework\Database\Definition\Table\Columns\String\TextColumn
195 class Framework\Database\Definition\Table\Columns\String\TinyblobColumn
196 class Framework\Database\Definition\Table\Columns\String\TinytextColumn
197 class Framework\Database\Definition\Table\Columns\String\VarbinaryColumn
198 class Framework\Database\Definition\Table\Columns\String\VarcharColumn
199 trait Framework\Database\Definition\Table\Columns\Traits\DecimalLength
200 trait Framework\Database\Definition\Table\Columns\Traits\ListLength
201 trait Framework\Database\Definition\Table\Constraint
202 class Framework\Database\Definition\Table\DefinitionPart
203 class Framework\Database\Definition\Table\Indexes\Index
204 class Framework\Database\Definition\Table\Indexes\IndexDefinition
205 class Framework\Database\Definition\Table\Indexes\Keys\ConstraintKey
206 class Framework\Database\Definition\Table\Indexes\Keys\ForeignKey
207 class Framework\Database\Definition\Table\Indexes\Keys\FulltextKey
208 class Framework\Database\Definition\Table\Indexes\Keys\Key
209 class Framework\Database\Definition\Table\Indexes\Keys\PrimaryKey
210 class Framework\Database\Definition\Table\Indexes\Keys\SpatialKey
211 class Framework\Database\Definition\Table\Indexes\Keys\UniqueKey
212 class Framework\Database\Definition\Table\TableDefinition
213 class Framework\Database\Definition\Table\TableStatement
214 class Framework\Database\Extra\Migration
215 class Framework\Database\Extra\Migrator
216 class Framework\Database\Extra\Seeder
217 class Framework\Database\Manipulation\Delete
218 class Framework\Database\Manipulation\Insert
219 class Framework\Database\Manipulation\LoadData
220 class Framework\Database\Manipulation\Replace
221 class Framework\Database\Manipulation\Select
222 class Framework\Database\Manipulation\Statement
223 trait Framework\Database\Manipulation\Traits\Explain
224 trait Framework\Database\Manipulation\Traits\GroupBy
225 trait Framework\Database\Manipulation\Traits\Having
226 trait Framework\Database\Manipulation\Traits\Join
227 trait Framework\Database\Manipulation\Traits\OrderBy
228 trait Framework\Database\Manipulation\Traits\Select
229 trait Framework\Database\Manipulation\Traits\Set
230 trait Framework\Database\Manipulation\Traits\Values
231 trait Framework\Database\Manipulation\Traits\Where
232 class Framework\Database\Manipulation\Update
233 class Framework\Database\Manipulation\With
234 class Framework\Database\PreparedStatement
235 class Framework\Database\Result
236 class Framework\Database\Result\Explain
237 class Framework\Database\Result\Field
238 class Framework\Database\Statement
239 class Framework\Date\Date
240 class Framework\Debug\Collection
241 class Framework\Debug\Collector No 0.013
242 class Framework\Debug\Debugger
243 class Framework\Debug\ExceptionHandler
244 class Framework\Debug\SearchEngines
245 class Framework\Debug\Timer
246 class Framework\Email\Debug\EmailCollection
247 class Framework\Email\Debug\EmailCollector
248 class Framework\Email\Header
249 class Framework\Email\Mailer
250 class Framework\Email\Message
251 enum Framework\Email\XPriority
252 class Framework\Events\Events
253 class Framework\Events\EventsException
254 class Framework\Factories\Factory
255 class Framework\HTTP\AntiCSRF
256 class Framework\HTTP\CSP
257 class Framework\HTTP\Client\Client
258 class Framework\HTTP\Client\Request
259 class Framework\HTTP\Client\RequestException
260 class Framework\HTTP\Client\Response
261 class Framework\HTTP\Client\ResponseError
262 class Framework\HTTP\Cookie
263 class Framework\HTTP\Debug\HTTPCollection
264 class Framework\HTTP\Debug\HTTPCollector
265 trait Framework\HTTP\HeaderTrait
266 class Framework\HTTP\Message
267 interface Framework\HTTP\MessageInterface
268 class Framework\HTTP\Method
269 class Framework\HTTP\Protocol
270 class Framework\HTTP\Request
271 class Framework\HTTP\RequestHeader
272 interface Framework\HTTP\RequestInterface
273 class Framework\HTTP\Response
274 trait Framework\HTTP\ResponseDownload
275 class Framework\HTTP\ResponseHeader
276 interface Framework\HTTP\ResponseInterface
277 class Framework\HTTP\Status
278 class Framework\HTTP\URL
279 class Framework\HTTP\UploadedFile
280 class Framework\HTTP\UserAgent
281 class Framework\Helpers\ArraySimple
282 class Framework\Helpers\Isolation
283 class Framework\Image\Image
284 class Framework\Language\Debug\LanguageCollection
285 class Framework\Language\Debug\LanguageCollector
286 enum Framework\Language\FallbackLevel
287 class Framework\Language\Language
288 class Framework\Log\Debug\LogCollection
289 class Framework\Log\Debug\LogCollector
290 class Framework\Log\Log
291 enum Framework\Log\LogLevel
292 class Framework\Log\Logger
293 class Framework\Log\Loggers\EmailLogger
294 class Framework\Log\Loggers\FileLogger
295 class Framework\Log\Loggers\MultiFileLogger
296 class Framework\Log\Loggers\SAPILogger
297 class Framework\Log\Loggers\SysLogger
298 class Framework\MVC\App
299 class Framework\MVC\Controller
300 class Framework\MVC\Debug\AppCollection
301 class Framework\MVC\Debug\AppCollector
302 class Framework\MVC\Debug\ViewsCollection
303 class Framework\MVC\Debug\ViewsCollector
304 class Framework\MVC\Entity
305 class Framework\MVC\Model
306 interface Framework\MVC\ModelInterface
307 class Framework\MVC\Validator
308 class Framework\MVC\View
309 class Framework\Pagination\Pager
310 class Framework\Routing\Attributes\Origin
311 class Framework\Routing\Attributes\Route
312 class Framework\Routing\Attributes\RouteNotFound
313 class Framework\Routing\Debug\RoutingCollection
314 class Framework\Routing\Debug\RoutingCollector
315 interface Framework\Routing\PresenterInterface
316 class Framework\Routing\Reflector
317 interface Framework\Routing\ResourceInterface
318 class Framework\Routing\Route
319 class Framework\Routing\RouteActions
320 class Framework\Routing\RouteCollection
321 class Framework\Routing\Router
322 class Framework\Routing\RoutingException
323 class Framework\Session\Debug\SessionCollection
324 class Framework\Session\Debug\SessionCollector
325 class Framework\Session\SaveHandler
326 class Framework\Session\SaveHandlers\DatabaseHandler
327 class Framework\Session\SaveHandlers\FilesHandler
328 class Framework\Session\SaveHandlers\MemcachedHandler
329 class Framework\Session\SaveHandlers\RedisHandler
330 class Framework\Session\Session
331 class Framework\Validation\BaseRules
332 class Framework\Validation\BaseValidator
333 class Framework\Validation\Debug\ValidationCollection
334 class Framework\Validation\Debug\ValidationCollector
335 class Framework\Validation\FilesValidator
336 class Framework\Validation\Rules
337 trait Framework\Validation\Traits\FilesValidator
338 trait Framework\Validation\Traits\Validator
339 class Framework\Validation\Validation
340 class Framework\Validation\Validator
341 class GdFont
342 class GdImage
343 class Generator
344 class GlobIterator
345 class HashContext
346 class InfiniteIterator
347 class InflateContext
348 class InternalIterator
349 class IntlBreakIterator
350 class IntlCalendar
351 class IntlChar
352 class IntlCodePointBreakIterator
353 class IntlDateFormatter
354 class IntlDatePatternGenerator
355 class IntlException
356 class IntlGregorianCalendar
357 class IntlIterator
358 class IntlPartsIterator
359 class IntlRuleBasedBreakIterator
360 class IntlTimeZone
361 class InvalidArgumentException
362 interface Iterator
363 interface IteratorAggregate
364 class IteratorIterator
365 class JsonException
366 interface JsonSerializable
367 class LengthException
368 class LibXMLError
369 class LimitIterator
370 class Locale
371 class LogicException
372 class Memcached
373 class MemcachedException
374 class MessageFormatter
375 class MessagePack
376 class MessagePackUnpacker
377 class MultipleIterator
378 class NoRewindIterator
379 class Normalizer
380 class NumberFormatter
381 class OpenSSLAsymmetricKey
382 class OpenSSLCertificate
383 class OpenSSLCertificateSigningRequest
384 class OutOfBoundsException
385 class OutOfRangeException
386 interface OuterIterator
387 class OverflowException
388 class Override
389 class PDO
390 class PDOException
391 class PDORow
392 class PDOStatement
393 class ParentIterator
394 class ParseError
395 class Phar
396 class PharData
397 class PharException
398 class PharFileInfo
399 class PhpToken
400 class Random\BrokenRandomEngineError
401 interface Random\CryptoSafeEngine
402 interface Random\Engine
403 class Random\Engine\Mt19937
404 class Random\Engine\PcgOneseq128XslRr64
405 class Random\Engine\Secure
406 class Random\Engine\Xoshiro256StarStar
407 enum Random\IntervalBoundary
408 class Random\RandomError
409 class Random\RandomException
410 class Random\Randomizer
411 class RangeException
412 class RecursiveArrayIterator
413 class RecursiveCachingIterator
414 class RecursiveCallbackFilterIterator
415 class RecursiveDirectoryIterator
416 class RecursiveFilterIterator
417 interface RecursiveIterator
418 class RecursiveIteratorIterator
419 class RecursiveRegexIterator
420 class RecursiveTreeIterator
421 class Redis
422 class RedisArray
423 class RedisCluster
424 class RedisClusterException
425 class RedisException
426 class RedisSentinel
427 class Reflection
428 class ReflectionAttribute
429 class ReflectionClass
430 class ReflectionClassConstant
431 class ReflectionEnum
432 class ReflectionEnumBackedCase
433 class ReflectionEnumUnitCase
434 class ReflectionException
435 class ReflectionExtension
436 class ReflectionFiber
437 class ReflectionFunction
438 class ReflectionFunctionAbstract
439 class ReflectionGenerator
440 class ReflectionIntersectionType
441 class ReflectionMethod
442 class ReflectionNamedType
443 class ReflectionObject
444 class ReflectionParameter
445 class ReflectionProperty
446 class ReflectionReference
447 class ReflectionType
448 class ReflectionUnionType
449 class ReflectionZendExtension
450 interface Reflector
451 class RegexIterator
452 class ResourceBundle
453 class ReturnTypeWillChange
454 class RuntimeException
455 interface SeekableIterator
456 class SensitiveParameter
457 class SensitiveParameterValue
458 interface Serializable
459 class SessionHandler
460 interface SessionHandlerInterface
461 interface SessionIdInterface
462 interface SessionUpdateTimestampHandlerInterface
463 class Shmop
464 class SimpleXMLElement
465 class SimpleXMLIterator
466 class Socket
467 class SodiumException
468 class SplDoublyLinkedList
469 class SplFileInfo
470 class SplFileObject
471 class SplFixedArray
472 class SplHeap
473 class SplMaxHeap
474 class SplMinHeap
475 class SplObjectStorage
476 interface SplObserver
477 class SplPriorityQueue
478 class SplQueue
479 class SplStack
480 interface SplSubject
481 class SplTempFileObject
482 class Spoofchecker
483 interface Stringable
484 class SysvMessageQueue
485 class SysvSemaphore
486 class SysvSharedMemory
487 interface Throwable
488 class Transliterator
489 interface Traversable
490 class TypeError
491 class UConverter
492 class UnderflowException
493 class UnexpectedValueException
494 class UnhandledMatchError
495 interface UnitEnum
496 class ValueError
497 class WeakMap
498 class WeakReference
499 class XMLParser
500 class XMLReader
501 class XMLWriter
502 class XSLTProcessor
503 class ZipArchive
504 class __PHP_Incomplete_Class
505 class finfo
506 class mysqli
507 class mysqli_driver
508 class mysqli_result
509 class mysqli_sql_exception
510 class mysqli_stmt
511 class mysqli_warning
512 class php_user_filter
513 class stdClass
Log

Logger: Framework\Log\Loggers\MultiFileLogger

Destination: /var/www/demo.aplus-framework.com/storage/logs/

Log Level: 0 DEBUG

Logs

No log has been set.

Available Levels

Level Name
0 DEBUG
1 INFO
2 NOTICE
3 WARNING
4 ERROR
5 CRITICAL
6 ALERT
7 EMERGENCY
Language

Default Locale: en

Current Locale: en

Supported Locales: en, es, pt-br

Fallback Level: 0 (none)

Rendered Messages

2 messages has been rendered in 3.627 ms:

# File Line Message Locale Time
1 home title
Aplus Framework
en 3.592
2 home description
The app is running! Yep!
en 0.035

Directories

There are 4 directories set.

# Directory
1 /home/developer/.config/composer/vendor/aplus/routing/src/Languages/
2 /home/developer/.config/composer/vendor/aplus/debug/src/Languages/
3 /home/developer/.config/composer/vendor/aplus/mvc/src/Languages/
4 /var/www/demo.aplus-framework.com/app/Languages/

Available Messages

There are 27 message lines available to the current locale (en).

# File Line Message Pattern Locale Fallback
1 debug clickToCopyLogId
Click to copy the log id
en none
2 debug date
Date
en none
3 debug exception
Exception
en none
4 debug exceptionDescription
Something went wrong. Please, back later.
en none
5 debug exceptionTitle
Error 500 - Internal Server Error
en none
6 debug file
File
en none
7 debug id
ID
en none
8 debug input
Input
en none
9 debug inputVarsHidden
The following input variables are hidden: {0}.
en none
10 debug internalServerError
Internal Server Error
en none
11 debug level
Level
en none
12 debug line
Line
en none
13 debug log
Log
en none
14 debug logId
Log id
en none
15 debug logIdCopied
Log id copied!
en none
16 debug message
Message
en none
17 debug search
Search
en none
18 debug time
Time
en none
19 debug trace
Trace
en none
20 home description
The app is running! Yep!
en none
21 home title
Aplus Framework
en none
22 routing error404
Error 404
en none
23 routing pageNotFound
Page not found
en none
24 validation exist
The {field} field does not exist.
en none
25 validation existMany
The {field} field has at least one value that does not exist.
en none
26 validation notUnique
The {field} field is not registered.
en none
27 validation unique
The {field} field has already been registered.
en none
HTTP

Request

IP: 172.69.130.32

Is Secure: Yes

Protocol: HTTP/2.0

Method: GET

URL: https://demo.aplus-framework.com/

Server: nginx/1.18.0

Hostname: vps55214

User-Agent

Type Name Version Platform Is Mobile
Browser Mozilla 5.0 No

Headers

Name Value
X-Forwarded-Proto https
cf-visitor {"scheme":"https"}
cf-ipcountry US
cf-connecting-ip 216.73.216.41
CDN-Loop cloudflare; loops=1
User-Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Accept-Encoding gzip, br
Accept */*
cf-ray 97439b39fb3fac09-YYZ
X-Forwarded-For 216.73.216.41
Host demo.aplus-framework.com

Response

Protocol: HTTP/2.0

Status: 200 OK

Sent: Yes

Time Sending: 1.104 ms

Headers

Name Value
Date Sun, 24 Aug 2025 14:40:42 GMT
Content-Type text/html; charset=UTF-8

* Note that some headers can be set outside the Response class, for example by the session or the server. So they don't appear here.

Body Contents

<!-- DEBUG-VIEW START default:home/index -->
<!-- DEBUG-VIEW START default:_layouts/default -->
<!doctype html>
<html lang="en" dir="ltr">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="Website built with Aplus Framework">
    <meta name="theme-color" content="#000">
    <title>Aplus Framework</title>
    <link rel="shortcut icon" href="/favicon.ico">
    <style>
        body {
            background: #fff;
            color: #000;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 1rem;
            line-height: 1.5rem;
            margin: 1rem;
        }

        a {
            color: #f0f;
            text-decoration: none;
        }

        a:hover {
            text-decoration: underline;
        }
    </style>
</head>
<body>

<!-- DEBUG-VIEW START default:home/index::contents -->
<h1>Aplus Framework</h1>
<p>The app is running! Yep!</p>

<!-- DEBUG-VIEW ENDED default:home/index::contents -->
</body>
</html>

<!-- DEBUG-VIEW ENDED default:_layouts/default -->
<!-- DEBUG-VIEW ENDED default:home/index -->
Routing

Matched Route

RC Method Origin Path Action Name Has Options Time to Match Runtime
1 GET https://demo.aplus-framework.com / App\Controllers\Home::index home.index No 3.553 6.05

Route Collections

There is 1 route collection set.

Route Collection 1

Origin: https://demo.aplus-framework.com

Route Not Found: Closure

Routes Count: 2

Time to Serve: 0.039 ms

# Method Path Action Name Has Options
1 GET / App\Controllers\Home::index home.index No

Router Infos

Auto Methods: Off

Auto Options: Off

Default Route Action Method: index

Placeholders

Total of 14 placeholders.

Placeholder Pattern
{alpha}
([a-zA-Z]+)
{alphanum}
([a-zA-Z0-9]+)
{any}
(.*)
{hex}
([[:xdigit:]]+)
{int}
([0-9]{1,18}+)
{md5}
([a-f0-9]{32}+)
{num}
([0-9]+)
{port}
([0-9]{1,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])
{scheme}
(https?)
{segment}
([^/]+)
{slug}
([a-z0-9_-]+)
{subdomain}
([^.]+)
{title}
([a-zA-Z0-9_-]+)
{uuid}
([0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}+)
Views

Base Directory: /var/www/demo.aplus-framework.com/app/Views/

Extension: .php

Layout Prefix: _layouts/

Include Prefix: _includes/

Rendered Views

Total of 2 rendered view files.

# File Type Time to Render
1 home/index render 4.017
2 _layouts/default layout 0.138
A+