PHPackages                             tito10047/uuid - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. tito10047/uuid

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

tito10047/uuid
==============

Add support for use UUID in symfony projects and for generation entities

0353PHP

Since Feb 16Pushed 1y ago1 watchersCompare

[ Source](https://github.com/tito10047/uuid)[ Packagist](https://packagist.org/packages/tito10047/uuid)[ RSS](/packages/tito10047-uuid/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Uuid Bundle
===========

[](#uuid-bundle)

Add support for generating UUIDs in Symfony entities with maker bundle.

Installation
------------

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Applications that use Symfony Flex

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require tito10047/uuid
```

Usage
=====

[](#usage)

`bin/console make:entity Question`will generage entity like this

```
