Package Data | |
---|---|
Maintainer Username: | yangg |
Maintainer Contact: | yangg.hu@yoozi.cn (Saturn HU) |
Package Create Date: | 2014-04-02 |
Package Last Update: | 2014-11-06 |
Home Page: | http://golem.yoozi.cn/ |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-22 03:12:01 |
Package Statistics | |
---|---|
Total Downloads: | 8 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 8 |
Total Watchers: | 17 |
Total Forks: | 7 |
Total Open Issues: | 0 |
Project Golem is a PHP development toolkit crafted by R&D team from Yoozi Inc. It consists of a growing collection of loosely coupled high-level PHP libraries, most of which are derived from our own products to solve real world problems.
Golem can be installed as a whole package via Composer. However, to keep dependency and installation footprint as low as possible, each library within Golem can also be installed as a standalone package.
The best and easy way to install the Golem package is via Composer.
Open your composer.json and add the following to the require array:
"yoozi/golem": "1.0.*"
Run Composer to install or update the new package dependencies.
php composer install
or
php composer update
For transparency and insight into our release cycle, releases will be numbered with the follow format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
For more information on semantic versioning, please visit http://semver.org/.
To run the tests you first need to install PHPUnit.
$ phpunit
See changelogs here.
See authors and contributors here.
Copyright 2014 Yoozi, Inc.
Licensed under the MIT License.