Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/aimeos/ai-laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Jul 15, 2015
2 parents 63d10cc + d09a2df commit 8dee772
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions README.md
@@ -1,2 +1,28 @@
# ai-laravel
Integration into the Laravel PHP framework
<a href="https://aimeos.org/">
<img src="https://aimeos.org/fileadmin/template/icons/logo.png" alt="Aimeos logo" title="Aimeos" align="right" height="60" />
</a>

# Aimeos Laravel adapter

[![Build Status](https://travis-ci.org/aimeos/ai-laravel.png?branch=master)](https://travis-ci.org/aimeos/ai-laravel)
[![Coverage Status](https://coveralls.io/repos/aimeos/ai-laravel/badge.svg?branch=master)](https://coveralls.io/r/aimeos/ai-laravel?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/aimeos/ai-laravel/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/aimeos/ai-laravel/?branch=master)
[![HHVM Status](http://hhvm.h4cc.de/badge/aimeos/ai-laravel.svg)](http://hhvm.h4cc.de/package/aimeos/ai-laravel)

The Aimeos web shop components can integrate into almost any PHP application and uses the infrastructure of the application for building URLs, caching content, configuration settings, logging messages, session handling, sending e-mails or handling translations.

The ai-laravel extension integrates Aimeos into the Laravel framework and utilizes the native Laravel components for content caching, logging messages, session handling, generating URLs and accessing the user table.

If you are using the Laravel framework, you don't have to install and set up the ai-laravel extension yourself. Instead, use the [Aimeos Laravel package](https://github.com/aimeos/aimeos-laravel) to create a web shop within minutes.

## License

The Aimeos ai-laravel extension is licensed under the terms of the LGPLv3 license and is available for free.

## Links

* [Web site](https://aimeos.org/Laravel)
* [Documentation](https://aimeos.org/docs/Laravel)
* [Help](https://aimeos.org/help/laravel-package-f18/)
* [Issue tracker](https://github.com/aimeos/ai-laravel/issues)
* [Source code](https://github.com/aimeos/ai-laravel)

0 comments on commit 8dee772

Please sign in to comment.