https://github.com/olivecms/installed_packages
get installed composer packages
https://github.com/olivecms/installed_packages
Last synced: 2 months ago
JSON representation
get installed composer packages
- Host: GitHub
- URL: https://github.com/olivecms/installed_packages
- Owner: OliveCMS
- License: mit
- Created: 2018-12-31T11:33:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-31T11:58:18.000Z (over 7 years ago)
- Last Synced: 2025-09-13T17:45:19.213Z (9 months ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Installed_Packages
get installed composer packages
## Installation
Install the latest version with
```
$ composer require olive-cms/installed-packages
```
## Basic Usage
``` php
$vendor_path = '/path/to/vendor';
require_once $vendor_path . '/autoload.php';
use Olive\Tools\Packages;
$list = Packages::getPackages($vendor_path);
```
## Requirements
- PHP 5.5+.
## License
olive-cms/installed-packages is licensed under the [MIT license](http://opensource.org/licenses/MIT).