https://github.com/box/bart
A collection of our critical PHP tools
https://github.com/box/bart
Last synced: about 1 year ago
JSON representation
A collection of our critical PHP tools
- Host: GitHub
- URL: https://github.com/box/bart
- Owner: box
- License: apache-2.0
- Created: 2011-10-10T06:13:32.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2019-12-31T23:19:56.000Z (over 6 years ago)
- Last Synced: 2025-03-29T21:06:52.717Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 548 KB
- Stars: 166
- Watchers: 23
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Bart
Bart is a PHP project. It originally began its life as a collection of Build and Release Tools used internally at Box. Over time, it's grown into a collection of critical pieces of our PHP frameworks.
We use it at Box as the base of several of our internal projects.
Please read through the [Bart Wiki](https://github.com/box/bart/wiki) for full details of the features, configurations, and installation instructions.
[](http://travis-ci.org/box/bart)
## Copyright and License
Copyright 2016 Box, Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
## Contributing
Please see `CONTRIBUTING.md`. All contributions are expected to meet PHP FIG standards, http://www.php-fig.org/psr/
## Reporting bugs or feature requests
We welcome bug reports and feature requests! Please get in touch with us using GitHub Issues or suggest changes with a Pull Request. Thanks!