All Projects → zendframework → zend-problem-details

zendframework / zend-problem-details

Licence: BSD-3-Clause license
Provides Problem Details for HTTP APIs (RFC 7807) support for PSR-7 applications.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to zend-problem-details

zend-di-config
PSR-11 PHP-DI container configurator for Laminas, Mezzio, ZF, Expressive applications or any framework that needs a PSR-11 container
Stars: ✭ 19 (-62%)
Mutual labels:  zend-expressive, zend-framework
ZfSnapGeoip
Maxmind Geoip module for Zend Framework 2
Stars: ✭ 15 (-70%)
Mutual labels:  zend-framework
zf-dependency-injection
Advanced dependency injection for laminas framework
Stars: ✭ 17 (-66%)
Mutual labels:  zend-framework
petstore
A simple skeleton to build api's based on the chubbyphp-framework, mezzio (former zend-expressive) or slim.
Stars: ✭ 34 (-32%)
Mutual labels:  zend-expressive
zend-framework-1-oauth-2-library
two new zend framework components, zend_oauth2 and zend_service_facebook
Stars: ✭ 18 (-64%)
Mutual labels:  zend-framework
monolog-middleware
Monolog middleware for PSR-7 micro frameworks like Zend Expressive and Slim
Stars: ✭ 18 (-64%)
Mutual labels:  zend-expressive
ZendServerSDK
Pure ZF2 CLI for zpk creation and webapi client.
Stars: ✭ 22 (-56%)
Mutual labels:  zend-framework
doctrine-expressive-example
Example PHP REST API application built with Expressive using Doctrine ORM, complete with associations, pagination, and DB connectivity inside Docker containers. Used in #Beachcasts videos on YouTube.
Stars: ✭ 36 (-28%)
Mutual labels:  zend-expressive
ErrorHeroModule
💎 A Hero for your Zend Framework/Laminas, and Expressive/Mezzio application to log ( DB and Mail ) and handle php errors & exceptions during Mvc process/between request and response
Stars: ✭ 47 (-6%)
Mutual labels:  zend-expressive
Slugify
Converts a string to a slug. Includes integrations for Symfony, Silex, Laravel, Zend Framework 2, Twig, Nette and Latte.
Stars: ✭ 2,697 (+5294%)
Mutual labels:  zend-framework
koala-framework
Framework and CMS based on Zend Framework and ExtJS
Stars: ✭ 61 (+22%)
Mutual labels:  zend-framework
imeals-project
iMeals is a Open Source Restaurant Software for Food Delivery and Restaurant Management
Stars: ✭ 31 (-38%)
Mutual labels:  zend-framework
Zend-Nested-Set
Implementation of a nested set model to use with Zend Framework
Stars: ✭ 22 (-56%)
Mutual labels:  zend-framework
zend-sentry
A Zend Framework 3 module that lets you log to the Sentry.io service.
Stars: ✭ 34 (-32%)
Mutual labels:  zend-framework
twbs-helper-module
Laminas (formerly Zend Framework) module for easy integration of Twitter Bootstrap
Stars: ✭ 18 (-64%)
Mutual labels:  zend-framework
zfcore
ZFCore - CMF based on ZF 1.x [closed]
Stars: ✭ 14 (-72%)
Mutual labels:  zend-framework
stefano-tree
Framework agnostic Nested Set (MPTT) implementation for PHP
Stars: ✭ 24 (-52%)
Mutual labels:  zend-framework
learnzf2
Learn ZF2: Learning Zend Framework 2 by Example
Stars: ✭ 35 (-30%)
Mutual labels:  zend-framework
http-exceptions
Return exceptions over HTTP e.g. as ASP.NET Core Problem Details, and HTTP-specific exception classes that enable ASP.NET to generate exception information
Stars: ✭ 42 (-16%)
Mutual labels:  problem-details
mezzio-problem-details
Problem Details for PSR-7 HTTP APIs addressing the RFC 7807 standard
Stars: ✭ 21 (-58%)
Mutual labels:  problem-details

Problem Details for PSR-7 Applications

Repository abandoned 2019-12-31

This repository has moved to mezzio/mezzio-problem-details.

Build Status Coverage Status

This library provides a factory for generating Problem Details responses, error handling middleware for automatically generating Problem Details responses from errors and exceptions, and custom exception types for PSR-7 applications.

Installation

Run the following to install this library:

$ composer require zendframework/zend-problem-details

Documentation

Documentation is in the doc tree, and can be compiled using mkdocs:

$ mkdocs build

You may also browse the documentation online.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].