ioly helps you easily integrate modules into your PHP application.
- download ioly
- search for a recipe
- install recipe
- done
Download ioly
core using console:
$ curl -sS https://github.com/ioly/ioly/archive/core.zip | unzip
Download ioly
core using FTP:
https://github.com/ioly/ioly/archive/core.zip
- write a recipe
- commit your recipe
- done, everybody can use it!
{
"name": "PayPal",
"vendor": "oxid",
"type": "oxid",
"license": "GNU",
"desc": "PayPal payment method for checkout.",
"tags": [
"frontend",
"paypal",
"payment",
"checkout"
],
"versions": {
"3.2.1": {
"project": "https://github.com/OXID-eSales/paypal/tree/v3.2.1",
"url": "https://github.com/OXID-eSales/paypal/archive/v3.2.1.zip",
"supported": [
"4.9",
"4.8",
"4.7"
],
"mapping": [
{
"src": "source/modules/oe/",
"dest": "modules/oe/"
}
]
}
}
}
Read more about writing a recipe.
- PHP 5.3.0 or above (at least 5.3.4 recommended to avoid potential bugs)
- PHP extensions:
- cUrl
- JSON
- Phar
- ZIP
Dave Holloway - http://www.gn2-netwerk.de - http://twitter.com/dajoho
Tobias Merkl - http://www.proudsourcing.de - http://twitter.com/tabsl
Stefan Moises - http://www.rent-a-hero.de - http://twitter.com/smxsm
See also the list of contributors who participated in this project.
ioly is licensed under the MIT License - see the LICENSE file for details.