Download the PHP package puli/manager without Composer
On this page you can find all versions of the php package puli/manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package manager
Short Description Generates Puli repositories from configured packages.
License MIT
Homepage http://puli.io
Informations about the package manager
The Puli Manager Component
Latest release: 1.0.0-beta10
PHP >= 5.3.9
The Puli Manager Component builds a resource repository and discovery from a puli.json configuration in the root of your project:
This mapping can be loaded with the RepositoryManager
:
The RepositoryManager
also supports methods to manipulate the puli.json.
Modules
A puli.json configuration can also be placed in any module installed in your
project. This module needs to be registered with Puli with the
ModuleManager
:
Usually, modules are installed automatically by Puli's Composer Plugin.
Managers
The following is a table of all managers supported by this package:
Class | Description |
---|---|
RepositoryManager |
Manages resource mappings and builds ResourceRepository instances |
DiscoveryManager |
Manages bindings and binding types and builds Discovery instances |
AssetManager |
Manages asset mappings used by the UrlGenerator |
ServerManager |
Manages servers used by the UrlGenerator |
FactoryManager |
Manages the generation of the GeneratedPuliFactory class |
ModuleManager |
Manages the installed modules |
ConfigFileManager |
Manages changes to a global config.json file |
RootModuleFileManager |
Manages changes to the puli.json file of the project |
Authors
Installation
Follow the Installation guide guide to install Puli in your project.
Documentation
Read the Puli Documentation if you want to learn more about Puli.
Contribute
Contributions to are very welcome!
- Report any bugs or issues you find on the issue tracker.
- You can grab the source code at Puli’s Git repository.
Support
If you are having problems, send a mail to [email protected] or shout out to @webmozart on Twitter.
License
All contents of this package are licensed under the MIT license.
All versions of manager with dependencies
puli/repository Version ^1.0-beta9
puli/discovery Version ^1.0-beta9
puli/url-generator Version ^1.0-beta4
webmozart/path-util Version ^2.2.3
webmozart/expression Version ^1.0
webmozart/assert Version ^1.0
webmozart/glob Version ^4.0
symfony/event-dispatcher Version ^2.3|^3.0
symfony/filesystem Version ^2.3|^3.0
ramsey/uuid Version ^2.8
psr/log Version ^1.0
webmozart/json Version ^1.2.1