gravityforms / gravity-tools
PHP libraries to support Gravity Forms applications.
Requires (Dev)
- phpunit/phpunit: >4.0 <7
- dev-master
- 0.2.17
- 0.2.16
- 0.2.15
- 0.2.14
- 0.2.13
- 0.2.12
- 0.2.11
- 0.2.10
- 0.2.9
- 0.2.8
- 0.2.7
- 0.2.6
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.10
- 0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- dev-feature-data-importer
- dev-feature-hermes
- dev-add-namespace-to-version-cache
- dev-master-add-namespacer
- dev-feature-upgrade-routine-handler
- dev-feature-query-builder
- dev-update_register_license
- dev-master-feature-logger
- dev-module-telemetry
- dev-master-add-oauth-arch
- dev-feature-4731-add-telemetry
- dev-feature-hash-asset-versions-and-auto-updates
This package is not auto-updated.
Last update: 2025-06-23 16:03:45 UTC
README
Install
To install with composer:
composer require gravityforms/gravity-tools
Usage
Basic usage example:
<?php require '/path/to/vendor/autoload.php'; $container = new Gravity_Forms\Gravity_Tools\Service_Container();
License
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses.