Download the PHP package mhujer/jms-serializer-uuid-bundle without Composer

On this page you can find all versions of the php package mhujer/jms-serializer-uuid-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package jms-serializer-uuid-bundle

Symfony Bundle for UUID support for JMS Serializer Build Status

Latest Stable Version Total Downloads License Coverage Status

This Bundle integrates mhujer/jms-serializer-uuid into Symfony.

Note

Instead of using this bundle, you can register the handler manually in the config/services.yaml file:


services:
    Mhujer\JmsSerializer\Uuid\UuidSerializerHandler:
        tags:
            - { name: jms_serializer.subscribing_handler }

Usage
----
1. Install the latest version with `composer require mhujer/jms-serializer-uuid-bundle`
2. Register the Bundle in the `AppKernel.php`:

Then you can use the `uuid` type for serialization or deserialization:

Requirements
------------
Works with PHP 7.2 or higher.

Submitting bugs and feature requests
------------------------------------
Bugs and feature request are tracked on [GitHub](https://github.com/mhujer/jms-serializer-uuid-bundle/issues)

Author
------
[Martin Hujer](https://www.martinhujer.cz) 

Thanks [Vašek Purchart](http://www.vasekpurchart.cz/) for ideas how to test Symfony DI extension!

Changelog
----------

## 4.0.0 (2018-11-27)
- [#6](../../pull/6) dropped support for PHP 7.1 as it is no longer supported
- [#7](../../pull/7) `jms/serializer` 2.0 support (thanks @simPod !)

## 3.0.0 (2018-01-07)
- [#3](https://github.com/mhujer/jms-serializer-uuid-bundle/pull/3) Added Symfony 4.0 support, dropped support for Symfony 2. Requires PHP 7.1.

## 2.0.0 (2017-08-09)
- [#1](https://github.com/mhujer/jms-serializer-uuid-bundle/pull/1) Support for JMS Serializer Bundle 2.0 (thanks @VasekPurchart !)

## 1.0.0 (2015-05-XX)
- initial release

All versions of jms-serializer-uuid-bundle with dependencies

PHP Build Version
Package Version
Requires php Version ~7.4 | ~8.0
jms/serializer-bundle Version ~3.0
mhujer/jms-serializer-uuid Version ~3.0
symfony/config Version ~4.4 || ~5.1
symfony/dependency-injection Version ~4.4 || ~5.1
symfony/http-kernel Version ~4.4 || ~5.1
symfony/yaml Version ~4.4 || ~5.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package mhujer/jms-serializer-uuid-bundle contains the following files

Loading the files please wait ....