PHP Flugg\Responder 네임스페이스

중첩된 네임스페이스

Flugg\Responder\Console
Flugg\Responder\Contracts
Flugg\Responder\Exceptions
Flugg\Responder\Facades
Flugg\Responder\Http
Flugg\Responder\Serializers
Flugg\Responder\Tests
Flugg\Responder\Traits

클래스들

이름 설명
ResourceFactory This class builds an instance of [\League\Fractal\Resource\ResourceInterface]. It supports a variety of different types of data, and resolves the correct resource automatically.
Responder The responder service. This class is responsible for generating JSON API responses.
ResponderServiceProvider The Laravel Responder service provider. This is where the package is bootstrapped.
Transformer An abstract base transformer. Your transformers should extend this class, and this class itself extends Fractal's transformer.