icanboogie / updater
Update API
Requires
- php: >=5.5.0
- icanboogie/icanboogie: ^2.4.0
This package is not auto-updated.
Last update: 2024-10-26 16:57:34 UTC
README
An update API.
Requirements
The package requires PHP 5.5 or later.
Installation
The recommended way to install this package is through Composer.
Create a composer.json
file and run php composer.phar install
command to install it:
$ composer require icanboogie/updater
Cloning the repository
The package is available on GitHub, its repository can be cloned with the following command line:
$ git clone git://github.com/ICanBoogie/Updater.git
Documentation
The package is documented as part of the ICanBoogie framework
documentation. You can generate the documentation for the package
and its dependencies with the make doc
command. The documentation is generated in the docs
directory. ApiGen is required. You can later clean the directory with
the make clean
command.
Testing
The test suite is ran with the make test
command. Composer is
automatically installed as well as all the dependencies required to run the suite. The package
directory can later be cleaned with the make clean
command.
License
Updater is licensed under the New BSD License - See the LICENSE file for details.