liverbool / media-bundle
Sylius media bundle.
Installs: 2 827
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.3
- jackalope/jackalope-doctrine-dbal: 1.1.*
- liverbool/media: 0.18.*
- sylius/resource-bundle: 0.18.*
- symfony-cmf/block-bundle: ~1.2
- symfony-cmf/content-bundle: ~1.2
- symfony-cmf/create-bundle: ~1.2
- symfony-cmf/media-bundle: ~1.2
- symfony-cmf/menu-bundle: ~1.2
- symfony-cmf/routing-bundle: ~1.2
- symfony/framework-bundle: ~2.3
Requires (Dev)
- phpspec/phpspec: ~2.1
- symfony/form: ~2.3
This package is auto-updated.
Last update: 2024-11-18 22:46:48 UTC
README
Integrate CMF Media documents into any Symfony2 project which using an ORM as their primary persistance layer. This bundle provides an Image entity for easier referencing in entity objects and an ImageType to use in FormTypes.
Sylius
Sylius - Modern ecommerce for Symfony2. Visit Sylius.org.
phpspec examples
$ composer install $ bin/phpspec run -f pretty
Documentation
Documentation is available on docs.sylius.org.
Contributing
All informations about contributing to Sylius can be found on this page.
Mailing lists
Users
Questions? Feel free to ask on users mailing list.
Developers
To contribute and develop this bundle, use the developers mailing list.
Sylius twitter account
If you want to keep up with updates, follow the official Sylius account on twitter.
Bug tracking
This bundle uses GitHub issues. If you have found bug, please create an issue.
Versioning
Releases will be numbered with the format major.minor.patch
.
And constructed with the following guidelines.
- Breaking backwards compatibility bumps the major.
- New additions without breaking backwards compatibility bumps the minor.
- Bug fixes and misc changes bump the patch.
For more information on SemVer, please visit semver.org website.
This versioning method is same for all Sylius bundles and applications.
MIT License
License can be found here.
Authors
The bundle was originally created by Paweł Jędrzejewski. See the list of contributors.