Libraries tagged by json codec
codegear/xml2json
14 Downloads
Command-line tool to conver XML to JSON
codeblog/jwt
5 Downloads
A simple library to work with JSON Web Token and JSON Web Signature
bornfight/jsonapi-bundle
981 Downloads
The jsonapi-bundle is a Symfony bundle. it is the fastest way to generate API based on JsonApi.org using woohoolabs/yin
primal/response
8 Downloads
A wrapper class for performing common response actions
codexsoft/transmission-schema
114 Downloads
Schema configuration, validation and normalization part of CodexSoft Transmission PHP Library for building HTTP JSON API
codexsoft/composer-local-package-updater
80 Downloads
Overrides composer.json and installs packages from local repositories while developing application
codelovers/rest-bundle
46 Downloads
Symfony bundle offering a JSON handler for use with FOSRestBundle
codelight-eu/wp-api-jwt-auth
90 Downloads
A simple plugin to add JSON Web Token (JWT) Authentication to WP REST API.
codeenigma/jsonpopulate
703 Downloads
A PHP tool to populate JSON data from existing web pages.
codedgr/database
32 Downloads
JSON helper library
codealfa/minify
262 Downloads
An extremely fast PHP based minification library for Javascript, CSS, Html and Json scripts using Regex Parsing
codeinc/google-oauth2-middleware
26 Downloads
A PSR-15 middleware managing Google OAuth2 authentication using JSON web tokens
ajz/api-response
3 Downloads
Elegant and consistent API response helpers for Laravel applications with proper HTTP status codes and standardized JSON responses.
webforge/doctrine-compiler
105 Downloads
Generate your doctrine entities metadata from a simple json file, including the php code for the entity
custom-laravel-form-request/validator
1 Downloads
Validator Form Request which may be used for validating data after parsing. For example we got big jsob string and we cannot change this, so what we need to do is to use Validator in laravel and provide in controller all the shit code like rules.. if fails and another. This class can validate this json after parsing without redundant code in controller, simply add data, next validation steps will processed automatically, rules and another logic is hidden in this class.