library entitybundle
This bundle contains the base entity that has createdAt and updatedAt stamps plus lifecycle events. It also has File entity that is abstract that has a doctrine event attached to it that allows you to uplaod the file.
noahglaser/entitybundle
This bundle contains the base entity that has createdAt and updatedAt stamps plus lifecycle events. It also has File entity that is abstract that has a doctrine event attached to it that allows you to uplaod the file.
- Wednesday, June 17, 2015
- by phptuts
- Repository
- 1 Watchers
- 0 Stars
- 36 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 5 Versions
- 0 % Grown
Symfony Base Entity Bundle
Installation Instructions
- Run -> composer require noahglaser/entitybundle:1.0.1
- Add NoahGlaser\EntityBundle\NoahGlaserEntityBundle() to your AppKernel under the register function.
- Then just entend the Base and User entity classes
This bundle contains two entities. One is a base entity which is abstract class that you can use for all entities. It has a primary key with column name id that auto increments. The we have createdAt and updateAt which use lifecycle callbacks to update the entity everytime is it peristed or updated, (*1)
<, (*2)
p>The next entity is the user entity that implements the AdvancedUserInterface and allows you to quickly build a user class that will allow you to quickly build an authenicated system., (*3)
<, (*4)
p>, (*5)
Right now it passing all the phpspecs, (*6)
dev-master
9999999-dev
This bundle contains the base entity that has createdAt and updatedAt stamps plus lifecycle events. It also has File entity that is abstract that has a doctrine event attached to it that allows you to uplaod the file.
Sources
Download
MIT
The Development Requires
by
Noah Glaser
1.0.2
1.0.2.0
This bundle contains the base entity that has createdAt and updatedAt stamps plus lifecycle events. It also has File entity that is abstract that has a doctrine event attached to it that allows you to uplaod the file.
Sources
Download
MIT
The Development Requires
by
Noah Glaser
1.0.0.x-dev
1.0.0.9999999-dev
This bundle contains the base entity that has createdAt and updatedAt stamps plus lifecycle events. It also has File entity that is abstract that has a doctrine event attached to it that allows you to uplaod the file.
Sources
Download
MIT
The Development Requires
by
Noah Glaser
1.0.1
1.0.1.0
This bundle contains the base entity that has createdAt and updatedAt stamps plus lifecycle events. It also has File entity that is abstract that has a doctrine event attached to it that allows you to uplaod the file.
Sources
Download
MIT
The Development Requires
by
Noah Glaser
1.0.0
1.0.0.0
This bundle contains the base entity that has createdAt and updatedAt stamps plus lifecycle events. It also has File entity that is abstract that has a doctrine event attached to it that allows you to uplaod the file.
Sources
Download
MIT
The Development Requires
by
Noah Glaser