rockettheme / toolbox
RocketTheme Toolbox Library
Installs: 473 855
Dependents: 3
Suggesters: 0
Security: 0
Stars: 21
Watchers: 4
Forks: 16
Open Issues: 12
Requires
- php: >=5.6.0
- ext-json: *
- pimple/pimple: ^3.0
- symfony/event-dispatcher: ^3.4|^4.0
- symfony/yaml: ^3.4|^4.0|^5.0
- dev-develop
- v14.x-dev
- v2.x-dev
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.11
- 1.5.10
- 1.5.9
- 1.5.8
- 1.5.7
- 1.5.6
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.9
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
- dev-master
This package is auto-updated.
Last update: 2024-10-14 18:08:34 UTC
README
RocketTheme\Toolbox package contains a set of reusable PHP interfaces, classes and traits.
- ArrayTraits
- Blueprints
- DI
- Event
- File
- ResourceLocator
- Session
- StreamWrapper
Installation
You can use Composer to download and install this package as well as its dependencies.
Composer
To add this package as a local, per-project dependency to your project, simply add a dependency on rockettheme/toolbox
to your project's composer.json
file. Here is a minimal example of a composer.json
file that just defines a dependency on Diff:
{
"require": {
"rockettheme/toolbox": "^1.5"
}
}
Contributing
We appreciate any contribution to ToolBox, whether it is related to bugs or simply a suggestion or improvement. However, we ask that any contribution follow our simple guidelines in order to be properly received.
All our projects follow the GitFlow branching model, from development to release. If you are not familiar with it, there are several guides and tutorials to make you understand what it is about.
You will probably want to get started by installing this very good collection of git extensions.
What you mainly want to know is that:
- All the main activity happens in the
develop
branch. Any pull request should be addressed only to that branch. We will not consider pull requests made to themaster
. - It's very well appreciated, and highly suggested, to start a new feature whenever you want to make changes or add functionalities. It will make it much easier for us to just checkout your feature branch and test it, before merging it into
develop
Getting Started
- Have fun!!!