Download the PHP package baraja-core/package-manager without Composer

On this page you can find all versions of the php package baraja-core/package-manager. 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 package-manager

Package manager

Integrity check

Search all package dependencies automatically and register to your project.

πŸ“¦ Installation & Basic Usage

Simply use Composer:

And add to your project composer.json this scripts section:

Now is your project configured.

After each composer ... command this Package Manager will be called automatically.

πŸ› οΈ How to use

In Booting class add create new instance of PackageRegistrator:

Notice: PackageRegistrator can work alone, Nette framework is not required, only recommended.

πŸ—ƒοΈ Package.neon

Imagine you want install new package. Then it you must set specific configuration to your project common.neon.

PackageRegistrator can scan all your installed packages and automatically create package.neon file with merged configuration. In your common.neon you define changes only and required parameters.

For correct work to app/Booting.php add generated configuration.

Warning: Configuration file can be different in all environment. Commit to repository is not recommended.

πŸ‘·β€β™€οΈ Tasks

After creating internal container with list of packages, call list of special tasks.

Default task list (but you can add more):

If you want add your own task, simply create class with name *Task implementing ITask interface. Package manager will find your class automatically in your project or shared package.

Order of tasks can be defined by Priority: xxx doc comment anotation.

πŸ—ΊοΈ Default project assert manager

In case of your package contain directory with name install or update, all inner content will be copied to your project automatically.

Structure in directory is same as your project root.

Name convention:

If you want create file jquery.js to /www/js for example, simply define package structure:

πŸ“„ License

baraja-core/package-manager is licensed under the MIT license. See the LICENSE file for more details.


All versions of package-manager with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
ext-pdo Version *
ext-json Version *
baraja-core/nette-symfony-console Version ^1.0
baraja-core/path-resolvers Version ^1.0
baraja-core/lock Version ^1.0
baraja-core/shutdown-terminator Version ^1.0
nette/di Version ^3.0
nette/bootstrap Version ^3.0
nette/application Version ^3.0
nette/neon Version ^3.0
nette/finder Version ^2.5
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 baraja-core/package-manager contains the following files

Loading the files please wait ....