Download the PHP package presta/composer-public-bundle without Composer

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

PrestaComposerPublic Bundle

Build Status Scrutinizer Quality Score Latest Stable Version Total Downloads

SensioLabsInsight PrestaComposerPublicBundle on Knpbundles

Overview

The goal of this bundle is to provide a simple way to include public 3rd-party libraries (javascripts, css, pictures ...) into your projects and keep its up-to-date.

  1. Add the library to composer.json
  2. Configure the library in PrestaComposerPublicBundle
  3. Use the library as any other assets in the project.

:speech_balloon: If you want to have some information about the project progression you can register to our google group

Why this bundle?

Because there's lot of meta bundles that provides libraries like jQuery, bootstrap and only the most populars are maintain and up-to-date. The probably fastest other way is to freeze the library into your project and sometimes hack it ... Wait ?! nooooooo ! Nooooo!

So now make it better: start configure it using composer, use it as any other assets and then keep it up-to-date simply with composer.

Issue tracker

:clipboard: Issues are managed in prestaconcept/open-source-management to centralize our open source activity.

Documentation

:book: Documentation is available on prestaconcept.github.io

Demonstration

For a ready to use demonstration of this bundle you should check the prestacms-sandox available on github.

Sandbox is also deployed for a live demonstration :

Ask for help

:speech_balloon: If you need help about this project you can post a message on our google group

Contributing

Pull requests are welcome.

Thanks to everyone who has contributed already.


This project is supported by PrestaConcept

Lead Developer : @nicolas-joubert

Released under the MIT License

Bitdeli Badge


All versions of composer-public-bundle with dependencies

PHP Build Version
Package Version
Requires symfony/symfony Version >=2.1.0
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 presta/composer-public-bundle contains the following files

Loading the files please wait ....