zorbus / link-bundle
A Symfony2 Link bundle
Installs: 14
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.2
- doctrine/doctrine-bundle: *
- stof/doctrine-extensions-bundle: *
- symfony/framework-bundle: >=2.1,<2.2-dev
Suggests
- doctrine/doctrine-fixtures-bundle: To load fixtures data
- doctrine/doctrine-migrations-bundle: To alter database schema in a secure way
- twig/twig: Great template language
- zorbus/block-bundle: Basic element that composes a web page
This package is not auto-updated.
Last update: 2025-02-01 16:09:50 UTC
README
This Symfony2 bundle offers a doctrine entity to manipulate information associated to links.
A link can be seen as a reference to another page or resource. A link can be associated to a category.
Besides the entity, it includes classes to integrate with the SonataAdminBundle and with the ZorbusBlockBundle.