Download the PHP package sylius/resource-bundle without Composer

On this page you can find all versions of the php package sylius/resource-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 resource-bundle

SyliusResourceBundle

Easy CRUD and persistence for Symfony apps.

During our work on Sylius, we noticed a lot of duplicated code across all controllers. We started looking for good solution of the problem. We're not big fans of administration generators (they're cool, but not for our usecase!) - we wanted something simpler and more flexible.

Another idea was to not limit ourselves to one persistence backend. Initial implementation included custom manager classes, which was quite of overhead, so we decided to simply stick with Doctrine Common Persistence interfaces. If you are using Doctrine ORM or any of the ODM's, you're already familiar with those concepts. Resource bundle relies mainly on ObjectManager and ObjectRepository interfaces.

The last annoying problem this bundle is trying to solve, is having separate "backend" and "frontend" controllers, or any other duplication for displaying the same resource, with different presentation (view). We also wanted an easy way to filter some resources from list, sort them or display by id, slug or any other criteria - without having to defining another super simple action for that purpose.

If these are issues you're struggling with, this bundle may be helpful!

Please note that this bundle is not an admin generator. It won't create forms, filters and grids for you. It only provides format agnostic controllers as a foundation to build on, with some basic sorting and filter mechanisms.

Supported branches

Beware! There is no main or master branch on the repository. You should always open a Pull Request to the branch named as the minor version on which your changes should be applied.

Sylius

Sylius Logo.

Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). Development ----------- #### Build: #### Test: Documentation ------------- [Documentation is available in the *docs* folder.](docs/index.md) Contributing ------------ [This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- If you want to keep up with the updates and latest features, follow us on the following channels: * [Official Blog](https://sylius.com/blog) * [Sylius on Twitter](https://twitter.com/Sylius) * [Sylius on Facebook](https://facebook.com/SyliusEcommerce) Bug tracking ------------ Sylius uses [GitHub issues](https://github.com/Sylius/SyliusResourceBundle/issues). If you have found bug, please create an issue. MIT License ----------- License can be found [here](https://github.com/Sylius/SyliusResourceBundle/blob/1.10/LICENSE). Authors ------- The bundle was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/SyliusResourceBundle/graphs/contributors).

All versions of resource-bundle with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
babdev/pagerfanta-bundle Version ^3.7 || ^4.0
doctrine/annotations Version ^2.0
doctrine/collections Version ^1.8 || ^2.0
doctrine/event-manager Version ^1.1 || ^2.0
doctrine/inflector Version ^1.4 || ^2.0
doctrine/persistence Version ^2.0 || ^3.0
gedmo/doctrine-extensions Version ^2.4.12 || ^3.0
sylius/registry Version ^1.2
symfony/config Version ^5.4 || ^6.4 || ^7.0
symfony/deprecation-contracts Version ^2.1 || ^3.0
symfony/expression-language Version ^5.4 || ^6.4 || ^7.0
symfony/form Version ^5.4 || ^6.4 || ^7.0
symfony/framework-bundle Version ^5.4 || ^6.4 || ^7.0
symfony/http-foundation Version ^5.4 || ^6.4 || ^7.0
symfony/intl Version ^5.4 || ^6.4 || ^7.0
symfony/security-core Version ^5.4 || ^6.4 || ^7.0
symfony/security-csrf Version ^5.4 || ^6.4 || ^7.0
symfony/routing Version ^5.4 || ^6.4 || ^7.0
symfony/translation Version ^5.4 || ^6.4 || ^7.0
symfony/twig-bundle Version ^5.4 || ^6.4 || ^7.0
symfony/validator Version ^5.4 || ^6.4 || ^7.0
symfony/yaml Version ^5.4 || ^6.4 || ^7.0
webmozart/assert Version ^1.8
willdurand/negotiation Version ^3.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 sylius/resource-bundle contains the following files

Loading the files please wait ....